* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

p {
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input,
textarea {
  border: none;
  resize: none;
  outline: none;
}

.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.fszero h1 {
  margin: 0;
}

[lang=zh-CN] .share-cn {
  display: block;
}

[lang=zh-CN] .share-other {
  display: none;
}

.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

button,
input,
textarea {
  border: none;
  outline: none;
}

a[data-fancybox] {
  outline: none;
}

a[data-fancybox] img {
  outline: none !important;
}

.slick-slide {
  outline: none;
}

.slick-slide a {
  outline: none !important;
}

img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}

img .lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}

@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.banner .img-box {
  padding-bottom: 43.22916667%;
}

.banner .img-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1410px;
  padding: 0;
}

.breadcrumb {
  margin-bottom: 0;
}

body {
  font-family: "Inter", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: local("Inter Medium"), local("Inter-Medium"), url("../../app/fonts/Inter-Medium.woff2") format("woff2"), url("../../app/fonts/Inter-Medium.woff") format("woff"), url("../../app/fonts/Inter-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: normal;
  font-style: normal;
  src: local("Inter Regular"), local("Inter-Regular"), url("../../app/fonts/Inter-Regular.woff2") format("woff2"), url("../../app/fonts/Inter-Regular.woff") format("woff"), url("../../app/fonts/Inter-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: bold;
  font-style: normal;
  src: local("Inter Bold"), local("Inter-Bold"), url("../../app/fonts/Inter-Bold.woff2") format("woff2"), url("../../app/fonts/Inter-Bold.woff") format("woff"), url("../../app/fonts/Inter-Bold.ttf") format("truetype");
  font-display: swap;
}
:root {
  --120: 120px;
  --100: 100px;
  --88: 88px;
  --48: 48px;
  --40: 40px;
  --32: 32px;
  --16: 16px;
}

.art-video-player .art-bottom {
  display: none !important;
}

.art-mask {
  display: none !important;
}

@media (max-width: 1400px) {
  :root {
    --120: 100px;
    --100: 80px;
    --88: 60px;
    --48: 40px;
    --40: 36px;
    --32: 28px;
  }
}
@media (max-width: 1200px) {
  :root {
    --120: 80px;
    --48: 40px;
    --40: 36px;
  }
}
@media (max-width: 980px) {
  :root {
    --120: 80px;
    --100: 60px;
    --88: 50px;
    --48: 30px;
    --40: 26px;
    --16: 14px;
  }
}
@media (max-width: 768px) {
  :root {
    --120: 60px;
    --32: 24px;
  }
}
@media (max-width: 540px) {
  :root {
    --88: 30px;
    --120: 40px;
    --48: 24px;
    --40: 22px;
    --32: 20px;
  }
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@media (max-width: 768px) {
  @keyframes playan1 {
    0% {
      transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
    }
  }
  @keyframes playan2 {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }
}
.setSlow1 {
  animation: slowAm1 1s forwards;
}

.setSlow2 {
  animation: slowAm2 1s forwards;
}

.setSlow3 {
  animation: slowAm3 1s forwards;
}

@keyframes slowAm1 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slowAm2 {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slowAm3 {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001;
  box-shadow: 0 0 1px 1px #eeeff0;
}
.header .translate {
  position: absolute;
  right: 20px;
}
@media (max-width: 1920px) {
  .header .translate {
    position: unset;
    margin-left: 10px;
  }
}
.header .s-nav-box {
  transition: all 0.5s;
  position: fixed;
  right: -110%;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .s-nav-box .s-nav-left {
  width: calc(100vw - 360px);
  min-width: 30vw;
  height: 100%;
}
.header .s-nav-box .s-nav-con {
  width: 360px;
  max-width: 70vw;
  height: 100%;
  float: right;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
}
.header .s-nav-box .s-nav-con .s-nav-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.header .s-nav-box .s-nav-con .s-nav-list {
  padding: 70px 0;
  width: 100%;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #001733;
  font-weight: normal;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-nav-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-nav-list3::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #B8C1CC;
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-nav-list3 a {
  width: calc(100% - 45px);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
  padding-left: 20px;
  padding-right: 45px;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-nav-list3 .s-more-button {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-more {
  display: none;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 {
  padding: 15px 0 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #001733;
  font-weight: normal;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 a {
  width: calc(100% - 45px);
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 .s-more-button2 {
  width: 45px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more2 {
  display: none;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more2 .s-more-2-list .s-more-2-list2 .s-more-2-list3 {
  padding: 15px 0 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #001733;
  font-weight: normal;
}
.header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more2 .s-more-2-list .s-more-2-list2 .s-more-2-list3 a {
  width: 100%;
}
.header .s-nav-box .s-nav-con .s-nav-list .action {
  color: #008DC2;
}
.header .show {
  right: 0 !important;
}
.header .container {
  height: 100%;
}
.header .container .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .container .header-box .logo {
  height: 100%;
}
.header .container .header-box .logo a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .header-box .logo a img {
  height: 72%;
}
.header .container .header-box .nav {
  height: 100%;
}
.header .container .header-box .nav .nav-list1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.header .container .header-box .nav .nav-list1 .nav-list2 {
  margin-right: 48px;
  position: relative;
  font-size: 18px;
  color: #3D4F66;
  height: 100%;
}
@media (max-width: 1600px) {
  .header .container .header-box .nav .nav-list1 .nav-list2 {
    font-size: 16px;
  }
}
.header .container .header-box .nav .nav-list1 .nav-list2:hover .more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}
.header .container .header-box .nav .nav-list1 .nav-list2 .more {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.header .container .header-box .nav .nav-list1 .nav-list2 .more ul {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
}
.header .container .header-box .nav .nav-list1 .nav-list2 .more ul li {
  width: 100%;
  position: relative;
}
.header .container .header-box .nav .nav-list1 .nav-list2 .more ul li a {
  padding: 10px 20px;
  white-space: nowrap;
  display: block;
  font-size: 14px;
}
.header .container .header-box .nav .nav-list1 .nav-list2 .more ul li .more2 {
  visibility: hidden;
  transition: all 0.5s;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0%;
  transform: translate(100%, 0%) rotateY(-50deg);
  transform-origin: left;
  opacity: 0;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.header .container .header-box .nav .nav-list1 .nav-list2 .more ul li:hover .more2 {
  opacity: 1;
  transform: translate(100%, 0%);
  visibility: visible;
}
.header .container .header-box .nav .nav-list1 .nav-list2 a {
  font-weight: 500;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .header-box .nav .nav-list1 .nav-list2 a:hover {
  color: #2E82EA;
}
.header .container .header-box .nav .nav-list1 .nav-list2 a:hover span::after {
  width: 100%;
}
.header .container .header-box .nav .nav-list1 .nav-list2 a span {
  position: relative;
}
.header .container .header-box .nav .nav-list1 .nav-list2 a span::after {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2E82EA;
  content: "";
  transition: all 0.5s;
}
.header .container .header-box .nav .nav-list1 .nav-list2:last-child {
  margin-right: 0;
}
@media (max-width: 1600px) {
  .header .container .header-box .nav .nav-list1 li {
    margin-right: 24px !important;
  }
}
@media (max-width: 1400px) {
  .header .container .header-box .nav .nav-list1 li {
    margin-right: 20px !important;
    font-size: 16px !important;
  }
}
.header .container .header-box .nav .nav-list1 .action {
  color: #2E82EA !important;
}
.header .container .header-box .nav .nav-list1 .action a span::after {
  width: 100% !important;
}
@media (max-width: 1200px) {
  .header .container .header-box .nav {
    display: none;
  }
}
.header .container .header-box .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .container .header-box .header-right .s-nav {
  margin-left: 5px;
  width: 20px;
  height: 15px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
}
.header .container .header-box .header-right .s-nav div {
  width: 100%;
  height: 2px;
  background-color: #008DC2;
}
@media (max-width: 1200px) {
  .header .container .header-box .header-right .s-nav {
    display: flex;
  }
}
.header .container .header-box .header-right .cart-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-right: 24px;
}
@media (max-width: 1400px) {
  .header .container .header-box .header-right .cart-box {
    margin-right: 12px;
  }
}
.header .container .header-box .header-right .cart-box .cart {
  height: 100%;
  margin-right: 16px;
}
@media (max-width: 1400px) {
  .header .container .header-box .header-right .cart-box .cart {
    margin-right: 8px;
  }
}
.header .container .header-box .header-right .cart-box .cart a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .header-box .header-right .cart-box .cart i {
  color: #2E82EA;
}
.header .container .header-box .header-right .cart-box .vertical {
  height: 12px;
  width: 1px;
  background-color: #B8C1CC;
}
.header .container .header-box .header-right .cart-box .language {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #3D4F66;
  position: relative;
  cursor: pointer;
  padding: 0 16px;
}
@media (max-width: 1400px) {
  .header .container .header-box .header-right .cart-box .language {
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .header .container .header-box .header-right .cart-box {
    margin-right: 0;
  }
}
.header .container .header-box .header-right .search-but {
  font-weight: 500;
  height: 100%;
  color: #fff;
  font-size: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .header-box .header-right .search-but .search-con {
  background-color: #2E82EA;
  width: 130px;
  height: 44px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1400px) {
  .header .container .header-box .header-right .search-but .search-con {
    width: 110px;
  }
}
.header .container .header-box .header-right .search-but .search-con .icon-sousuo {
  margin-right: 12px;
}
.header .container .header-box .header-right .search-but .search-con::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.header .container .header-box .header-right .search-but .search-con:hover::after {
  opacity: 0.3;
}
.header .container .header-box .header-right .search-but .search {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
  width: 200%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .container .header-box .header-right .search-but .search .search-box {
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .header-box .header-right .search-but .search .search-box .input-text {
  width: 80%;
  font-size: 14px;
  font-weight: normal;
}
.header .container .header-box .header-right .search-but .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .container .header-box .header-right .search-but .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
@media (max-width: 540px) {
  .header .container .header-box .header-right .search-but .search-con {
    width: 40px;
    height: 40px;
  }
  .header .container .header-box .header-right .search-but .search-con .icon-sousuo {
    margin-right: 0;
  }
  .header .container .header-box .header-right .search-but .search-con p {
    display: none;
  }
  .header .container .header-box .header-right .search-but .search {
    width: 200px;
  }
}

@media (max-width: 1400px) {
  .header {
    height: 90px;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 80px;
  }
}
@media (max-width: 980px) {
  .header {
    height: 70px;
  }
}
.footer {
  background-color: #001733;
  padding-top: 64px;
}
.footer .footer-box {
  padding-bottom: 80px;
  position: relative;
}
.footer .footer-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #fff;
  opacity: 0.25;
}
.footer .footer-box .container {
  display: flex;
  justify-content: space-between;
}
.footer .footer-box .container .footer-left {
  display: flex;
  justify-content: flex-start;
}
.footer .footer-box .container .footer-left .footer-message {
  width: 34%;
  color: #fff;
  margin-right: 110px;
}
.footer .footer-box .container .footer-left .footer-message .footer-logo {
  margin-bottom: 48px;
}
@media (max-width: 1400px) {
  .footer .footer-box .container .footer-left .footer-message .footer-logo {
    margin-bottom: 30px;
  }
}
.footer .footer-box .container .footer-left .footer-message .tel,
.footer .footer-box .container .footer-left .footer-message .email {
  margin-bottom: 12px;
}
.footer .footer-box .container .footer-left .footer-message .tel div,
.footer .footer-box .container .footer-left .footer-message .email div {
  opacity: 0.75;
  font-size: var(--16);
  line-height: 1.5em;
  font-weight: normal;
  display: inline;
}
.footer .footer-box .container .footer-left .footer-message .tel a,
.footer .footer-box .container .footer-left .footer-message .email a {
  transition: all 0.5s;
  opacity: 0.75;
  font-size: var(--16);
  line-height: 1.5em;
  font-weight: normal;
}
.footer .footer-box .container .footer-left .footer-message .tel a span,
.footer .footer-box .container .footer-left .footer-message .email a span {
  position: relative;
}
.footer .footer-box .container .footer-left .footer-message .tel a span::after,
.footer .footer-box .container .footer-left .footer-message .email a span::after {
  width: 0;
  height: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.footer .footer-box .container .footer-left .footer-message .tel a:hover,
.footer .footer-box .container .footer-left .footer-message .email a:hover {
  opacity: 1;
}
.footer .footer-box .container .footer-left .footer-message .tel a:hover span::after,
.footer .footer-box .container .footer-left .footer-message .email a:hover span::after {
  width: 100%;
}
.footer .footer-box .container .footer-left .footer-message .address {
  opacity: 0.75;
  font-size: var(--16);
  line-height: 1.5em;
  margin-bottom: 12px;
  font-weight: normal;
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
}
.footer .footer-box .container .footer-left .footer-nav {
  display: flex;
  justify-content: center;
  padding-top: 23px;
}
.footer .footer-box .container .footer-left .footer-nav li {
  margin-right: 92px;
}
.footer .footer-box .container .footer-left .footer-nav li:last-child {
  margin-right: 0;
}
.footer .footer-box .container .footer-left .footer-nav li .nav-title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.footer .footer-box .container .footer-left .footer-nav li .nav-con a {
  transition: all 0.5s;
  font-weight: normal;
  display: block;
  font-size: var(--16);
  color: #fff;
  opacity: 0.75;
  transition: all 0.5s;
  margin-bottom: 12px;
  position: relative;
}
.footer .footer-box .container .footer-left .footer-nav li .nav-con a span {
  position: relative;
}
.footer .footer-box .container .footer-left .footer-nav li .nav-con a span::after {
  width: 0;
  height: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.footer .footer-box .container .footer-left .footer-nav li .nav-con a:hover {
  opacity: 1;
}
.footer .footer-box .container .footer-left .footer-nav li .nav-con a:hover span::after {
  width: 100%;
}
@media (max-width: 1400px) {
  .footer .footer-box .container .footer-left .footer-nav .li {
    margin-right: 50px;
  }
}
@media (max-width: 1400px) {
  .footer .footer-box .container .footer-left .footer-message {
    margin-right: 50px;
  }
  .footer .footer-box .container .footer-left .footer-nav li {
    margin-right: 40px;
  }
}
.footer .footer-box .container .footer-form {
  width: 480px;
  padding-top: 23px;
}
.footer .footer-box .container .footer-form .f-tit {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.footer .footer-box .container .footer-form .f-text {
  font-size: var(--16);
  color: #fff;
  opacity: 0.75;
  margin-bottom: 24px;
  font-weight: normal;
}
.footer .footer-box .container .footer-form .form-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-box .container .footer-form .form-box .form-inp {
  width: 49%;
  margin-bottom: 10px;
}
.footer .footer-box .container .footer-form .form-box .form-inp input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  caret-color: rgb(176, 176, 176);
  font-size: 14px;
  padding: 13px 16px;
  font-weight: normal;
}
.footer .footer-box .container .footer-form .form-box .form-inp input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-box .container .footer-form .form-box .form-inp input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-box .container .footer-form .form-box .form-text {
  width: 100%;
  margin: 0;
}
.footer .footer-box .container .footer-form .form-box .form-text textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  caret-color: rgb(176, 176, 176);
  font-size: 14px;
  padding: 13px 16px;
}
.footer .footer-box .container .footer-form .form-box .form-text textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-box .container .footer-form .form-box .form-text textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-box .container .footer-form .form-box .submit {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.footer .footer-box .container .footer-form .form-box .submit::after {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #fff;
  content: "";
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.footer .footer-box .container .footer-form .form-box .submit:hover::after {
  width: 100%;
}
.footer .footer-box .container .footer-form .form-box .submit i {
  font-size: 14px;
  color: #fff;
  margin-right: 8px;
}
@media (max-width: 1400px) {
  .footer .footer-box .container .footer-left {
    justify-content: flex-start;
  }
  .footer .footer-box .container .footer-left .footer-nav li {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .footer .footer-box .container {
    flex-direction: column;
  }
  .footer .footer-box .container .footer-left {
    justify-content: space-between;
  }
  .footer .footer-box .container .footer-left .footer-nav li {
    margin-right: 79px;
  }
  .footer .footer-box .container .footer-form {
    padding-top: 50px;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .footer .footer-box .container .footer-left {
    flex-direction: column;
  }
  .footer .footer-box .container .footer-left .footer-message {
    width: 90%;
    margin-right: 0;
  }
  .footer .footer-box .container .footer-left .footer-nav {
    padding-top: 40px;
    justify-content: space-between;
  }
  .footer .footer-box .container .footer-left .footer-nav li {
    margin-right: 0;
  }
}
.footer .footer-box2 {
  padding: 22px 0;
}
.footer .footer-box2 .container {
  display: flex;
  justify-content: space-between;
}
.footer .footer-box2 .container a {
  transition: all 0.5s;
}
.footer .footer-box2 .container a span {
  position: relative;
}
.footer .footer-box2 .container a span::after {
  width: 0;
  height: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.footer .footer-box2 .container a:hover {
  opacity: 1 !important;
}
.footer .footer-box2 .container a:hover span::after {
  width: 100%;
}
.footer .footer-box2 .container .info {
  font-weight: normal;
  color: #fff;
}
.footer .footer-box2 .container .info div {
  opacity: 0.5;
  display: inline;
}
.footer .footer-box2 .container .info a {
  opacity: 0.5;
  margin-left: 10px;
}
.footer .footer-box2 .container .link {
  font-weight: normal;
  color: #fff;
}
.footer .footer-box2 .container .link a {
  opacity: 0.5;
}
.footer .footer-box2 .container .link .sitemap {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}
.footer .footer-box2 .container .link .sitemap::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  content: "";
}
@media (max-width: 1200px) {
  .footer .footer-box2 .container {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-box2 .container .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footer .footer-box2 .container .info {
    font-size: 12px;
  }
  .footer .footer-box2 .container .link {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 62px;
  }
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-pagination {
  bottom: 24px;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 0;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper .swiper-slide .slide-inner {
  position: relative;
  padding-bottom: 38.5371608%;
}
.banner .swiper .swiper-slide a,
.banner .swiper .swiper-slide #video2,
.banner .swiper .swiper-slide video,
.banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.indexcontent {
  overflow: hidden;
}
.indexcontent .products {
  padding: var(--120) 0;
}
.indexcontent .products .title {
  text-align: center;
  margin-bottom: 20px;
}
.indexcontent .products .title h2 {
  font-weight: 500;
  font-size: var(--48);
  color: #003980;
}
.indexcontent .products .text {
  font-weight: normal;
  width: 82%;
  margin: 0 auto;
  font-size: var(--16);
  color: #3D4F66;
  text-align: center;
  margin-bottom: 48px;
}
.indexcontent .products .swiper-but {
  width: 48px;
  height: 48px;
  border: 1px solid #2E82EA;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 0.5s;
}
.indexcontent .products .swiper-but i {
  color: #2E82EA;
  transition: all 0.5s;
}
.indexcontent .products .swiper-but:hover {
  background-color: #2E82EA;
}
.indexcontent .products .swiper-but:hover i {
  color: #fff;
}
.indexcontent .products .swiper-prev {
  left: -48px;
  transform: translate(-100%, -50%) rotate(180deg);
}
.indexcontent .products .swiper-next {
  right: -48px;
  transform: translate(100%, -50%);
}
@media (max-width: 1600px) {
  .indexcontent .products .swiper-prev {
    left: -28px;
  }
  .indexcontent .products .swiper-next {
    right: -28px;
  }
}
@media (max-width: 560px) {
  .indexcontent .products .swiper-prev {
    left: -10px;
    width: 30px;
    height: 30px;
  }
  .indexcontent .products .swiper-prev i {
    font-size: 10px;
  }
  .indexcontent .products .swiper-next {
    right: -10px;
    width: 30px;
    height: 30px;
  }
  .indexcontent .products .swiper-next i {
    font-size: 10px;
  }
}
.indexcontent .service {
  background-color: #F5F7FA;
  padding: var(--120) 0;
  position: relative;
}
.indexcontent .service .service-background {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
}
.indexcontent .service .service-background img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .service .service-con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.indexcontent .service .service-con .service-left {
  width: 24%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .service .service-con .service-left .title h2 {
  font-weight: 500;
  color: #003980;
  font-size: var(--48);
  margin-bottom: 24px;
}
.indexcontent .service .service-con .service-left .text {
  font-weight: normal;
  color: #3D4F66;
  font-size: var(--16);
  line-height: 1.5em;
}
.indexcontent .service .service-con .service-left .service-but {
  width: 150px;
  height: 44px;
  color: #fff;
  background-color: #2270D1;
}
.indexcontent .service .service-con .service-left .service-but a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.indexcontent .service .service-con .service-left .service-but a::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.indexcontent .service .service-con .service-left .service-but a:hover::after {
  opacity: 0.3;
}
.indexcontent .service .service-con .service-left .service-but a span {
  font-weight: bold;
  font-size: 14px;
  margin-right: 12px;
}
.indexcontent .service .service-con .service-left .service-but a i {
  font-size: 14px;
  color: #fff;
}
.indexcontent .service .service-con .service-right {
  width: 76%;
  padding-left: 60px;
  position: relative;
}
.indexcontent .service .service-con .service-right .service-swiper {
  position: relative;
}
.indexcontent .service .service-con .service-right .service-swiper .service-img {
  width: 66%;
  padding-left: 1px;
}
.indexcontent .service .service-con .service-right .service-swiper .img-box {
  width: 100%;
  padding-bottom: 66.66666667%;
}
.indexcontent .service .service-con .service-right .service-swiper .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .service .service-con .service-right .service-swiper .service-r-con {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2E82EA;
  color: #fff;
  width: 45%;
  padding: 40px;
  z-index: 10;
}
.indexcontent .service .service-con .service-right .service-swiper .service-r-con .service-r-tit {
  margin-bottom: 24px;
}
.indexcontent .service .service-con .service-right .service-swiper .service-r-con .service-r-tit h3 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .indexcontent .service .service-con .service-right .service-swiper .service-r-con .service-r-tit h3 {
    font-size: 18px;
  }
}
.indexcontent .service .service-con .service-right .service-swiper .service-r-con .service-r-text {
  margin-bottom: 82px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.indexcontent .service .service-con .service-right .service-swiper .service-r-con .service-r-text p {
  font-size: var(--16);
  color: #fff;
  line-height: 1.5em;
}
@media (max-width: 1400px) {
  .indexcontent .service .service-con .service-right .service-swiper .service-r-con .service-r-text {
    margin-bottom: 40px;
  }
}
.indexcontent .service .service-con .service-right .service-swiper .service-r-con .service-r-more {
  display: flex;
  align-items: center;
}
.indexcontent .service .service-con .service-right .service-swiper .service-r-con .service-r-more span {
  font-weight: normal;
  font-size: 14px;
  font-weight: bold;
  margin-right: 12px;
}
.indexcontent .service .service-con .service-right .service-swiper .service-r-con .service-r-more i {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 980px) {
  .indexcontent .service .service-con .service-right .service-swiper .service-r-con {
    position: unset;
    color: #fff;
    width: 100%;
    padding: 20px;
  }
  .indexcontent .service .service-con .service-right .service-swiper img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .indexcontent .service .service-con .service-right .service-swiper img {
    width: 100%;
  }
}
.indexcontent .service .service-con .service-right .swiper-but-box {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.indexcontent .service .service-con .service-right .swiper-but-box .swiper-but {
  width: 48px;
  height: 48px;
  border: 1px solid #2E82EA;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #F5F7FA;
}
.indexcontent .service .service-con .service-right .swiper-but-box .swiper-but i {
  color: #2E82EA;
  transition: all 0.5s;
}
.indexcontent .service .service-con .service-right .swiper-but-box .swiper-but:hover {
  background-color: #2E82EA;
}
.indexcontent .service .service-con .service-right .swiper-but-box .swiper-but:hover i {
  color: #fff;
}
.indexcontent .service .service-con .service-right .swiper-but-box .swiper-prev2 {
  margin-right: 24px;
}
.indexcontent .service .service-con .service-right .swiper-but-box .swiper-prev2 i {
  transform: rotate(180deg);
}
@media (max-width: 1400px) {
  .indexcontent .service .service-con .service-right {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .indexcontent .service .service-con .service-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .indexcontent .service .service-con .service-left h2 {
    text-align: center;
  }
  .indexcontent .service .service-con .service-left .text {
    text-align: center;
    margin-bottom: 40px;
  }
  .indexcontent .service .service-con .service-left .service-but {
    margin: 0 auto;
  }
  .indexcontent .service .service-con .service-right {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .indexcontent .service .service-con .service-right .swiper-but-box {
    top: unset;
    right: unset;
    bottom: -30px;
    left: 0;
    transform: translateY(100%);
  }
}
@media (max-width: 1200px) {
  .indexcontent .service .service-con {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .indexcontent .service {
    padding-bottom: 120px;
  }
}
.indexcontent .protection {
  padding: var(--120) 0;
}
.indexcontent .protection .protection-con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.indexcontent .protection .protection-con .protection-left {
  margin-right: 90px;
}
.indexcontent .protection .protection-con .protection-left .play-box {
  width: 660px;
  position: relative;
}
.indexcontent .protection .protection-con .protection-left .play-box .play-img {
  width: 100%;
}
.indexcontent .protection .protection-con .protection-left .play-box .play-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .protection .protection-con .protection-left .play-box .paly-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .protection .protection-con .protection-left .play-box .play-con {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: playan1 10s linear infinite normal;
  z-index: 10;
}
.indexcontent .protection .protection-con .protection-left .play-box .play-con .play {
  animation: playan2 10s linear infinite normal;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 1400px) {
  .indexcontent .protection .protection-con .protection-left {
    margin-right: 50px;
  }
}
@media (max-width: 1200px) {
  .indexcontent .protection .protection-con .protection-left {
    margin-right: 0px;
  }
  .indexcontent .protection .protection-con .protection-left .play-box {
    width: auto;
    margin: 0 auto;
  }
}
.indexcontent .protection .protection-con .protection-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .protection .protection-con .protection-right .protection-text .title h2 {
  font-weight: 500;
  font-size: var(--48);
  line-height: 1.25em;
  color: #003980;
  margin-bottom: 24px;
}
.indexcontent .protection .protection-con .protection-right .protection-text .text {
  font-weight: normal;
  font-size: var(--16);
  line-height: 1.75em;
  color: #3D4F66;
}
.indexcontent .protection .protection-con .protection-right .protection-but {
  width: 150px;
  height: 44px;
  color: #fff;
  background-color: #2270D1;
}
.indexcontent .protection .protection-con .protection-right .protection-but a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.indexcontent .protection .protection-con .protection-right .protection-but a::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.indexcontent .protection .protection-con .protection-right .protection-but a:hover::after {
  opacity: 0.3;
}
.indexcontent .protection .protection-con .protection-right .protection-but a span {
  font-weight: bold;
  font-size: 14px;
  margin-right: 12px;
}
.indexcontent .protection .protection-con .protection-right .protection-but a i {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1200px) {
  .indexcontent .protection .protection-con .protection-right {
    margin-bottom: 40px;
  }
  .indexcontent .protection .protection-con .protection-right h2 {
    text-align: center;
  }
  .indexcontent .protection .protection-con .protection-right .text {
    text-align: center;
    margin-bottom: 40px;
  }
  .indexcontent .protection .protection-con .protection-right .protection-but {
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .indexcontent .protection .protection-con {
    flex-direction: column-reverse;
  }
}
.indexcontent .number {
  background-color: #2E82EA;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 47px 0;
}
@media (max-width: 768px) {
  .indexcontent .number {
    padding: 30px 0;
  }
}
.indexcontent .number .number-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .number .number-con li {
  margin-right: 209px;
}
.indexcontent .number .number-con li:last-child {
  margin-right: 0;
}
.indexcontent .number .number-con li .num-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.indexcontent .number .number-con li .num-box .num-box2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}
.indexcontent .number .number-con li .num-box .num-box2 .num {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-right: 8px;
}
.indexcontent .number .number-con li .num-box .num-box2 .unit {
  font-weight: 500;
  font-size: var(--16);
  color: #fff;
}
.indexcontent .number .number-con li .num-box .num-tit {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1400px) {
  .indexcontent .number .number-con li {
    margin-right: 130px;
  }
}
@media (max-width: 1200px) {
  .indexcontent .number .number-con li {
    margin-right: 75px;
  }
}
@media (max-width: 980px) {
  .indexcontent .number .number-con li {
    margin-right: 55px;
  }
  .indexcontent .number .number-con li .num-box .num-box2 {
    margin-bottom: 8px;
  }
  .indexcontent .number .number-con li .num-box .num-box2 .num {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-right: 4px;
  }
  .indexcontent .number .number-con li .num-box .num-box2 .unit {
    font-weight: 500;
    font-size: var(--16);
    color: #fff;
  }
  .indexcontent .number .number-con li .num-box .num-tit {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .indexcontent .number .number-con {
    flex-wrap: wrap;
  }
  .indexcontent .number .number-con li {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .indexcontent .number .number-con li:nth-child(3), .indexcontent .number .number-con li:nth-child(4) {
    margin-bottom: 0;
  }
}
.indexcontent .news {
  padding: var(--120) 0;
}
.indexcontent .news .title {
  margin-bottom: 20px;
}
.indexcontent .news .title h2 {
  font-weight: 500;
  font-size: var(--48);
  color: #003980;
  text-align: center;
}
.indexcontent .news .text {
  font-weight: normal;
  margin: 0 auto;
  width: 80%;
  font-size: var(--16);
  line-height: 1.5em;
  color: #3D4F66;
  text-align: center;
  margin-bottom: 48px;
}
.indexcontent .news .news-con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 140px;
}
.indexcontent .news .news-con .news-box1 {
  width: 29.8%;
  transition: all 0.5s;
}
.indexcontent .news .news-con .news-box1 .news-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 66.66666667%;
}
.indexcontent .news .news-con .news-box1 .news-img img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.indexcontent .news .news-con .news-box1 .news {
  padding: 30px;
}
.indexcontent .news .news-con .news-box1 .news .news-tit {
  margin-bottom: 16px;
}
.indexcontent .news .news-con .news-box1 .news .news-tit h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  color: #001733;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 540px) {
  .indexcontent .news .news-con .news-box1 .news .news-tit {
    margin-bottom: 16px;
  }
  .indexcontent .news .news-con .news-box1 .news .news-tit h3 {
    font-size: 16px;
  }
}
.indexcontent .news .news-con .news-box1 .news .news-date {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.indexcontent .news .news-con .news-box1 .news .news-date i {
  color: #2E82EA;
  margin-right: 8px;
}
.indexcontent .news .news-con .news-box1 .news .news-date p {
  font-weight: normal;
  font-size: 14px;
  color: #5C7799;
}
.indexcontent .news .news-con .news-box1 .news .news-text {
  font-size: var(--16);
  color: #3D4F66;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .indexcontent .news .news-con .news-box1 .news {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .indexcontent .news .news-con .news-box1 .news {
    padding: 10px;
  }
}
.indexcontent .news .news-con .news-box1:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.indexcontent .news .news-con .news-box1:hover .news-tit h3 {
  color: #2E82EA;
  text-decoration: underline;
}
.indexcontent .news .news-con .news-box1:hover .news-img img {
  transform: scale(1.1);
}
.indexcontent .news .news-con .news-box2 {
  width: 36.2%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .news .news-con .news-box2 .news-list li {
  margin-bottom: 20px;
}
.indexcontent .news .news-con .news-box2 .news-list li:last-child {
  margin-bottom: 0;
}
.indexcontent .news .news-con .news-box2 .news-list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.indexcontent .news .news-con .news-box2 .news-list li a .list {
  width: 30%;
  margin-right: 24px;
}
.indexcontent .news .news-con .news-box2 .news-list li a .list .news-listimg {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 66.66666667%;
}
.indexcontent .news .news-con .news-box2 .news-list li a .list .news-listimg img {
  transition: all 0.5s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  position: absolute;
  top: 0;
  left: 0;
}
.indexcontent .news .news-con .news-box2 .news-list li a .news-list-con {
  width: 60%;
}
.indexcontent .news .news-con .news-box2 .news-list li a .news-list-date {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.indexcontent .news .news-con .news-box2 .news-list li a .news-list-date i {
  color: #2E82EA;
  margin-right: 8px;
}
.indexcontent .news .news-con .news-box2 .news-list li a .news-list-date p {
  font-weight: normal;
  font-size: 14px;
  color: #5C7799;
}
.indexcontent .news .news-con .news-box2 .news-list li a .news-list-tit h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  color: #001733;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 540px) {
  .indexcontent .news .news-con .news-box2 .news-list li a .news-listimg {
    width: 200px;
    margin-right: 10px;
  }
  .indexcontent .news .news-con .news-box2 .news-list li a .news-list-date {
    margin-bottom: 10px;
  }
  .indexcontent .news .news-con .news-box2 .news-list li a .news-list-tit h3 {
    font-size: 14px;
  }
}
.indexcontent .news .news-con .news-box2 .news-list li:hover .news-list-tit h3 {
  color: #2E82EA;
  text-decoration: underline;
}
.indexcontent .news .news-con .news-box2 .news-list li:hover .news-listimg img {
  transform: scale(1.1);
}
.indexcontent .news .news-con .news-box2 .news-all {
  width: 100%;
  height: 48px;
  background-color: #2E82EA;
}
.indexcontent .news .news-con .news-box2 .news-all a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: var(--16);
  font-weight: bold;
  position: relative;
}
.indexcontent .news .news-con .news-box2 .news-all a::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.indexcontent .news .news-con .news-box2 .news-all a:hover::after {
  opacity: 0.3;
}
.indexcontent .news .news-con .news-box2 .news-all a span {
  position: relative;
}
.indexcontent .news .news-con .news-box2 .news-all a span::after {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #fff;
  content: "";
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.indexcontent .news .news-con .news-box2 .news-all:hover a span::after {
  width: 100%;
}
@media (max-width: 768px) {
  .indexcontent .news .news-con .news-box2 .news-all {
    height: 40px;
  }
}
@media (max-width: 1400px) {
  .indexcontent .news .text {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .indexcontent .news .news-con {
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  .indexcontent .news .news-con .news-box1 {
    width: 47%;
  }
  .indexcontent .news .news-con .news-box2 {
    width: 100%;
  }
  .indexcontent .news .news-con .news-box2 .news-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .indexcontent .news .news-con .news-box2 .news-list li {
    width: 50%;
  }
  .indexcontent .news .news-all {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .indexcontent .news .news-con {
    margin-bottom: 80px;
  }
  .indexcontent .news .news-con .news-box1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.indexcontent .news .share .share-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.indexcontent .news .share .share-list::after {
  width: 32%;
  content: "";
}
.indexcontent .news .share .share-list .index-iframe {
  width: 100%;
}
.indexcontent .news .share .share-list .index-iframe .img-box {
  padding-bottom: 66.666667%;
}
.indexcontent .news .share .share-list .index-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.indexcontent .news .share .share-list li {
  width: 32%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.indexcontent .news .share .share-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.indexcontent .news .share .share-list li a:hover p::after {
  width: 100%;
}
.indexcontent .news .share .share-list li .share-icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.indexcontent .news .share .share-list li .share-icon .icon-facebook {
  font-size: 32px;
  color: #3B5998;
}
.indexcontent .news .share .share-list li .share-icon .icon-lingying {
  font-size: 32px;
  color: #008DC2;
}
.indexcontent .news .share .share-list li .share-icon img {
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .news .share .share-list li .share-tit {
  margin-bottom: 24px;
}
.indexcontent .news .share .share-list li .share-tit p {
  color: #001733;
  font-size: 20px;
  font-weight: normal;
  position: relative;
}
.indexcontent .news .share .share-list li .share-tit p::after {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #001733;
  content: "";
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.indexcontent .news .share .share-list li .share-tit p span {
  font-weight: bold;
}
.indexcontent .news .share .share-list li .iframe iframe[src=""],
.indexcontent .news .share .share-list li .iframe iframe[data-src=""] {
  display: none;
  border: 1px solid #000;
}
.indexcontent .news .share .share-list li .iframe iframe[src=""] + img,
.indexcontent .news .share .share-list li .iframe iframe[data-src=""] + img {
  display: block !important;
}
.indexcontent .news .share .share-list li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.indexcontent .news .share .share-list li .youtube-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.indexcontent .news .share .share-list li .youtube-list::after {
  width: 32%;
  content: "";
}
.indexcontent .news .share .share-list li .youtube-list li {
  width: 32%;
  margin-bottom: 10px;
}
.indexcontent .news .share .share-list li .youtube-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.indexcontent .news .share .share-list li .youtube-list li a .youtube-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.indexcontent .news .share .share-list li .youtube-list li a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
  aspect-ratio: 1;
}
.indexcontent .news .share .share-list li .youtube-list li:nth-child(4), .indexcontent .news .share .share-list li .youtube-list li:nth-child(5), .indexcontent .news .share .share-list li .youtube-list li:nth-child(6) {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .indexcontent .news .news-con .news-box2 .news-list li {
    width: 100%;
  }
  .indexcontent .news .share .share-list li {
    width: 100%;
    margin-bottom: 40px;
  }
}

.products-con {
  position: relative;
}

@media (max-width: 1500px) {
  .products-con {
    width: 80%;
    margin: 0 auto;
  }
  .text {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .indexcontent .products .text {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .indexcontent .service .service-con .service-right .service-swiper .service-img {
    width: 100%;
  }
}
.products-swiper .swiper-wrapper,
.products-swiper2 .swiper-wrapper {
  align-items: stretch;
}
.products-swiper .swiper-wrapper .swiper-slide,
.products-swiper2 .swiper-wrapper .swiper-slide {
  background-color: #F5F7FA;
  padding: 10px;
  padding-bottom: 24px;
  height: 100%;
  transition: all 0.5s;
  height: auto;
}
.products-swiper .swiper-wrapper .swiper-slide:hover,
.products-swiper2 .swiper-wrapper .swiper-slide:hover {
  background-color: #2E82EA;
}
.products-swiper .swiper-wrapper .swiper-slide:hover .products-title h3,
.products-swiper2 .swiper-wrapper .swiper-slide:hover .products-title h3 {
  font-size: 18px;
  color: #fff;
}
.products-swiper .swiper-wrapper .swiper-slide:hover .products-text p,
.products-swiper2 .swiper-wrapper .swiper-slide:hover .products-text p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
}
.products-swiper .swiper-wrapper .swiper-slide .img-box,
.products-swiper2 .swiper-wrapper .swiper-slide .img-box {
  margin-bottom: 24px;
}
.products-swiper .swiper-wrapper .swiper-slide .img-box img,
.products-swiper2 .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}
.products-swiper .swiper-wrapper .swiper-slide .products-title,
.products-swiper2 .swiper-wrapper .swiper-slide .products-title {
  margin-bottom: 16px;
}
.products-swiper .swiper-wrapper .swiper-slide .products-title h3,
.products-swiper2 .swiper-wrapper .swiper-slide .products-title h3 {
  transition: all 0.5s;
  color: #001733;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-swiper .swiper-wrapper .swiper-slide .products-text p,
.products-swiper2 .swiper-wrapper .swiper-slide .products-text p {
  transition: all 0.5s;
  color: #3D4F66;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.more-but i {
  transition: all 0.5s;
}
.more-but:hover p {
  text-decoration: underline;
}
.more-but:hover i {
  transform: translateX(5px);
}

.xs-online {
  width: 100%;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  background-color: rgb(46, 130, 234);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: "";
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}

.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 23, 51, 0.1);
  height: 248px;
  width: 56px;
  border-radius: 50px;
  padding: 18px 0;
  z-index: 1100;
}
.online-wrap .online i {
  font-size: 20px;
  color: #fff;
}
.online-wrap .online a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.online-wrap .online a .show-num {
  transition: all 0.5s;
  opacity: 0;
  height: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background-color: #2E82EA;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  visibility: hidden;
}
.online-wrap .online a .show-num::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  transform: translate(100%, -50%);
  vertical-align: middle;
  border-width: 10px 0px 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #2E82EA;
}
.online-wrap .online a:hover {
  background-color: #2E82EA;
}
.online-wrap .online a:hover .show-num {
  opacity: 1;
  right: calc(100% + 20px);
  visibility: visible;
}
.online-wrap .online .gotop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2E82EA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: "+";
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .show {
  right: 0 !important;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
@media (min-width: 1200px) {
  .g-xl-4-5,
  .gx-xl-4-5 {
    --bs-gutter-x: 1.882895rem;
    --bs-gutter-y: 1.882895rem;
  }
}
.ban {
  width: 100%;
}
.ban img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productcontent .s-menu {
  display: none;
}
.productcontent .product-con .product-con2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.productcontent .product-con .product-con2 .product-left {
  width: 330px;
  background-color: #F5F7FA;
  padding-bottom: var(--100);
}
.productcontent .product-con .product-con2 .product-left .product-left2 {
  padding: var(--88) 10px 0 10px;
  position: sticky;
  top: 70px;
  left: 0;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-tit-box {
  padding: 0 20px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-tit-box .product-title h2 {
  font-size: 32px;
  font-weight: 500;
  color: #001733;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-tit-box .product-icon i {
  font-size: 24px;
  color: #3D4F66;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu {
  width: 100%;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 {
  width: 100%;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 {
  width: 100%;
  margin-bottom: 10px;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2:last-child {
  margin-bottom: 0;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut {
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut:hover {
  background-color: #2E82EA;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut:hover a span {
  color: #fff;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut:hover .menuicon i {
  color: #fff;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a {
  width: 80%;
  display: block;
  padding: 19px 20px;
  padding-right: 0;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a span {
  transition: all 0.5s;
  font-weight: 500;
  font-size: 18px;
  color: #001733;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon {
  padding: 19px 20px;
  width: 20%;
  padding-left: 0;
  cursor: pointer;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon i {
  transition: all 0.5s;
  float: right;
  transform: rotate(90deg);
  color: #3D4F66;
  font-size: 16px;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more {
  display: none;
  margin-bottom: 20px;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 {
  padding-top: 16px;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 {
  padding-bottom: 16px;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2:last-child {
  padding-bottom: 0;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 a {
  padding-left: 32px;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 a span {
  font-weight: 500;
  font-size: 14px;
  color: #3D4F66;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2:hover a span {
  color: #0076bd;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .open .menubut {
  background-color: #2E82EA;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .open .menubut a span {
  color: #fff;
}
.productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .open .menubut .menuicon i {
  transform: rotate(-90deg);
  color: #fff;
}
.productcontent .product-con .product-con2 .product-right {
  padding-top: var(--88);
  width: calc(100% - 330px);
  padding-left: 30px;
  padding-bottom: var(--100);
}
.productcontent .product-con .product-con2 .product-right .title {
  margin-bottom: 20px;
}
.productcontent .product-con .product-con2 .product-right .title h2 {
  font-size: var(--32);
  color: #001733;
  font-weight: 500;
}
.productcontent .product-con .product-con2 .product-right .text {
  margin-bottom: 48px;
  color: #3D4F66;
  font-size: var(--16);
  line-height: 1.5em;
  font-weight: normal;
}
.productcontent .product-con .product-con2 .product-right .content {
  margin-bottom: 48px;
}
.productcontent .product-con .product-con2 .product-right .content .content2 a {
  background-color: #F5F7FA;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  padding-bottom: 24px;
  transition: all 0.5s;
}
.productcontent .product-con .product-con2 .product-right .content .content2 a:hover {
  background-color: #2E82EA;
}
.productcontent .product-con .product-con2 .product-right .content .content2 a:hover .products-title h3 {
  color: #fff;
}
.productcontent .product-con .product-con2 .product-right .content .content2 a:hover .products-text p {
  color: #fff;
}
.productcontent .product-con .product-con2 .product-right .content .content2 .img-box {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.productcontent .product-con .product-con2 .product-right .content .content2 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}
.productcontent .product-con .product-con2 .product-right .content .content2 .products-title {
  margin-bottom: 16px;
}
.productcontent .product-con .product-con2 .product-right .content .content2 .products-title h3 {
  transition: all 0.5s;
  color: #001733;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productcontent .product-con .product-con2 .product-right .content .content2 .products-text p {
  transition: all 0.5s;
  color: #3D4F66;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
}
.productcontent .product-con .product-con2 .product-right .details {
  display: flex;
  margin-bottom: 48px;
}
.productcontent .product-con .product-con2 .product-right .details .details-img {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 40px;
}
.productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper1 {
  width: 104px;
  height: 457px;
  overflow: hidden;
}
.productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper1 .img-box {
  cursor: pointer;
}
.productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper1 .img-box::after {
  width: 100%;
  height: 99%;
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper1 .swiper-video2::after {
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper1 .swiper-video2::before {
  font-family: "iconfont" !important;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e61e";
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  z-index: 10;
}
.productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper1 .swiper-slide-thumb-active .img-box::after {
  border: 2px solid #2E82EA;
}
.productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper2 {
  width: 457px;
  height: 457px;
  margin-right: 16px;
}
.productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper2 .img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.productcontent .product-con .product-con2 .product-right .details .details-con {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .type {
  color: #2E82EA;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 24px;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .title {
  margin-bottom: 24px;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .title b {
  font-size: 36px;
  color: #001733;
  font-weight: 500;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .text {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.5em;
  color: #3D4F66;
  font-weight: normal;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .brochures {
  margin-bottom: 40px;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .brochures b {
  color: #001733;
  font-size: 16px;
  font-weight: 500;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .brochures .brochures-con i {
  color: #FF6969;
  font-size: 14px;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .brochures .brochures-con span {
  font-size: 14px;
  color: #3D4F66;
  font-weight: normal;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .share {
  margin-bottom: 20px;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .share b {
  color: #001733;
  font-size: 16px;
  font-weight: 500;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .product .share .a2a_default_style {
  transform: scale(0.8);
  transform-origin: left;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut {
  background-color: #2270D1;
  color: #fff;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut i {
  color: #fff;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut:hover::after {
  opacity: 0.3;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .cartbut {
  transition: all 0.5s;
  color: #2270D1;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .cartbut i {
  color: #2270D1;
  transition: all 0.5s;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .cartbut:hover {
  background-color: #2270D1;
  color: #fff;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .cartbut:hover i {
  color: #fff;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut,
.productcontent .product-con .product-con2 .product-right .details .details-con .button .cartbut {
  width: 204px;
  height: 48px;
  border: 1.5px solid #2270D1;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut a,
.productcontent .product-con .product-con2 .product-right .details .details-con .button .cartbut a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut i,
.productcontent .product-con .product-con2 .product-right .details .details-con .button .cartbut i {
  font-size: 14px;
  margin-right: 10px;
}
.productcontent .product-con .product-con2 .product-right .details-nav {
  width: 100%;
  margin-bottom: 48px;
  position: sticky;
  top: 100px;
  z-index: 100;
}
.productcontent .product-con .product-con2 .product-right .details-nav .navbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 1px 1px #eeeff0;
}
.productcontent .product-con .product-con2 .product-right .details-nav .navbox .navbox2 {
  padding: 16px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F7FA;
  color: #001733;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
}
.productcontent .product-con .product-con2 .product-right .details-nav .navbox .navbox2:hover {
  background-color: #2E82EA;
  color: #fff;
}
@media (max-width: 1200px) {
  .productcontent .product-con .product-con2 .product-right .details-nav .navbox .navbox2:hover {
    background-color: #F5F7FA;
    color: #001733;
  }
}
.productcontent .product-con .product-con2 .product-right .details-nav .navbox .action {
  background-color: #2E82EA !important;
  color: #fff !important;
}
.productcontent .product-con .product-con2 .product-right .det-tit {
  width: 100%;
  position: relative;
  color: #001733;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.productcontent .product-con .product-con2 .product-right .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  content: "";
  bottom: 0;
  left: 0;
}
.productcontent .product-con .product-con2 .product-right .det-con {
  padding: 30px;
  background-color: #F5F7FA;
  font-size: 16px;
  font-weight: normal;
  color: #001733;
}
.productcontent .product-con .product-con2 .product-right .detproduct,
.productcontent .product-con .product-con2 .product-right .specifications,
.productcontent .product-con .product-con2 .product-right .reviews,
.productcontent .product-con .product-con2 .product-right .write,
.productcontent .product-con .product-con2 .product-right .inquiry {
  margin-bottom: 48px;
}
.productcontent .product-con .product-con2 .product-right .write .con-from .input-box {
  margin-bottom: 10px;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon {
  background-color: #F5F7FA;
  padding: 20px 30px 16px;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-titbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 16px;
  position: relative;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-titbox::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D9D9D9;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-titbox .reviews-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-titbox .reviews-name span {
  font-weight: bold;
  color: #222222;
  font-size: 16px;
  margin-right: 16px;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-titbox .reviews-name .star li {
  display: inline-block;
  margin-right: 4px;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-titbox .reviews-name .star li:last-child {
  margin-right: 0;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-titbox .reviews-name .star li i {
  font-size: 12px;
  color: #666666;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-titbox .reviews-name .star li .action {
  color: #FFBF00;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-titbox .reviews-date i {
  color: #BF0003;
  font-size: 14px;
  margin-right: 10px;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-titbox .reviews-date span {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
}
.productcontent .product-con .product-con2 .product-right .reviews .reviewscon .reviews-text {
  font-weight: normal;
  color: #444444;
  font-size: 14px;
  line-height: 1.5em;
}
.productcontent .product-con .product-con2 .product-right .con-from {
  background-color: #fff;
  padding: 0;
}
.productcontent .product-con .product-con2 .product-right .con-from .input-box {
  background-color: #F5F7FA;
}
.productcontent .product-con .product-con2 .product-right .con-from .write-submit {
  background-color: #fff;
  color: #2E82EA;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.productcontent .product-con .product-con2 .product-right .con-from .write-submit::after {
  width: 0;
  height: 1px;
  background-color: #2E82EA;
  content: "";
  transition: all 0.5s;
  bottom: 0;
  left: 0;
  position: absolute;
}
.productcontent .product-con .product-con2 .product-right .con-from .write-submit:hover::after {
  width: 100%;
}
.productcontent .product-con .product-con2 .product-right .con-from .write-submit i {
  font-size: 14px;
  color: #2E82EA;
  margin-right: 8px;
}
.productcontent .product-con .product-con2 .product-right .con-from .submit {
  left: 0;
  transform: unset;
  margin-top: 0;
}

.product-input {
  display: flex;
  align-items: center;
  background-color: rgba(46, 130, 234, 0.1);
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #2E82EA;
  font-weight: bold;
  position: relative;
}
.product-input span {
  white-space: nowrap;
}
.product-input .input-box {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-input::after {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 3px;
  content: "";
  background-color: #2E82EA;
}
.product-input .input-box {
  width: 74%;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #2E82EA;
  font-weight: bold;
}

.breadcrumb-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.breadcrumb-box li a {
  font-weight: normal;
  font-size: 14px;
  color: #5C7799;
}
.breadcrumb-box li::after {
  font-size: 14px;
  vertical-align: middle;
  padding: 0 3px;
  content: ">";
  color: #5C7799;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb-box li:last-child::after {
  display: none;
}

@media (max-width: 1600px) {
  .productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper2 {
    width: 360px;
    height: 360px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper1 {
    height: 360px;
    width: 82.5px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .product .type {
    margin-bottom: 10px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .product .title {
    margin-bottom: 20px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .product .title b {
    font-size: 34px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .product .text {
    margin-bottom: 20px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .product .brochures {
    margin-bottom: 30px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut {
    margin-right: 20px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut,
  .productcontent .product-con .product-con2 .product-right .details .details-con .button .cartbut {
    width: 190px;
    height: 42px;
  }
  .productcontent .product-con .product-con2 .product-right .details-nav .navbox .navbox2 {
    padding: 12px;
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .productcontent .product-con .product-con2 .product-right .details-nav {
    top: 90px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-img {
    margin-right: 20px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut,
  .productcontent .product-con .product-con2 .product-right .details .details-con .button .cartbut {
    width: 170px;
    height: 40px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut i,
  .productcontent .product-con .product-con2 .product-right .details .details-con .button .cartbut i {
    margin-right: 5px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .button .inquirybut {
    margin-right: 12px;
  }
  .productcontent .product-con .product-con2 .product-left {
    width: 254px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-tit-box {
    padding: 0 10px;
    margin-bottom: 24px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-tit-box .product-title h2 {
    font-size: 24px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-tit-box .product-icon i {
    font-size: 20px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a {
    padding: 10px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a span {
    font-size: 16px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon {
    padding: 10px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon i {
    font-size: 14px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more {
    margin-bottom: 15px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 {
    padding-top: 14px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 a {
    padding-left: 30px;
  }
  .productcontent .product-con .product-con2 .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 a span {
    font-size: 12px;
  }
  .productcontent .product-con .product-con2 .product-right {
    width: calc(100% - 254px);
    padding-left: 15px;
  }
  .productcontent .product-con .product-con2 .product-right .title {
    margin-bottom: 15px;
  }
  .productcontent .product-con .product-con2 .product-right .content {
    margin-bottom: 32px;
  }
  .productcontent .product-con .product-con2 .product-right .content .content2 a {
    padding: 10px;
    padding-bottom: 16px;
  }
  .productcontent .product-con .product-con2 .product-right .content .content2 .img-box {
    margin-bottom: 18px;
  }
  .productcontent .product-con .product-con2 .product-right .content .content2 .products-title {
    margin-bottom: 12px;
  }
  .productcontent .product-con .product-con2 .product-right .content .content2 .products-title h3 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .productcontent .product-con .product-con2 .product-right .details-nav {
    top: 80px;
  }
  .productcontent .product-con .product-con2 .product-right {
    padding-left: 0;
  }
  .productcontent .product-con .product-con2 .product-left {
    display: none;
  }
  .productcontent .product-con .product-con2 .product-right {
    width: 100%;
  }
  .productcontent .s-menu {
    display: block;
    position: relative;
    padding-top: 10px;
    margin: 20px 0;
  }
  .productcontent .s-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #001733;
  }
  .productcontent .s-menu::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #001733;
  }
  .productcontent .s-menu .s-menu1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .productcontent .s-menu .s-menu1 .s-menu2 {
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #001733;
  }
  .productcontent .s-menu .s-menu1 .s-menu2:last-child {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .product-input {
    padding: 12px 15px;
    margin-bottom: 15px;
  }
  .productcontent .product-con .product-con2 .product-right .details-nav {
    top: 70px;
  }
  .productcontent .product-con .product-con2 .product-right .details-nav .navbox {
    overflow: scroll;
    display: flex;
    justify-content: flex-start;
  }
  .productcontent .product-con .product-con2 .product-right .details-nav .navbox .navbox2 {
    white-space: nowrap;
    width: auto;
    padding: 15px;
  }
  .productcontent .product-con .product-con2 .product-right .details {
    display: flex;
    flex-direction: column;
    margin-bottom: 38px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper2 {
    width: 100%;
    height: 100%;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-img {
    margin: 0;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper2 {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-img .details-swiper1 {
    width: 100%;
    height: auto;
  }
  .productcontent .s-menu {
    padding-top: 5px;
    margin: 20px 0;
  }
  .productcontent .s-menu .s-menu1 .s-menu2 {
    margin-right: 15px;
    margin-bottom: 5px;
  }
}
.cartcontent .cart-content {
  padding-top: var(--88);
  padding-bottom: var(--100);
}
.cartcontent .inquiry-info .title-inquiry-info {
  background-color: #F5F7FA;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cartcontent .inquiry-info .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #001733;
  padding: 20px;
}
.cartcontent .inquiry-info .inquiry-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: var(--40);
}
.cartcontent .inquiry-info .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #F5F7FA;
  content: "";
  position: absolute;
}
.cartcontent .inquiry-info .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #001733;
  padding: 20px;
}
.cartcontent .inquiry-info .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cartcontent .inquiry-info .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.cartcontent .inquiry-info .inquiry-list .number-box span:hover {
  background-color: #0076bd;
  color: #fff;
}
.cartcontent .inquiry-info .inquiry-list .number-box .ipt-num {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
.cartcontent .inquiry-info .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.cartcontent .inquiry-info .inquiry-list .iclose:hover::after {
  color: #0076bd;
}
.cartcontent .inquiry-info .inquiry-list .iclose::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ec7b";
  transform: translate3d(-50%, -50%, 0);
  color: #001733;
  z-index: 10;
}
.cartcontent .checkbox {
  width: 10%;
}
.cartcontent .pimg,
.cartcontent .number {
  width: 20%;
}
.cartcontent .pname {
  width: 40%;
}
.cartcontent .pname2 {
  display: none;
}
.cartcontent .operation {
  width: 10%;
}
.cartcontent .det-tit {
  width: 100%;
  position: relative;
  color: #001733;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cartcontent .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  content: "";
  bottom: 0;
  left: 0;
}
.cartcontent .pname-num {
  display: none;
}

@media (max-width: 980px) {
  .cartcontent .inquiry-info .title-inquiry-info .item {
    padding: 10px;
    font-size: 14px;
  }
  .cartcontent .inquiry-info .inquiry-list .item {
    padding: 10px;
    font-size: 14px;
  }
  .cartcontent .inquiry-info .inquiry-list .number-box span {
    font-size: 20px;
    width: 24px;
    height: 34px;
  }
  .cartcontent .inquiry-info .inquiry-list .number-box .ipt-num {
    font-size: 16px;
    line-height: 34px;
    width: 60px;
    height: 34px;
  }
  .cartcontent .inquiry-info .inquiry-list .iclose::after {
    font-size: 14px;
  }
  .cartcontent .checkbox {
    width: 10%;
  }
  .cartcontent .pimg,
  .cartcontent .pname,
  .cartcontent .number {
    width: 29%;
  }
  .cartcontent .operation {
    width: 13%;
  }
}
@media (max-width: 768px) {
  .cartcontent .inquiry-info .operation span,
  .cartcontent .inquiry-info .checkbox span {
    display: none;
  }
  .cartcontent .inquiry-info .inquiry-list .number-box span {
    font-size: 20px;
    width: 24px;
    height: 34px;
  }
  .cartcontent .inquiry-info .inquiry-list .number-box .ipt-num {
    font-size: 16px;
    line-height: 34px;
    width: 60px;
    height: 34px;
  }
  .cartcontent .inquiry-info .inquiry-list .iclose::after {
    font-size: 14px;
  }
  .cartcontent .checkbox {
    width: 10%;
  }
  .cartcontent .pimg,
  .cartcontent .pname,
  .cartcontent .number {
    width: 30%;
  }
  .cartcontent .operation {
    width: 10%;
  }
}
@media (max-width: 540px) {
  .cartcontent .pname2 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .cartcontent .inquiry-info .title-inquiry-info .number {
    display: none;
  }
  .cartcontent .inquiry-info .inquiry-list .number-box span {
    font-size: 20px;
    width: 24px;
    height: 34px;
  }
  .cartcontent .inquiry-info .inquiry-list .number-box .ipt-num {
    font-size: 16px;
    line-height: 34px;
    width: 60px;
    height: 34px;
  }
  .cartcontent .inquiry-info .inquiry-list .iclose::after {
    font-size: 14px;
  }
  .cartcontent .checkbox {
    width: 10%;
  }
  .cartcontent .pname {
    display: none;
  }
  .cartcontent .pimg {
    width: 30%;
  }
  .cartcontent .number {
    width: 50%;
  }
  .cartcontent .operation {
    width: 10%;
  }
  .pname-num {
    display: block;
    width: 60%;
  }
}
nav {
  text-align: center;
}
nav .pagination {
  display: block;
}
nav .pagination li {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #F5F7FA;
  margin: 0 4px;
  border-radius: 50%;
  transition: all 0.5s;
}
nav .pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
}
nav .pagination li:hover {
  background-color: #2E82EA;
  color: #fff;
}
nav .pagination .prev {
  margin-right: 12px;
}
nav .pagination .next {
  margin-left: 12px;
}
nav .pagination .active {
  background-color: #2E82EA;
  color: #fff;
}

@media (max-width: 980px) {
  nav .pagination li {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  nav {
    text-align: center;
  }
  nav .pagination {
    display: block;
  }
  nav .pagination li {
    width: 25px;
    height: 25px;
  }
  nav .pagination li a {
    font-size: 14px;
  }
}
.servicecontent .service-con {
  padding-top: var(--88);
  padding-bottom: var(--100);
}
.servicecontent .service-con .title {
  margin-bottom: 48px;
}
.servicecontent .service-con .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #001733;
  text-align: center;
}
.servicecontent .service-con .service .content {
  margin-bottom: 60px;
}
.servicecontent .service-con .service .content .content2 a .service-img {
  position: relative;
}
.servicecontent .service-con .service .content .content2 a .service-img .img-box {
  padding-bottom: 66.66666667%;
  margin-bottom: 24px;
}
.servicecontent .service-con .service .content .content2 a .service-img .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.servicecontent .service-con .service .content .content2 a .service-img .img-box::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(46, 130, 234, 0.8), rgba(46, 130, 234, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 10;
  opacity: 0;
  transition: all 0.5s;
}
.servicecontent .service-con .service .content .content2 a .service-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  z-index: 11;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.servicecontent .service-con .service .content .content2 a .contentbox .contit {
  margin-bottom: 12px;
}
.servicecontent .service-con .service .content .content2 a .contentbox .contit h3 {
  font-weight: bold;
  font-size: 18px;
  color: #001733;
  text-align: center;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.servicecontent .service-con .service .content .content2 a .contentbox .context {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  color: #3D4F66;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.servicecontent .service-con .service .content .content2 a:hover .service-img .img-box::after {
  opacity: 1;
}
.servicecontent .service-con .service .content .content2 a:hover .service-img i {
  opacity: 1;
}
.servicecontent .service-con .service .content .content2 a:hover .contit h3 {
  color: #2E82EA;
  text-decoration: underline;
}

@media (max-width: 1400px) {
  .servicecontent .service-con .title {
    margin-bottom: 38px;
  }
  .servicecontent .service-con .service .content {
    margin-bottom: 40px;
  }
  .servicecontent .service-con .service .content .content2 a .service-img .img-box {
    margin-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .servicecontent .service-con .title {
    margin-bottom: 28px;
  }
  .servicecontent .service-con .service .content {
    margin-bottom: 30px;
  }
  .servicecontent .service-con .service .content .content2 a .contentbox .contit {
    margin-bottom: 5px;
  }
  .servicecontent .service-con .service .content .content2 a .contentbox .contit h3 {
    font-size: 16px;
  }
}
.aboutcontent .introduction .title {
  margin-bottom: 28px;
}
.aboutcontent .introduction .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #001733;
  text-align: center;
}
.aboutcontent .introduction .text {
  font-size: 16px;
  font-weight: normal;
  color: #3D4F66;
  line-height: 1.75em;
  padding-bottom: 64px;
}
.aboutcontent .introduction .play-box {
  width: 100%;
  position: relative;
  padding: var(--40) 0;
}
.aboutcontent .introduction .play-box .video {
  height: 100%;
  display: block;
}
.aboutcontent .introduction .play-box .play-img {
  width: 100%;
  height: 100%;
}
.aboutcontent .introduction .play-box .play-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .introduction .play-box .paly-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .introduction .play-box .play-con {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: playan1 10s linear infinite normal;
  z-index: 10;
}
.aboutcontent .introduction .play-box .play-con .play {
  animation: playan2 10s linear infinite normal;
  position: absolute;
  top: 50%;
  left: 50%;
}
.aboutcontent .honor {
  padding-bottom: var(--100);
  background-color: #F5F7FA;
}
.aboutcontent .honor .number {
  background-color: #2E82EA;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 47px 0;
  margin-bottom: var(--88);
}
@media (max-width: 768px) {
  .aboutcontent .honor .number {
    padding: 30px 0;
  }
}
.aboutcontent .honor .number .number-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .honor .number .number-con li {
  margin-right: 209px;
}
.aboutcontent .honor .number .number-con li:last-child {
  margin-right: 0;
}
.aboutcontent .honor .number .number-con li .num-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aboutcontent .honor .number .number-con li .num-box .num-box2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}
.aboutcontent .honor .number .number-con li .num-box .num-box2 .num {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-right: 8px;
}
.aboutcontent .honor .number .number-con li .num-box .num-box2 .unit {
  font-weight: 500;
  font-size: var(--16);
  color: #fff;
}
.aboutcontent .honor .number .number-con li .num-box .num-tit {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1400px) {
  .aboutcontent .honor .number .number-con li {
    margin-right: 130px;
  }
}
@media (max-width: 1200px) {
  .aboutcontent .honor .number .number-con li {
    margin-right: 75px;
  }
}
@media (max-width: 980px) {
  .aboutcontent .honor .number .number-con li {
    margin-right: 55px;
  }
  .aboutcontent .honor .number .number-con li .num-box .num-box2 {
    margin-bottom: 8px;
  }
  .aboutcontent .honor .number .number-con li .num-box .num-box2 .num {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-right: 4px;
  }
  .aboutcontent .honor .number .number-con li .num-box .num-box2 .unit {
    font-weight: 500;
    font-size: var(--16);
    color: #fff;
  }
  .aboutcontent .honor .number .number-con li .num-box .num-tit {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .aboutcontent .honor .number .number-con {
    flex-wrap: wrap;
  }
  .aboutcontent .honor .number .number-con li {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .aboutcontent .honor .number .number-con li:nth-child(3), .aboutcontent .honor .number .number-con li:nth-child(4) {
    margin-bottom: 0;
  }
}
.aboutcontent .honor .title {
  margin-bottom: 48px;
}
.aboutcontent .honor .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #001733;
  text-align: center;
}
.aboutcontent .honor .honorcon .img-box {
  padding-bottom: 141.5151515%;
  cursor: pointer;
}
.aboutcontent .honor .honorcon .img-box:hover img {
  transform: scale(1.1);
}
.aboutcontent .honor .honor-but {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .honor .honor-but .swiper-but {
  width: 48px;
  height: 48px;
  border: 1px solid #2E82EA;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.aboutcontent .honor .honor-but .swiper-but i {
  color: #2E82EA;
  transition: all 0.5s;
}
.aboutcontent .honor .honor-but .swiper-but:hover {
  background-color: #2E82EA;
}
.aboutcontent .honor .honor-but .swiper-but:hover i {
  color: #fff;
}
.aboutcontent .honor .honor-but .swiper-prev3 {
  margin-right: 24px;
  transform: rotate(180deg);
}

@media (max-width: 980px) {
  .aboutcontent .introduction .text {
    font-size: 14px;
    padding-bottom: 48px;
  }
}
.qualitycontent .quality {
  padding-top: var(--88);
  padding-bottom: var(--100);
}
.qualitycontent .quality .title {
  margin-bottom: 48px;
}
.qualitycontent .quality .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #001733;
  text-align: center;
}
.qualitycontent .quality .qualitycon {
  display: flex;
  justify-content: space-between;
}
.qualitycontent .quality .qualitycon .text {
  width: 100%;
  padding-right: 22.5px;
  font-size: 16px;
  line-height: 1.75em;
  color: #3D4F66;
  font-weight: normal;
}
.qualitycontent .quality .qualitycon .qualityimg {
  width: 50%;
  padding-left: 22.5px;
  float: right;
}
.qualitycontent .quality .qualitycon .qualityimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-vr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.play-vr i {
  font-size: 80px;
  color: #fff;
}

@media (max-width: 1200px) {
  .play-vr i {
    font-size: 60px;
  }
}
@media (max-width: 540px) {
  .vr-box {
    height: 200px;
  }
  .vr-box .img-box {
    height: 100%;
  }
  .play-vr i {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .qualitycontent .quality .qualitycon .text {
    padding-right: 12.5px;
  }
  .qualitycontent .quality .qualitycon .qualityimg {
    padding-left: 12.5px;
  }
}
@media (max-width: 1200px) {
  .qualitycontent .quality .qualitycon {
    flex-direction: column;
  }
  .qualitycontent .quality .qualitycon .text {
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .qualitycontent .quality .qualitycon .qualityimg {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .qualitycontent .quality .title {
    margin-bottom: 36px;
  }
  .qualitycontent .quality .qualitycon .text {
    font-size: 14px;
  }
}
.casescontent .casescon {
  padding-top: var(--88);
  padding-bottom: var(--100);
}
.casescontent .casescon .title {
  margin-bottom: 48px;
}
.casescontent .casescon .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #001733;
  text-align: center;
}
.casescontent .casescon .cases .content {
  margin-bottom: 48px;
}
.casescontent .casescon .cases .content .content2 .casesbox {
  position: relative;
  overflow: hidden;
}
.casescontent .casescon .cases .content .content2 .casesbox .img-box {
  padding-bottom: 66.66666667%;
}
.casescontent .casescon .cases .content .content2 .casesbox .img-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  opacity: 0;
  transition: all 0.5s;
}
.casescontent .casescon .cases .content .content2 .casesbox .contit {
  background-color: #F5F7FA;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 17px 30px;
}
.casescontent .casescon .cases .content .content2 .casesbox .contit h3 {
  font-size: 18px;
  line-height: 1.5em;
  color: #001733;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.casescontent .casescon .cases .content .content2 .casesbox .contentbox {
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: translateY(101%);
  background-color: #2E82EA;
  padding: 30px;
  z-index: 10;
  transition: all 0.5s;
}
.casescontent .casescon .cases .content .content2 .casesbox .contentbox .context {
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.casescontent .casescon .cases .content .content2 .casesbox .contentbox .conmore {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.casescontent .casescon .cases .content .content2 .casesbox:hover .contentbox {
  transform: none;
}
.casescontent .casescon .cases .content .content2 .casesbox:hover .img-box::after {
  opacity: 0.5;
}

@media (max-width: 1400px) {
  .casescontent .casescon .title {
    margin-bottom: 38px;
  }
  .casescontent .casescon .cases .content .content2 .casesbox .contit h3 {
    font-size: 16px;
  }
  .casescontent .casescon .cases .content .content2 .casesbox .contit {
    min-height: 50px;
    padding: 12px 17px;
  }
  .casescontent .casescon .cases .content .content2 .casesbox .contentbox {
    padding: 15px;
  }
  .casescontent .casescon .cases .content .content2 .casesbox .contentbox .context {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .casescontent .casescon .title {
    margin-bottom: 28px;
  }
}
@media (max-width: 980px) {
  .casescontent .casescon .cases .content .content2 .casesbox .contit h3 {
    font-size: 14px;
  }
  .casescontent .casescon .cases .content .content2 .casesbox .contentbox .context {
    font-size: 14px;
  }
}
.newscontent .newscon {
  padding-top: var(--88);
  padding-bottom: var(--100);
}
.newscontent .newscon .title {
  margin-bottom: 48px;
}
.newscontent .newscon .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #001733;
  text-align: center;
}
.newscontent .newscon .news2 .content {
  margin-bottom: 48px;
}
.newscontent .newscon .news2 .content .content2 {
  margin-bottom: 30px;
}
.newscontent .newscon .news2 .content .content2:last-child {
  margin-bottom: 0;
}
.newscontent .newscon .news2 .content .content2 a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.newscontent .newscon .news2 .content .content2 a .newsimg {
  width: 450px;
  position: relative;
}
.newscontent .newscon .news2 .content .content2 a .newsimg::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(46, 130, 234, 0.8), rgba(46, 130, 234, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 10;
  opacity: 0;
  transition: all 0.5s;
}
.newscontent .newscon .news2 .content .content2 a .newsimg .img-box {
  padding-bottom: 66.66666667%;
}
.newscontent .newscon .news2 .content .content2 a .newsimg i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  z-index: 11;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.newscontent .newscon .news2 .content .content2 a .newstext {
  width: calc(100% - 450px);
  padding: 40px;
  background-color: #F5F7FA;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.newscontent .newscon .news2 .content .content2 a .newstext .title {
  margin-bottom: 16px;
}
.newscontent .newscon .news2 .content .content2 a .newstext .title h3 {
  color: #001733;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.newscontent .newscon .news2 .content .content2 a .newstext .text {
  color: #3D4F66;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newscontent .newscon .news2 .content .content2 a .newstext .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newscontent .newscon .news2 .content .content2 a .newstext .con .more {
  color: #5C7799;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s;
}
.newscontent .newscon .news2 .content .content2 a .newstext .con .date {
  display: flex;
  align-items: center;
  color: #5C7799;
  font-size: 14px;
  font-weight: normal;
}
.newscontent .newscon .news2 .content .content2 a .newstext .con .date i {
  margin-right: 14px;
  font-size: 14px;
  color: #2E82EA;
}
.newscontent .newscon .news2 .content .content2 a:hover .newsimg .img-box img {
  transform: scale(1.1);
}
.newscontent .newscon .news2 .content .content2 a:hover .newsimg::after {
  opacity: 1;
}
.newscontent .newscon .news2 .content .content2 a:hover .newsimg i {
  opacity: 1;
}
.newscontent .newscon .news2 .content .content2 a:hover .newstext .title h3 {
  text-decoration: underline;
  color: #2E82EA;
}
.newscontent .newscon .news2 .content .content2 a:hover .newstext .con .more {
  color: #2E82EA;
}
.newscontent .newsdetcon {
  padding-top: var(--88);
  padding-bottom: var(--100);
}
.newscontent .newsdetcon .title h2 {
  font-weight: bold;
  font-size: var(--32);
  line-height: 1.5em;
  color: #001733;
  margin-bottom: 40px;
}
.newscontent .newsdetcon .date {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  color: #5C7799;
  font-size: 14px;
}
.newscontent .newsdetcon .date i {
  font-size: 14px;
  color: #2E82EA;
  margin-right: 12px;
}
.newscontent .newsdetcon .text {
  font-size: 16px;
  color: #3D4F66;
  font-weight: normal;
  line-height: 1.5em;
}
.newscontent .newsdetcon .text p {
  margin-bottom: 20px;
}
.newscontent .newsdetcon .share {
  display: flex;
  align-items: center;
  margin: 40px 0;
  font-size: 20px;
  color: #001733;
  font-weight: bold;
}
.newscontent .newsdetcon .relate-details {
  margin-bottom: 40px;
}
.newscontent .newsdetcon .relate-details .prve a,
.newscontent .newsdetcon .relate-details .next a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #001733;
  font-weight: normal;
}
.newscontent .newsdetcon .relate-details .prve a:hover .icon,
.newscontent .newsdetcon .relate-details .next a:hover .icon {
  background-color: #0076bd;
}
.newscontent .newsdetcon .relate-details .prve a:hover .icon i,
.newscontent .newsdetcon .relate-details .next a:hover .icon i {
  color: #fff;
}
.newscontent .newsdetcon .relate-details .prve a div,
.newscontent .newsdetcon .relate-details .next a div {
  font-weight: bold;
  margin-right: 10px;
}
.newscontent .newsdetcon .relate-details .prve a .icon,
.newscontent .newsdetcon .relate-details .next a .icon {
  transition: all 0.5s;
  min-width: 44px;
  height: 44px;
  border: 1px solid #0076bd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}
.newscontent .newsdetcon .relate-details .prve a .icon i,
.newscontent .newsdetcon .relate-details .next a .icon i {
  transition: all 0.5s;
  color: #0076bd;
  font-size: 20px;
}
.newscontent .newsdetcon .relate-details .prve a span,
.newscontent .newsdetcon .relate-details .next a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscontent .newsdetcon .relate-details .prve {
  margin-bottom: 20px;
}
.newscontent .newsdetcon .relate-details .prve a .icon i {
  transform: rotate(180deg);
}
.newscontent .newsdetcon .from .message {
  font-weight: bold;
  font-size: 20px;
  color: #001733;
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .newscontent .newscon .news2 .content .content2 a .newsimg {
    width: 360px;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext {
    width: calc(100% - 360px);
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  .newscontent .newscon .news2 .content .content2 a .newsimg {
    width: 300px;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext {
    width: calc(100% - 300px);
    padding: 20px;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext .title {
    margin-bottom: 10px;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext .title h3 {
    font-size: 18px;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext .text {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 980px) {
  .newscontent .newsdetcon .relate-details .prve a .icon,
  .newscontent .newsdetcon .relate-details .next a .icon {
    min-width: 35px;
    height: 35px;
  }
  .newscontent .newsdetcon .relate-details .prve a .icon i,
  .newscontent .newsdetcon .relate-details .next a .icon i {
    font-size: 16px;
  }
  .newscontent .newsdetcon .share {
    margin: 30px 0;
    font-size: 16px;
  }
  .newscontent .newsdetcon .from .message {
    font-size: 16px;
  }
  .newscontent .newsdetcon .relate-details .prve a,
  .newscontent .newsdetcon .relate-details .next a {
    font-size: 14px;
  }
  .newscontent .newsdetcon .date {
    margin-bottom: 24px;
  }
  .newscontent .newsdetcon .text {
    font-size: 14px;
  }
  .newscontent .newscon .news2 .content .content2 a .newsimg {
    width: 240px;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext {
    width: calc(100% - 240px);
    padding: 15px;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext .title {
    margin-bottom: 10px;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext .title h3 {
    -webkit-line-clamp: 1;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext .con .date i {
    margin-right: 5px;
  }
}
@media (max-width: 540px) {
  .newscontent .newscon .news2 .content .content2 a {
    flex-direction: column;
  }
  .newscontent .newscon .news2 .content .content2 a .newsimg {
    width: 100%;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext {
    width: 100%;
  }
  .newscontent .newscon .news2 .content .content2 a .newstext .text {
    margin-bottom: 20px;
  }
  .newscontent .newsdetcon .relate-details .prve a .icon,
  .newscontent .newsdetcon .relate-details .next a .icon {
    min-width: 25px;
    height: 25px;
  }
  .newscontent .newsdetcon .relate-details .prve a .icon i,
  .newscontent .newsdetcon .relate-details .next a .icon i {
    font-size: 14px;
  }
}
.contactcontent .contact {
  padding-top: var(--88);
  padding-bottom: var(--100);
}
.contactcontent .contact .title {
  margin-bottom: 24px;
}
.contactcontent .contact .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #001733;
  text-align: center;
}
.contactcontent .contact .text {
  width: 68%;
  margin: 0 auto;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #444444;
}
.contactcontent .contact .contact-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}
.contactcontent .contact .contact-list li {
  width: 31.3333333%;
  background-color: #F5F7FA;
  padding: 30px;
  display: flex;
}
.contactcontent .contact .contact-list li .icon {
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2E82EA;
  margin-right: 24px;
}
.contactcontent .contact .contact-list li .icon i {
  color: #fff;
  font-size: 24px;
}
.contactcontent .contact .contact-list li .listcon {
  width: 80%;
}
.contactcontent .contact .contact-list li .listcon .listtitle {
  color: #001733;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.contactcontent .contact .contact-list li .listcon .listtext {
  color: #3D4F66;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  width: 100%;
}
.contactcontent .contact .contact-list li .listcon .listtext a {
  overflow-wrap: break-word;
  width: 100%;
  position: relative;
}
.contactcontent .contact .contact-list li .listcon .listtext a::after {
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3D4F66;
  content: "";
  transition: all 0.5s;
}
.contactcontent .contact .contact-list li .listcon .listtext a:hover::after {
  width: 100%;
}

.con-form .input-box:-moz-placeholder-shown + .form-placeholder {
  visibility: hidden;
  z-index: -1;
}

.con-form .input-box:placeholder-shown + .form-placeholder {
  visibility: hidden;
  z-index: -1;
}

.con-from {
  background-color: #F5F7FA;
  padding: 30px;
}
.con-from label {
  width: 100%;
}
.con-from .form-placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 3px;
  color: #0076bd;
  opacity: 0;
  transition: 0.3s;
  transform-origin: left top;
  font-size: 0.8rem;
}
.con-from .input-box {
  padding: 16px 20px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
.con-from .input-box::-moz-placeholder {
  color: #666666;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.con-from .input-box::placeholder {
  color: #666666;
  transition: all 0.5s;
}
.con-from .input-box:focus::-moz-placeholder {
  opacity: 0.5;
}
.con-from .input-box:focus::placeholder {
  opacity: 0.5;
}
.con-from .textarea-box {
  height: 160px;
}
.con-from .submit {
  margin-top: 4px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 48px;
  background-color: #2E82EA;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.con-from .submit i {
  color: #fff;
  font-size: 14px;
  margin-right: 8px;
}
.con-from .submit::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.con-from .submit:hover::after {
  opacity: 0.3;
}

@media (max-width: 1920px) {
  .header .container .header-box .nav .nav-list1 .nav-list2 {
    margin-right: 30px;
  }
}
@media (max-width: 1400px) {
  .contactcontent .contact .contact-list li {
    padding: 20px;
  }
  .contactcontent .contact .contact-list li .listcon .listtitle {
    margin-bottom: 5px;
  }
  .contactcontent .contact .contact-list li .icon {
    min-width: 54px;
    height: 54px;
    margin-right: 14px;
  }
  .contactcontent .contact .contact-list li .icon i {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .contactcontent .contact .contact-list {
    flex-direction: column;
  }
  .contactcontent .contact .contact-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contactcontent .contact .contact-list li:last-child {
    margin-bottom: 0px;
  }
  .contactcontent .contact .text {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .contactcontent .contact .text {
    margin-bottom: 36px;
    font-size: 14px;
  }
  .contactcontent .contact .contact-list li .listcon .listtitle {
    font-size: 18px;
  }
  .contactcontent .contact .contact-list li .listcon .listtext {
    font-size: 14px;
  }
  .con-from {
    padding: 20px;
  }
  .con-from .input-box {
    padding: 12px 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .con-from .submit {
    width: 130px;
    height: 44px;
  }
}
.privacycontent .privacy-content {
  padding-top: var(--88);
  padding-bottom: var(--100);
}
.privacycontent .privacy-content .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #001733;
  text-align: center;
}

.sitemapcontent .sitemap-content {
  padding-top: var(--88);
  padding-bottom: var(--100);
}
.sitemapcontent .sitemap-content .title {
  margin-bottom: var(--32);
}
.sitemapcontent .sitemap-content .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #001733;
  text-align: center;
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: 30px;
}
.sitemapcontent .sitemap-content .list1 .list2:last-child {
  margin-bottom: 0;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3 {
  width: 240px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0076bd;
  color: #0076bd;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: #0076bd;
  color: #fff;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 {
  padding-top: 20px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 .list2-2 {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #001733;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #001733;
}

@media (max-width: 1600px) {
  .container {
    max-width: 1320px;
  }
  .footer .footer-box .container .footer-left .footer-message {
    width: 37%;
    color: #fff;
    margin-right: 45px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1400px) {
  .footer .footer-box .container .footer-form .f-text {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 900px;
  }
  .footer .footer-box .container .footer-left .footer-message {
    width: 44%;
    color: #fff;
    margin-right: 50px;
  }
}
@media (max-width: 980px) {
  .container {
    max-width: 720px;
  }
  .productcontent .product-con .product-con2 .product-right .det-con {
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .footer .footer-box .container .footer-left {
    flex-direction: column;
  }
  .footer .footer-box .container .footer-left .footer-message {
    margin-right: 0;
    width: 100%;
  }
  .footer .footer-box .container .footer-left .footer-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
  }
}
@media (max-width: 540px) {
  .productcontent .product-con .product-con2 .product-right .text,
  .qualitycontent .quality .title,
  .footer .footer-box .container .footer-left .footer-message .address,
  .indexcontent .news .text,
  .indexcontent .products .text {
    margin-bottom: 30px;
  }
  .indexcontent .news .news-con {
    margin-bottom: 40px;
  }
  .indexcontent .news .share .share-list li .share-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }
  .indexcontent .news .share .share-list li .share-tit {
    margin-bottom: 15px;
  }
  .indexcontent .news .share .share-list li .share-tit p {
    font-size: 16px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .footer-box {
    padding-bottom: 40px;
  }
  .header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-nav-list3 a {
    padding: 15px 0;
    padding-left: 15px;
  }
  header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more2 .s-more-2-list .s-more-2-list2 .s-more-2-list3,
  .header .s-nav-box .s-nav-con .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 {
    padding: 10px 0 10px 20px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .product .title b {
    font-size: 24px;
  }
  .productcontent .product-con .product-con2 .product-right .details .details-con .product .title {
    margin-bottom: 10px;
  }
  .productcontent .product-con .product-con2 .product-right .reviews .reviewscon {
    padding: 20px 20px 16px;
  }
  .newscontent .newsdetcon .title h2 {
    margin-bottom: 30px;
  }
  .newscontent .newsdetcon .date {
    margin-bottom: 15px;
  }
  .newscontent .newsdetcon .text p {
    margin-bottom: 10px;
  }
  .casescontent .casescon .cases .content .content2 .casesbox .contit {
    min-height: 40px;
  }
  .indexcontent .service .service-con .service-right .service-swiper .service-r-con .service-r-text {
    margin-bottom: 20px;
  }
  .indexcontent .service .service-con .service-right .swiper-but-box .swiper-but {
    width: 40px;
    height: 40px;
  }
}
.det-con h3 {
  margin-bottom: 30px;
}

.det-con p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
}

@media (max-width: 767px) {
  .det-con p {
    font-size: 14px;
  }
}
.det-con ul,
.det-con ol {
  padding-left: 1em;
}

.det-con ul li,
.det-con ol li {
  list-style: inherit;
}

.det-con {
  font-size: 16px;
  line-height: 1.875;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .det-con {
    font-size: 14px;
  }
}
.det-con table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.det-con table tr,
.det-con table td,
.det-con table th {
  width: auto !important;
  height: auto !important;
}

.det-con table tr:nth-child(even) {
  background-color: #fafafa;
}

.det-con table td,
.det-con table th {
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #e6e6e6;
}

@media (max-width: 480px) {
  .det-con table td,
  .det-con table th {
    padding: 8px !important;
  }
}
.det-con table tr p,
.det-con table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.det-con table th {
  text-align: center;
}

.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}

.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}

@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
  .det-con h3 {
    margin-bottom: 15px;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}

.det-con {
  font-size: 16px;
  line-height: 1.875;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .det-con {
    font-size: 14px;
  }
}
.det-con table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.det-con table tr,
.det-con table td,
.det-con table th {
  width: auto !important;
  height: auto !important;
}

.det-con table tr:nth-child(even) {
  background-color: #fafafa;
}

.det-con table td,
.det-con table th {
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #e6e6e6;
}

@media (max-width: 480px) {
  .det-con table td,
  .det-con table th {
    padding: 8px !important;
  }
}
.det-con table tr p,
.det-con table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.det-con table td,
.det-con table th {
  text-align: center;
}

.det-con table .firstRow td {
  background-color: #2E82EA !important;
  color: #fff;
  font-weight: bold;
}

.det-con table tr:first-child,
.det-con table.rowspan2 tr:nth-child(2),
.det-con table.rowspan3 tr:nth-child(2),
.det-con table.rowspan3 tr:nth-child(3),
.det-con table.rowspan4 tr:nth-child(2),
.det-con table.rowspan4 tr:nth-child(3),
.det-con table.rowspan4 tr:nth-child(4),
.det-con table.rowspan5 tr:nth-child(2),
.det-con table.rowspan5 tr:nth-child(3),
.det-con table.rowspan5 tr:nth-child(4),
.det-con table.rowspan5 tr:nth-child(5) {
  background-color: #2E82EA !important;
  color: #fff;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */