body {
  /* margin: 0;
  height: var(--app-height);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif !important; */
}

/* 隐藏滚动条 */
::-webkit-scrollbar {
  display: none; /* Chrome Safari */
  scrollbar-width: none; /* Firefox */
}

/* 背景色 */
.bg-white {
  background: #fff;
}

.bg-brown {
  background: #cc651d;
}

.bg-grey {
  background: #e5e5e5;
}

.bg-blue {
  background: #004BED;
}

.bg-green {
  background: green;
}

.bg-orange {
  background: #E1A036;
}

.bg-purple {
  background: #2B33AA;
}

.bg-hot {
  background: #D80000;
}

/* flex布局 */
.grid {
  display: grid;
}

.flex {
  display: flex;
}

.flex-sub {
  flex: 1;
}

.flex-twice {
  flex: 2;
}
@keyframes myscroll {
  from {
    text-indent: 200px;
  }
  to {
    text-indent: -100%;
  }
}
.flex-treble {
  flex: 3;
/*  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: inset 0 0 5px #000000;
  animation: scroll 5s linear infinite;*/
}

.wrap {
  flex-wrap: wrap;
}

.sapce-around {
  align-content: space-around;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}


.align-center {
  align-self: center;
  align-items: center;
  align-content: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.flex-column {
  flex-direction: column;
}

/* 字体色号 */
.text-white {
  color: #fff;
}

.text-green {
  color: #56c6bf;
}

.text-blue {
  color: #2680f5;
}

.text-red {
  color: #d81e06;
}

.text-yellow {
  color: #dee104;
}

.text-active {
  color: rgba(7, 29, 60, 1);
}

.text-title-lg {
  color: #071D3C;
}

.text-nav-title {
  color: #191E4C;
}

.text-li-labels-span {
  color: #EAEAEA;
}

/* 粗体 */
.text-weight {
  font-weight: bold;
}

.text-weight-five {
  font-weight: 500;
}

/* 字号 */
.text-ssm {
  font-size: 12px;
  min-width: 58px;
}

.text-sm {
  font-size: 14px;
}

.text-bg {
  font-size: 24px;
}

.text-lg {
  font-size: 32px;
}

.text-df {
  font-size: 16px;
}

.text-sl {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

.text-align {
  text-align: center;
}

/* 超出隐藏 */
.text-hidden {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* 外边距 */
.margin-sm {
  margin: 10px;
}

.margin-top-lg {
  margin-top: 3.8%;
}

.margin-top-ssm {
  margin-top: 5px;
}

.margin-top-sm {
  margin-top: 10px;
}

.margin-top-df {
  margin-top: 20px;
}

.margin-bottom-sm {
  margin-bottom: 5px;
}

.margin-bottom-df {
  margin-bottom: 20px;
}

.margin-bottom-lg {
  margin-bottom: 30px;
}

.margin-lr-ssm {
  margin-left: 5px;
  margin-right: 5px;
}

.margin-lr-sm {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-lr {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-left-sm {
  margin-left: 10px;
}

.margin-left-df {
  margin-left: 5px;
}

.margin-left {
  margin-left: 20px;
}

.margin-right-sm {
  margin-right: 10px;
}

.margin-right-lg {
  margin-right: 20px;
}

.margin-right-xl {
  margin-right: 30px;
}

/* 内边距 */
.padding-sm {
  padding: 10px;
}

.padding-df-xs {
  padding: 15px;
}

.padding-df {
  padding: 20px;
}

.padding-top-sm {
  padding-top: 10px;
}

.padding-tb-ssm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-tb-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-lr-sm {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-left-sm {
  padding-left: 10px;
}

.padding-right-sm {
  padding-right: 10px;
}

.padding-right {
  padding-right: 20px;
}

.padding-lr-ssm {
  padding-left: 5px;
  padding-right: 5px;
}

/* 定位 */
.position-relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* 透明度 */
.opacity-9 {
  opacity: 0.9;
}

.box1 {
  padding: 0 0 30px;
}

.content1436 {
  width: 1436px;
  max-width: 90%;
  margin: 0 auto;
}

.content1436-suanfa {
  margin: 0 auto;
}

.content95 {
  width: 95%;
}

.content1440 {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
}

.content-left {
  width: 120px;
}


.left-title {
  font-weight: 400;
  /*width: 140px;*/
  height: 48px;
  border-radius: 4px;
}

.ul-mt {
  margin-top: 25px;
}

.li-mb {
  margin-bottom: 24px;
}

.dot-width {
  width: 21px;
}

.dot {
  width: 8px;
  height: 8px;
  border: 1px solid #2B33AA;
  margin-right: 11px;
  border-radius: 50%;
  transition: all .5s ease;
}

.cursor {
  cursor: pointer;
}

.title-lg-height {
  line-height: 32px;
}

/* .header.active {
  background-color: rgba(255,255,255,0.9);
  backdrop-filter: saturate(180%) blur(6px);
  box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}

.header .content1436 {
  position: relative;
  height: 60px;
}

.header-content {
  position: relative;
  height: 60px;
}

.header {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
} */

/* .nav {
  margin-left: 140px;
} */

.img-width {
  width: 100px;
}

/* .nav-active:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 4px;
  background: rgba(43, 51, 170, 1);
  width: 100%;
} */

.main-suanfa {
  padding: 80px 30px;
  background-color: #fff;
}

.list-item {
  /*width: 17%;*/
  position: relative;
  border-radius: 2px;
  margin-left: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

.list-item:hover {
  box-shadow: 10px 10px 12px 0 rgba(0,0,0,.1);
}
.list-item:hover .pic img {
    transform: scale(1.1);
}
.pic img {
  transition: all 1s;
}

.pic {
  position: relative;
}

.imgScale {
  /*width: 20vw;*/
  /*height: 12vw;*/
  display: block;
  transition: all 0.6s;
}
@media screen and (max-width: 1024px) {
  .imgScale {
    width: 42vw;
    height: 21vw;
  }
  .li-box-2 {
    width: 42vw;
  }
  .main-suanfa {
    padding: 10px 10px;
  }
  .main-suanfa .margin-bottom-lg div button {
    width: 80px;
  }
  .main-suanfa .margin-bottom-lg .banner-box-input {
    /*display: block;*/
    width: 100%;
    margin-right: 10px;
  }
  .banner-box-input input {
    /*width: 100%;*/
  }
  .main-suanfa .margin-bottom-lg .apply-btn {
    width:90px;
    position: absolute;
    right: 10px;
  }
  .left-title {
    width: 85px;
  }
  .footer-left {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-left: 5px;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .imgScale {
    width: 16.1vw;
    height: 9.6vw;
  }
  .li-box-2 {
    width: 16.1vw;
  }
  .main-suanfa {
    padding: 40px 100px;
  }
  .main-suanfa .margin-bottom-lg div button {
    width: 100px;
  }
  .main-suanfa .margin-bottom-lg .banner-box-input {
    display: flex;
    width: 50%;
    margin-right: 20px;
  }
  .banner-box-input input {
    /*width: 100%;*/
  }
  .left-title {
    width: 140px;
  }
  .footer-left {
    width: 375px;
    float: left;
    padding-top: 0;
    padding-left: 5px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.img-pc {
  min-height: 500px;
  object-fit: cover;
}

.li-box-2 {
  /*width: 100%;*/
  height: 100%;
  border-radius: 2px;
}

.li-box-container-2 {
  width: 100%;
  padding: 20px 10px;
  height: 86px;
  /*background-color: #d1e9ff;*/
  /*border-color: #d1e9ff;*/
  color: #000;
}

.li-box-container-2:hover {
  font-size: 20px;
  background-color: #dfdfdf;
  /*text-shadow: 0 0 10px #1890ff, 0 0 20px #1890ff, 0 0 30px #1890ff, 0 0 40px #1890ff;*/
  box-shadow: 17px 2px 12px 0 rgba(0,0,0,.1);
  color: #159af7;
}   

.li-title-div {
  margin-top: 12px;
}

.li-text-title {
  font-weight: 500;
  line-height: 1;
  /*text-shadow: 0px 2px 24px rgb(0 0 0 / 56%);*/
}

.hot {
  width: 38px;
  height: 19px;
  border-radius: 6px 6px 6px 0px;
  font-weight: 500;
  line-height: 19px;
  margin-left: 8px;
}

.li-labels {
  margin-top: 12px;
}

.li-labels-left {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #159af7;
  margin-right: 5px;
  padding: 4px 4px;
  font-weight: 400;
  line-height: 1;
  color: #159af7;
}

/* 锚点 */
a {
  font-size: 14px;
  font-weight: 500;
  color: #69778A;
  text-decoration: none;
}

/* 暗位锚点 */
.dark-anchor {
  position: relative;
  top: var(--app-height);
}

/* 详情弹框 */
.modal-arithmetic {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 84, 106, 0.3);
  backdrop-filter: blur(4px);
  z-index: 9999;
}

.shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-arithmetic .modal-arithmetic-box {
  position: absolute;
  top: 46vh;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 90vh;
  background-color: #fff;
  padding: 20px;
  min-height: 75vh;
  border-radius: 10px;
  box-shadow: 0px 17px 55px 0px rgb(7 29 60 / 8%), inset 1px 1px 32px 0px rgb(255 255 255 / 29%);
  animation: scaleCenter1 .3s forwards;
}

@keyframes scaleCenter1 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%)scale(0.8)
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%)scale(1);
    transform-origin: center center
  }
}

.close {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 38px;
  top: 0;
  right: 0;
  border-radius: 50%;
  text-align: center;
  background-color: RGBA(230, 231, 230, 1);
  border: 1px solid RGBA(44, 60, 83, 1);
  color: RGBA(44, 60, 83, 1);
  font-weight: bold;
  float: right;
  z-index: 99999;
}

.display-none {
  display: none;
}

.slide-box {
  overflow: auto;
  height: 100%;
}

/* .swiper-slide {
  flex-shrink: 0;
  width: 1252px;
  height: 100%;
  position: relative;
  padding: 30px;
  transition-property: transform;
} */

.slide-top {
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.slide-title {
  margin-left: 10px;
  font-weight: 500;
  line-height: 1;
}

.slide-labels {
  margin-top: 15px;
}

.slide-labels-li {
  margin-right: 8px;
  background: #EFF5FE;
  border-radius: 14px;
  padding: 4px 8px;
  font-weight: 400;
  color: #2B33AA;
  line-height: 20px;
}

.slide-des {
  font-weight: 400;
  color: #697782;
  line-height: 28px;
  margin-top: 24px;
  padding-right: 23px;
}

.slide-container {
  margin-top: 40px;
}

.video-box {
  position: relative;
  margin-top: 20px;
  background: #EEEFF5;
  box-shadow: 0px 4px 40px 0px rgb(7 29 60 / 5%), inset 1px 1px 32px 0px rgb(255 255 255 / 29%);
  border-radius: 2px;
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(23px);
  padding: 10px;
}

.slide-text-title {
  line-height: 18px;
}

.slide-container-text-des {
  font-weight: 400;
  color: #697782;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 31px;
  padding-right: 23px;
}

.slide-container-links {
  font-weight: 400;
  color: #697782;
  line-height: 14px;
  margin-bottom: 20px;
  margin-right: 27px;
}

/* 底部 */
.footer-container {
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
}

.footer-container-bottom {
  padding: 0 0 27px;
}

.footer-li-title {
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 11px;
}

.footer-tel-text {
  font-size: 36px;
  font-family: Futura-Bold, Futura;
  font-weight: bold;
  color: #2FC9E2;
  line-height: 28px;
}

.footer-container-qrcode {
  margin-top: 31px;
}

.footer-ewm-box {
  font-weight: 400;
  color: rgba(188, 192, 199, 1);
  line-height: 16px;
}

.footer-container-email {
  margin: 0 20px;
}

.footer-bottom {
  background-color: #0B002A;
  color: #7D8289;
  line-height: 32px;
}

.footer-common-box7 {
  position: relative;
  z-index: 2;
  padding: 0 0 32px 0;
}

.footer-common-box7-c {
  width: 100%;
}

.footer-common-box7-c-img {
  position: relative;
  margin-right: 150px;
}

.footer-btns {
  visibility: visible;
  animation-duration: 1.5s;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  position: relative;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  font-weight: 400;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,100%,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

/* 搜索栏 */
.banner1-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.banner1-box-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.banner1-box-des {
  font-weight: 400;
  line-height: 28px;
  margin-top: 4px;
  width: 370px;
  max-width: 100%;
}

.banner-box-input {
  position: relative;
  background: #FCFCFC;
  box-shadow: 0px 3px 40px 0px rgb(7 29 60 / 10%), inset 1px 1px 32px 0px rgb(255 255 255 / 29%);
  border-radius: 2px;
  width: 50%;
  height: 48px;
  max-width: 100%;
  padding: 0 19px;
  /*margin-right: 20px;*/
}

.banner-box-input input {
  flex: 1;
  /*width: 100%;*/
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: rgba(7, 29, 60, 0.4);
}

.banner1-right {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.banner1-right-box {
  position: relative;
  width: 390px;
  max-width: 100%;
}

.banner1-right-top {
  position: relative;
  padding: 30px 20px;
  background: linear-gradient(180deg, #F4F7FD 0%, #E2E4F7 100%);
  box-shadow: 5px 10px 20px 0px rgb(7 29 60 / 8%);
  border-radius: 2px 2px 0px 0px;
  opacity: 0.9;
}

.banner1-box-top-hot {
  width: 36px;
  height: 19px;
  border-radius: 6px 6px 6px 0px;
  margin-left: 8px;
  line-height: 19px;
  font-weight: 500;
}

.banner1-box-top-bg {
  width: 110px;
  height: 111px;
  position: absolute;
  right: 5px;
  bottom: 11px;
  display: block;
}

.banner1-right-top-list {
  margin-top: 14px;
  border-top: 1px solid rgba(227, 233, 245, .5);
  position: relative;
  z-index: 9999;
}

.banner1-right-top-list-border {
  border-right: 1px solid rgba(156, 176, 207, .2);
}

.banner1-right-top-list-mt {
  margin-top: 24px;
  width: 30%;
}

.banner1-product {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 22px 16px 40px;
  min-width: 100%;
  width: 70px;
  box-shadow: 2px 3px 20px 0 rgb(163 182 205 / 29%);
  border-radius: 4px;
  z-index: 99999;
}

.banner1-product span:hover {
	color: rgba(43, 51, 170, 1);
}

.banner1-input-box-drop {
  position: absolute;
  left: 0;
  top: 110%;
  width: 100%;
  z-index: 3332;
  background: linear-gradient(180deg, #F6F9FD 0%, #F2F6FF 100%);
  box-shadow: 0px 3px 40px 0px rgb(7 29 60 / 10%), inset 1px 1px 32px 0px rgb(255 255 255 / 29%);
}

.banner1-input-box-drop div:hover {
	color: rgba(43, 51, 170, 1);
  background-color: #fff;
}

.banner1-input-box-drop-title {
  line-height: 48px;
  padding: 0 19px;
}


  .main-suanfa {
    /*padding: 40px 100px;*/
    background-color: #fff;
  }

  .box1-suanfa {
    padding: 0 0 30px;
  }

  .flex-sub {
    flex: 1;
  }

  .align-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .text-red {
    color: red;
  }

  .text-title {
    position: static;
    font-size: 14px;
    color: #666;
    font-weight: normal;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .mb-25 {
    margin-bottom: 25px;
  }

  .input-class {
    width: 90%;
    border: 1px solid #E8E8E8;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    transition: all .5s;
  }

  .input-class-sub {
    width: 100%;
    border: 1px solid #E8E8E8;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    transition: all .5s;
  }

  .btn-submit {
    color: #0A69C6;
    font-size: 18px;
    width: 160px;
    float: none;
    border: none;
    height: 48px;
    border-radius: 48px;
    padding: 0 20px;
    background: url('./img/btnLineBlue.svg') no-repeat;
  }

  .banner-box-input {
    position: relative;
    background: #FCFCFC;
    box-shadow: 0px 3px 40px 0px rgb(7 29 60 / 10%), inset 1px 1px 32px 0px rgb(255 255 255 / 29%);
    border-radius: 2px;
    width: 50%;
    height: 48px;
    max-width: 100%;
    padding: 0 19px 0 0;
    /*margin-right: 20px;*/
  }

  .banner-box-input input {
    flex: 1;
    /*width: 100%;*/
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(7, 29, 60, 0.4);
  }

  .bg-address {
    position: absolute;
    bottom: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
  }
  
  .bg-address-title {
    position: absolute;
    bottom: 30%;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
  }
