@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td {
  margin: 0;
  padding: 0;
}
body {
  max-width: 100%;
  margin: 0 auto;
  color: #65698B;
  font-family: /*西文*/ -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, /*中文*/ PingFang SC, Hiragino Sans GB, Source Han Sans CN, sans-serif;
}
a:hover {
  cursor: pointer;
}
ul li {
  list-style-type: none;
}
ol li {
  list-style-type: none;
}
[class^="bi-"]::before, [class*=" bi-"]::before {
  vertical-align: -.25em;
}
/* 自定义整个滚动条 */ ::-webkit-scrollbar {
  width: 4px; /* 设置滚动条的宽度 */
  border-radius: 3px;
}
/* 自定义滚动条轨道 */ ::-webkit-scrollbar-track {
  background: rgb(241 241 241 / 50%); /* 设置轨道的背景颜色 */
}
/* 自定义滚动条的滑块（thumb） */ ::-webkit-scrollbar-thumb {
  background: #e4e2e2; /* 设置滑块的背景颜色 */
}
/* 当滑块悬停或活动时，可以添加更多样式 */ ::-webkit-scrollbar-thumb:hover {
  background: #ddd; /* 设置滑块在悬停状态下的背景颜色 */
  border-radius: 50%;
}
.pad_b {
  padding-bottom: 6rem;
}
.margin {
  margin: 0 auto;
}
.margin_b {
  margin-bottom: 2rem;
}
.margin_b2 {
  margin-bottom: 4rem;
}
.margin_b3 {
  margin-bottom: 6rem;
}
.margin_t0 {
  margin-top: 1rem;
}
.margin_t {
  margin-top: 2rem;
}
.margin_t1 {
  margin-top: -15px;
}
.margin_t2 {
  margin-top: 5rem;
}
.margin_t3 {
  margin-top: 20px;
}
/*-------*/
.padding-b1 {
  padding-bottom: 1rem;
}
.padding-b2 {
  padding-bottom: 2rem;
}
.padding-b3 {
  padding-bottom: 3rem;
}
.padding-b4 {
  padding-bottom: 4rem;
}
.padding-b5 {
  padding-bottom: 5rem;
}
.padding-b6 {
  padding-bottom: 6rem;
}
.padding-b7 {
  padding-bottom: 7rem;
}
.padding-b8 {
  padding-bottom: 8rem;
}
.btn-box1 {
  padding: 2rem 0 4rem;
}
@media (max-width: 768px) {
  .margin_b2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .margin_b {
    margin-bottom: 2rem;
  }
  .margin_b2 {
    margin-bottom: 0;
  }
  .margin_b3 {
    margin-bottom: 1rem;
  }
  .margin_t {
    margin-top: 1rem;
  }
  .margin_t1 {
    margin-top: -15px;
  }
  .margin_t2 {
    margin-top: 2rem;
  }
  .margin_t3 {
    margin-top: 20px;
  }
  .padding-b3 {
    padding-bottom: 2rem;
  }
  .padding-b4 {
    padding-bottom: 2rem;
  }
  .padding-b5 {
    padding-bottom: 2rem;
  }
  .padding-b6 {
    padding-bottom: 2rem;
  }
  .padding-b7 {
    padding-bottom: 2rem;
  }
  .padding-b8 {
    padding-bottom: 2rem;
  }
  .btn-box1 {
    padding: 1.5rem 0 2rem;
  }
}
/*-------*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.container {
  max-width: 1440px;
  /* padding: 0; */
}
.container-fluid {
  padding: 0;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
/*-------导航------*/
#menu {
  padding: 15px;
  transition: all 0.2s ease;
}
#menu.fixed-top {
  /* z-index: 1000010; */
}
#menu .navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #016aff !important;
}
nav {
  box-shadow: 0px 3px 10px 0px rgba(63, 67, 75, 0.1);
}
.on {
  background-color: #fff !important;
  padding: 10px !important;
}
#menu .nav-item:nth-child(8) {
  display: none;
}
#menu .nav-item:last-child {
  display: block;
}
@media (min-width: 1200px) {
  .navbar {
    padding: 0;
    height: 64px;
  }
  #menu .nav-item {
    line-height: 46px;
    margin: 0 5px;
    font-size: 14px;
  }
  .nav-item .dropdown-item {
    line-height: 20px
  }
}
.navbar-collapse {}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
}
.navbar h5 {
  margin: 0 1rem;
  color: #007bff;
}
.navbar h5 i {
  font-size: 1.1rem;
}
#menu .nav-link.active {
  color: #0187FC;
  border-bottom: 2px #0187FC solid;
  font-weight: 500;
}
#menu .dropdown-menu {
  position: fixed;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: 957px;
  border: none;
  padding: 30px 34px 24px;
  background: rgb(242 248 255) url("../image/box_4bj.png") bottom center no-repeat;
  background-size: auto;
  box-shadow: 0px 2px 10px 0px rgba(167, 178, 204, 0.5);
}
#menu li.nav-item:last-child .dropdown-menu {
  position: absolute;
  z-index: 1000;
  width: 8rem;
  left: auto;
  transform: translateX(-2rem);
  padding: 0.5rem 0;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}
#menu li.nav-item:last-child .dropdown-menu a {
  line-height: 1.5;
  padding-left: 20px;
}
#menu .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px #0187fc00 solid;
  /* font-size: 16px; */
}
#menu .nav-link:hover {
  color: #0187FC;
  border-bottom: 2px #0187FC solid;
}
#menu .nav-link i {
  font-size: 10px;
}
#menu.nav-top-w .nav-link, #menu.nav-top-w h5 {
  color: #fff;
}
#menu.nav-top-w.on .nav-link {
  color: #3D446E;
}
#menu.nav-top-w.on h5 {
  color: #0187FC;
}
#menu.nav-top-w .navbar-brand img:first-child {
  display: none;
  width: 88px;
}
#menu.nav-top-w .navbar-brand img:last-child {
  width: 88px;
  display: block;
}
#menu.nav-top-w.on .navbar-brand img:first-child {
  display: block;
}
#menu.nav-top-w.on .navbar-brand img:last-child {
  display: none;
}
#menu.navbar-light .pf-lang {
  display: none;
}
@media (max-width: 992px) {
  #menu.nav-top-w .navbar-brand img:first-child {
    display: block;
  }
  #menu.nav-top-w .navbar-brand img:last-child {
    display: none;
  }
  #menu .nav-item:last-child {
    display: none;
  }
  #menu.navbar {
    height: 64px;
  }
  #menu .navbar-brand {
    position: fixed;
    left: 15px;
    top: 12px;
    z-index: 100;
  }
  #menu.navbar-light .navbar-toggler {
    position: fixed;
    right: 15px;
    top: 12px;
    z-index: 100;
  }
  #menu.navbar-light .pf-lang {
    position: fixed;
    right: 77px;
    top: 10px;
    z-index: 100;
    display: block;
  }
  #menu.nav-top-w .nav-link, #menu.navbar-light .pf-lang .nav-link {
    color: #3D446E;
  }
}
#menu .dropdown-menu a {
  color: #3D446E;
  cursor: pointer;
}
#menu .dropdown-menu h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0;
}
#menu .dropdown-menu p {
  font-size: 14px;
  color: #65698B;
  margin: 15px 0 10px;
  /* width: 167px; */
}
#menu .dropdown-item {
  padding: 0;
}
#menu .dropdown-item:hover, #menu .dropdown-item:focus {
  background: none;
}
#menu .dropdown-item.active, #menu .dropdown-item:active {
  background: none;
}
#menu .btn-primary {
  color: #fff;
  font-size: .9rem;
}
#menu .nav-drop1 {
  display: flex;
}
#menu .dropdown-item.left {
  width: 480px;
}
#menu .dropdown-item.right {
  width: 330px;
}
#menu .dropdown-item .col-md-4 {
  padding: 0;
}
#menu .row {
  margin: 0;
}
#menu .nav-ecology {
  display: flex;
  justify-content: flex-start;
}
#menu .nav-ecology a {
  margin-right: 80px;
  width: auto;
}
#menu .nav-focusing {}
#menu .nav-focusing .left {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#menu .nav-focusing .left h4 {
  line-height: 3;
}
/*------*/
.navbar .navbar-nav > li:hover .dropdown-menu {
  display: block;
}
.bi-caret-down-fill {
  display: block;
}
.bi-caret-up-fill {
  display: none;
}
.navbar .navbar-nav > li:hover .bi-caret-down-fill {
  display: none;
}
.navbar .navbar-nav > li:hover .bi-caret-up-fill {
  display: block;
}
@media (max-width: 1440px) {
  .form-inline a {
    display: none;
  }
}
@media (max-width: 1200px) {
  .form-inline {
    display: none;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 10px;
    background: #fff;
    box-shadow: none;
    z-index: 1;
  }
  .navbar-collapse ul.navbar-nav {
    height: calc(100vh - 64px);
    overflow-y: auto;
    margin-top: 64px;
    padding: 10px 10px 56px;
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
  }
  #menu .nav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
  }
  #menu .dropdown-menu, #menu li.nav-item:last-child .dropdown-menu {
    width: 100%;
    position: static;
    padding: 10px 15px;
    transform: translateX(0);
    box-shadow: none;
    background: #fff;
  }
  #menu .dropdown-menu p {
    font-size: 14px;
    margin: 0 0 10px;
    width: 100%;
  }
  .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    border-bottom: none;
  }
  #menu .nav-ecology {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  #menu .nav-ecology a {
    margin-right: 0;
    padding-bottom: 15px;
  }
  #menu .dropdown-item.left {
    width: 100%;
  }
  #menu .dropdown-item.right {
    width: 100%;
  }
  #menu .dropdown-item .col-md-4, #menu .dropdown-item .col-md-6 {
    padding: 0;
  }
  #menu .nav-focusing .left {
    margin-bottom: 10px;
  }
  #menu .nav-focusing .left h4 {
    line-height: 1.5;
    font-size: 14px;
  }
}
/*------*/
#menu .dropdown-menu a:hover {
  background: -webkit-linear-gradient(45deg, #0069ff, #41dbfe0); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(45deg, #0069ff, #41dbfe); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(45deg, #0069ff, #41dbfe); /* Firefox 3.6 - 15 */
  background: linear-gradient(45deg, #0069ff, #41dbfe); /* 标准的语法 */
  -webkit-background-clip: text; /* 将渐变应用到文字上 */
  -webkit-text-fill-color: transparent; /* 设置文字颜色为透明，显示渐变效果 */
}
#menu .nav-news {
  border-radius: 10px;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(237, 244, 255, 1) 100%);
  box-shadow: 0px 2px 10px 0px rgba(167, 178, 204, 0.5);
  padding: 5px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
#menu .nav-news .news1 {
  width: calc(100% - 324px);
  padding: 10px 0 0 16px;
  overflow: hidden;
  float: left;
}
#menu .nav-news .news1 h4 a {
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#menu .nav-news .news1 p {
  line-height: 1.5;
  margin: 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#menu .nav-news .news1 p a {
  color: #0187FC;
}
#menu .n-img1 {
  width: 310px;
  height: 138px;
  border-radius: 5px;
  float: right;
}
#menu .n-img1 img {
  width: 100%;
}
/*------侧边栏------*/
.nav-right {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(111, 188, 255, 1) 0%, rgba(0, 104, 255, 1) 100%);
  box-shadow: -1px -1px 0px 0px rgba(227, 241, 255, 1), 1px 1px 0px 0px rgba(34, 123, 252, 1);
  z-index: 10000;
}
.nav-right .nav-tab {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px #ffffff30 solid;
  cursor: pointer;
}
.nav-right .nav-tab:hover {
  background-color: #0187FC;
}
.nav-right .nav-tab:first-child-child:hover {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.nav-right .nav-tab:last-child:hover {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.nav-right .nav-tab a {}
.nav-right .nav-tab p {
  font-size: 12px;
  margin-bottom: 0;
  color: #ffffffbf;
}
.border-n {
  border: none;
}
.ewm-box {
  right: 100px;
  top: -60px;
  display: none;
}
.tip-ewm {
  padding: 1rem 1.5rem 0 1.5rem;
  display: inline-block;
  background: #fff;
  position: relative;
  border-radius: .6rem;
  width: 200px;
  height: 200px;
  box-shadow: 0px 9px 20px 0px rgba(167, 178, 204, 0.3);
}
.tip-ewm img {
  width: 120px;
}
.nav-right .nav-tab .tip-ewm p {
  color: #65698B;
  font-size: 12px;
  padding: 7px 22px 0;
  text-align: left;
}
.tip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -6px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  z-index: 0;
}
/* 向右旋转45度的正方形 */
.tip-ewm::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -6px;
  z-index: 0;
  /* border: 1px solid rgb(255, 170, 170); */
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  border-right: transparent;
  border-top: transparent;
}
/*----------*/
.title-box {
  padding-top: 4.5rem;
  text-align: center;
  padding-bottom: 2rem;
}
.title-box h2 {
  color: #3D446E;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.1rem;
}
.title-box.color-w h2, .title-box.color-w p {
  color: #fff;
}
.title-box p {
  color: #65698B;
}
.title-box1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  color: #3D446E;
}
.title-box1 h3 {
  text-align: center;
}
@media (max-width: 1024px) {
  .title-box {
    padding-top: 2rem;
  }
  .title-box h2 {
    font-size: 1.8rem;
    margin-bottom: .5rem;
  }
  .title-box p {
    font-size: 14px;
  }
  .title-box1 {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .title-box1 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .title-box h2 {
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }
}
/*-------------*/
/*-------------*/
.footer_box {
  background: url("../image/footer-bj.png") top center no-repeat;
  color: #fff;
  padding-bottom: 60px;
  background-color: #151b26;
}
.footer_box a {
  color: rgba(255, 255, 255, .60)
}
.footer_box a:hover {
  color: #0187FC;
  ;
}
.footer_box h3, .footer_box p {
  margin-bottom: 0;
  line-height: 1;
}
.footer_box h3 {
  font-size: 23px;
}
.footer_box h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.footer_box p {}
.footer_box .box_flex {
  font-size: 12px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px #ffffff20 solid;
}
.footer .box_flex-s {
  padding: 25px 0;
  border-bottom: 1px #ffffff20 solid;
}
.footer .box_flex-s h5 {
  margin-bottom: 12px;
}
.footer .box_flex img {
  margin-right: 25px;
  width: 122px;
}
.color-w60 {
  opacity: .6;
}
.footer .col-xl-2 {
  padding-left: 0;
}
.footer .text-box {
  width: 70%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
.footer .text-box p {
  margin-top: 20px;
  font-size: 14px;
}
.footer .contact-box {
  border-left: 1px #ffffff20 solid;
  padding-left: 4%;
  width: 30%;
}
.footer .contact-box h5{

display: flex;

align-items: flex-start;
}
.footer .contact-box h5 img{
  margin-top:3px;
}
.footer .contact-box h3 {
  margin-bottom: 18px;
  padding-top: 8px;
  font-size: 21px;
}
.col-text {
  width: 20%;
}
.col-text1 {
  width: 15%;
}
.foot-ewm {
  width: 96px;
  padding: 5px 5px 2px;
  background: rgba(255, 255, 255, .3);
  border-radius: 8px;
  text-align: center;
  margin-right: 20px;
}
.foot-ewm img {
  width: 86px;
  height: 86px;
  border-radius: 5px;
}
.footer .box_flex-s .foot-ewm h5 {
  margin-bottom: 0;
  margin-top: 3px;
  display: block;
}
.footer {
  /* padding-bottom: 20px; */
}
/*------------*/
footer ul.menu {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  font-family: 'Century Gothic';
  box-shadow: 0px 0px 25px #00000070;
  clear: both;
  display: table;
}
footer .col-12 .logo {
  width: 80px;
}
footer ul.menu .list {
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  vertical-align: sub;
  background: #151B26;
  clear: both;
  /* padding: 0 20px; */
}
footer ul.menu .list p {
  padding: 18px 20px;
}
footer ul.menu .list:after {
  content: "\f282";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
footer ul.menu .list a {
  text-decoration: none;
  color: #fff;
  padding: 17px 0px 17px 20px;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
footer ul.menu .list a:hover {
  /* background-color: #324252; */
  transition: 300ms all;
  color: #fff;
}
footer ul.menu .list .items {
  height: 0px;
  overflow: hidden;
}
footer ul.menu .list .items a {
  padding: 8px 20px;
}
footer ul.menu .list .items a:hover {
  transition: 300ms all;
}
footer ul.menu .list:last-child {}
footer ul.menu .active:after {
  content: "\f286";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
footer ul.menu .active > .items {
  display: block;
  background: #151b26;
  padding: 0 0 10px;
  height: auto;
  color: #a1a4a8;
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
footer ul.menu .active > .items li {
  padding: 0px;
  list-style: none;
}
footer ul.menu .active > .items li:last-child {
  /* border-color: transparent; */
  /* padding:20px; */
}
footer ul.menu .active > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
footer ul.menu .active .items a {
  color: rgba(255, 255, 255, 0.6);
}
footer ul.menu .list .padding1 {
  margin: 10px 20px;
}
/*------预约演示------*/
.rese-box {
  background: linear-gradient(270deg, rgba(65, 220, 254, 1) 0%, rgba(0, 104, 255, 1) 100%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 100000;
  display: none;
}
.rese-box img{display:block;}
@media (max-width: 1440px) {
  .container.reservation{
    max-width:100%;
  }
}

.rese-box .box_flex {
  display: flex;
  align-items: center;
}
.show-op {
  opacity: 1;
}
.reservation {
  display: flex;
  justify-content: space-between;
}
.reservation img {
  height: 60px;
}
.reservation h4, .reservation p {
  margin-bottom: 0;
  padding: 0 8px;
  line-height: 1;
}
.reservation .btn {
  padding: 0.375rem 15px;
}
.reservation .btn-pad {
  width: 200px;
  margin: 0 15px 0 20px;
}
.reservation .btn-pad a {
  display: block;
}
/*-----------*/
.rese-pf {
  background: #E0F1FF url("../image/left1.png") left 0 no-repeat;
  background-size: auto 100%;
  height: 185px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999;
  display: none;
}
/* 显示悬浮窗的状态 */
.rese-pf.active {
  display: block;
}
.rese-pf1 {
  background: url("../image/right1.png") right 0 no-repeat;
  background-size: auto 100%;
  height: 200px;
}
.form_box {
  padding: 30px;
  color: #3D446E;
}
.form_box h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
.form-group {
  margin: 0 6px;
  font-size: 14px;
}
.form-group span {
  color: red;
}
.form-group .position-absolute {
  top: 0;
  right: 0;
}
.form_box .btn {
  height: 36px;
}
.form-control {
  width: 260px;
  height: 36px;
}
.form_flex {
  display: flex;
  /* align-items: flex-end; */
  justify-content: center;
}
.form_flex .btn {
  height: 36px;
}
.form_flex .btn-primary {
  width: 260px;
  border: none;
  margin-left: 7px;
  margin-top: 29px;
}
.close-btn {
  position: fixed;
  right: 30px;
  bottom: 120px;
  cursor: pointer;
}
#rese-pf .form-group .position-absolute {
  top: 30px;
  right: 0;
}
/*--------------*/
/*--------------*/
.dis_flex {
  display: flex;
}
.dis_f1 {
  align-items: center;
  justify-content: space-between;
}
.dis_f2 {
  justify-content: flex-end;
  align-items: center;
}
.dis_f3 {
  justify-content: space-between;
}
.dis_f4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.dis_f5 {
  /* display: flex; */
}
.box_flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; /*--间隔左右向中对齐--*/
  align-items: flex-start;
}
.box_flex-c {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.box_flex-s {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.box_flex-s1 {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}
.box_flex-t {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.display-tc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dis_t {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.disp_r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .disp_r {
    display: none;
  }
}
/*----------*/
.width-icon1 {
  width: 1rem;
  margin-right: .4rem;
}
.width-icon2 {
  width: 2.3rem;
  margin-right: .5rem;
}
.width-icon3 {
  width: 2rem;
  margin-right: .3rem;
}
.width-icon4 {
  width: 60px;
}
.width-icon5 {
  width: 2.5rem;
  margin-right: .5rem;
}
.color-w {
  color: #fff;
}
.btn {
  border-radius: 4px;
}
/*----------*/
.div-box {
  margin: 0rem auto 0;
  padding-bottom: 7rem;
}
/*----------*/
.margin .btn {
  margin-top: 2rem;
  padding: .8rem 4rem;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .div-box {
    margin: 0 auto;
    padding-bottom: 4rem;
  }
  .title-box {
    padding-top: 3rem;
  }
}
@media (max-width: 576px) {
  .width-icon5 {
    width: 2rem;
    margin-right: 0;
  }
  .div-box {
    padding-bottom: 3rem;
  }
  .title-box {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
/*-----------*/
.show-bg {
  background: url("../image/bj-show.png") center 0 no-repeat;
  background-size: auto 100%;
  height: 940px;
  position: relative;
  overflow: hidden;
}
.show-box {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.show1 h1 {
  color: #fff;
  font-weight: 500;
  padding-bottom: 40px;
  padding-left: 20px;
}
.show1 .product-1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px 0 0 24px;
  flex-wrap: wrap;
}
.show1 .product-1 p {
  width: 30%;
  padding: 0 0 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.show1 .product-1 p img {
  width: 16px;
}
@media (max-width: 576px) {}
.show1 {
  width: 600px;
}
.show1 h2 {
  color: #0187FC;
}
.show1 .pf1, .show1 .pf2, .show1 .pf3, .show1 .pf4 {
  position: absolute;
  animation: anim4 1s infinite ease-in-out;
}
.show1 .pf1 {
  left: 90px;
  top: 60px;
}
.show1 .pf2 {
  right: 43px;
  top: 123px;
}
.show1 .pf3 {
  top: 265px;
  left: 10px;
}
.show1 .pf4 {
  right: 126px;
  top: 333px;
}
.show1 .number_box {
  color: #0187FC;
  margin-bottom: 5px;
}
.show1 .number_box h2 {
  font-size: 44px;
  font-weight: 500;
}
.show1 .number_box span {
  font-size: 16px;
  margin: 0;
}
.show1 .number_box i {
  font-size: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.show2 {}
.show2 .show2-in {
  padding: 40px 50px;
  border-radius: 6px;
  width: 474px;
  height: 593px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  margin-bottom: 2rem;
}
.show2 h3 {
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 4px;
  color: #3F434B;
  line-height: 1.3;
}
.show2 .form_flex {
  display: block;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.show2 .form-group {
  margin: 25px 0 0;
}
.show2 .form-control {
  width: 374px;
  height: 47px;
  border: none;
  border-radius: 0;
  border-bottom: 1px #EBECF0 solid;
}
.show2 .btn-primary {
  width: 100%;
  height: 47px;
  margin-left: 0;
  margin-top: 70px;
}
.show3 {
  display: none;
}
.show4 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.show4 {
  width: 100%;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  color: #818181;
}
.show4 a {
  color: #818181;
}
.show4 p {
  padding: 0 10px 20px 10px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .show-box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .show1 {
    display: none;
  }
  .show2-in {
    width: 474px;
    height: auto;
    margin-bottom: 30px
  }
  .show3 {
    width: 474px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
    color: #0187FC;
  }
  .show3 p {
    background-color: rgba(255, 255, 255, 0.41);
    border-radius: 4px;
    padding: 1px 10px;
    margin: 5px;
    font-size: 13px
  }
}
@media (max-width: 576px) {
  .show-bg {
    background: url("../image/bj-show.png") center bottom no-repeat;
    background-size: auto 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
  }
  .show-box {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
  }
  .show2 .show2-in {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 30px 20px 40px;
  }
  .show2 h3 {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 3px;
  }
  .show2 .form-group {
    margin: 20px 0 0;
  }
  .show2 .form-control {
    width: 100% !important;
  }
  .show2 .btn-primary {
    width: 100%;
    height: 47px;
    margin-left: 0;
    margin-top: 30px;
  }
  .show3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #0187FC;
    padding: 0;
  }
  .show3 p {
    background-color: rgba(255, 255, 255, 0.41);
    border-radius: 4px;
    padding: 1px 10px;
    margin: 4px 5px;
    font-size: 12px;
  }
  .show4 {
    width: 100%;
    position: fixed;
    bottom: 56px;
  }
  .show4 p {
    padding: 0 10px 10px 10px;
    font-size: 12px;
    color: #818181;
  }
}
@media (max-width: 375px) {
  .show2 .show2-in {
    margin-bottom: 10px;
    padding: 20px 20px 30px;
  }
  .show2 h3 {
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 3px;
  }
  .show2 .form-group {
    margin: 15px 0 0;
  }
  .show2 .form-control {
    height: 40px;
  }
  .show2 .btn-primary {
    height: 40px;
    margin-top: 20px;
  }
}
.input-field0 {
  padding-left: 40px; /* Make space for the icon */
  background: url("../images/86.png") 5px center no-repeat;
  background-size: 30px 25px;
}
.input-field1 {
  padding-left: 40px; /* Make space for the icon */
  background: url("../images/show1.svg") 5px center no-repeat;
  background-size: 22px 22px;
}
.input-field2 {
  padding-left: 40px; /* Make space for the icon */
  background: url("../images/show2.svg") 5px center no-repeat;
  background-size: 22px 22px;
}
/*-----------*/
.nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: center;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  font-weight: 600;
  color: #3D446E;
  border: none;
  letter-spacing: 1px;
  width: 100%;
}
.nav-item {
  text-align: center;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border: none;
  border-bottom: .3rem #0187FC solid;
}
@media (max-width: 576px) {
  .nav-tabs .nav-link {
    font-size: 12px;
    width: 100%;
    padding: 10px 5px;
  }
}
/*----------------*/
@keyframes animat-big {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}
@keyframes DownUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(9px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes UpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated {
  animation: zoomIn .5s ease-in-out forwards;
  animation-iteration-count: 1;
}
.animated-DownUp {
  animation: DownUp 6s ease-in-out infinite;
  animation-delay: 0.6s;
}
.animated-UpDown {
  animation: UpDown 6s ease-in-out infinite;
  animation-delay: 0.6s;
}
.section {
  opacity: 0;
}
.section.animated {
  opacity: 1;
}
/*-----------全渠道商品统一管理-----------*/
#product-1 .p1-1 {
  position: absolute;
  right: 0;
  top: -4%;
  width: 24.2%;
}
#product-1 .p2-1 {
  position: absolute;
  right: 3%;
  top: 13%;
  width: 40.2%;
}
#product-1 .p2-2 {
  position: absolute;
  right: 10%;
  top: 61.5%;
  width: 34.5%;
}
#product-1 .p3-1 {
  position: absolute;
  bottom: 0%;
  right: 5%;
  width: 30.2%;
}
#product-1 .p3-2 {
  position: absolute;
  top: 39%;
  left: 27%;
  width: 12.4%;
}
/*-----------全渠道订单统一履约-----------*/
#product-2 .p1-1 {
  position: absolute;
  right: 0;
  top: 26%;
  width: 48.7%;
}
#product-2 .p1-2 {
  position: absolute;
  left: 1%;
  top: 35%;
  width: 22.7%;
}
#product-2 .p2-1 {
  position: absolute;
  right: 3.5%;
  top: 64%;
  width: 44.1%;
}
#product-2 .p3-1 {
  position: absolute;
  bottom: 22%;
  right: 23%;
  width: 35.9%;
}
/*-----------供应链高效协同管理-----------*/
#product-3 .p1-1 {
  position: absolute;
  right: 0;
  top: 31%;
  width: 44.8%;
}
#product-3 .p1-2 {
  position: absolute;
  left: 0;
  top: 36%;
  width: 17.8%;
}
#product-3 .p2-1 {
  position: absolute;
  left: 3%;
  top: 37%;
  width: 32.9%;
}
#product-3 .p2-2 {
  position: absolute;
  left: 20%;
  top: 84.5%;
  width: 19.6%;
}
#product-3 .p3-1 {
  position: absolute;
  top: 0%;
  left: 10%;
  width: 42.2%;
}
/*-----------智能补货建议与提醒-----------*/
#product-4 .p1-1 {
  position: absolute;
  left: 27%;
  top: 48%;
  width: 17.8%;
}
#product-4 .p1-2 {
  position: absolute;
  left: 45%;
  top: 48%;
  width: 17.8%;
}
#product-4 .p1-3 {
  position: absolute;
  left: 63%;
  top: 48%;
  width: 17.8%;
}
#product-4 .p1-4 {
  position: absolute;
  left: 81%;
  top: 48%;
  width: 17.8%;
}
#product-4 .p1-5 {
  position: absolute;
  right: 4%;
  top: 11%;
  width: 62.6%;
}
#product-4 .p2-1 {
  position: absolute;
  right: 1%;
  top: 4%;
  width: 34.4%;
}
#product-4 .p2-2 {
  position: absolute;
  right: 10%;
  top: 34.5%;
  width: 46.6%;
}
#product-4 .p3-1 {
  position: absolute;
  top: -5%;
  right: 1%;
  width: 29.4%;
}
#product-4 .p3-2 {
  position: absolute;
  top: 43%;
  left: 0%;
  width: 25.2%;
}
/*-----------多店铺一键刊登搬家-----------*/
#product-5 .p1-1 {
  position: absolute;
  left: 4%;
  top: 0%;
  width: 14.2%;
}
#product-5 .p1-2 {
  position: absolute;
  right: 10%;
  top: 17%;
  width: 38.2%;
}
#product-5 .p1-3 {
  position: absolute;
  right: 16%;
  top: 50%;
  width: 53.2%;
}
#product-5 .p2-1 {
  position: absolute;
  right: 0;
  top: 8%;
  width: 50.5%;
}
#product-5 .p2-2 {
  position: absolute;
  left: 2%;
  bottom: 0%;
  width: 12.4%;
}
#product-5 .p2-3 {
  position: absolute;
  left: 6%;
  top: 34.5%;
  width: 18.4%;
}
#product-5 .p3-1 {
  position: absolute;
  top: 5%;
  right: 3%;
  width: 48.7%;
}
#product-5 .p3-2 {
  position: absolute;
  top: 47%;
  left: 67%;
  width: 32.4%;
}
#product-5 .p3-3 {
  position: absolute;
  left: 5%;
  bottom: 7%;
  width: 12.4%;
}
/*-----------国内外仓精细化管理-----------*/
#product-6 .p1-1 {
  position: absolute;
  left: 1%;
  top: 8%;
  width: 21.6%;
}
#product-6 .p1-2 {
  position: absolute;
  right: 2%;
  top: 9%;
  width: 14.2%;
}
#product-6 .p2-1 {
  position: absolute;
  right: 8%;
  top: 2%;
  width: 34.3%;
}
#product-6 .p2-2 {
  position: absolute;
  right: -2%;
  bottom: -10%;
  width: 48.5%;
}
#product-6 .p2-3 {
  position: absolute;
  left: 9%;
  top: 4%;
  width: 21.6%;
}
#product-6 .p3-1 {
  position: absolute;
  top: 38%;
  right: 1%;
  width: 34.4%;
}
#product-6 .p3-2 {
  position: absolute;
  top: 57%;
  left: 1%;
  width: 29.4%;
}
/*-----------物流智能分析与推荐-----------*/
#product-7 .p1-1 {
  position: absolute;
  left: 57%;
  top: 42%;
  width: 40.4%;
}
#product-7 .p2-1 {
  position: absolute;
  left: -3%;
  top: -1%;
  width: 61.8%;
}
#product-7 .p2-2 {
  position: absolute;
  left: 46%;
  top: 24%;
  width: 9.75%;
}
#product-7 .p3-1 {
  position: absolute;
  top: 12%;
  left: -3%;
  width: 35.3%;
}
@media (max-width: 576px) {
  #product-7 .p3-1 {
    left: 0;
    width: 33%;
  }
}
#product-7 .p3-2 {
  position: absolute;
  top: 2%;
  right: 8%;
  width: 46.8%;
}
/*-----------全面多维度利润报表-----------*/
#product-8 .p1-1 {
  position: absolute;
  right: 1%;
  top: 2%;
  width: 38.2%;
}
#product-8 .p1-2 {
  position: absolute;
  left: 1%;
  bottom: 17%;
  width: 68.6%;
}
#product-8 .p2-1 {
  position: absolute;
  right: 0;
  top: 17%;
  width: 16.9%;
}
#product-8 .p2-2 {
  position: absolute;
  right: 0;
  top: 36%;
  width: 16.9%;
}
#product-8 .p2-3 {
  position: absolute;
  left: -1%;
  top: 34.5%;
  width: 62.5%;
}
#product-8 .p3-1 {
  position: absolute;
  top: 15%;
  left: 8%;
  width: 44.7%;
}
#product-8 .p3-2 {
  position: absolute;
  top: 32%;
  left: 0%;
  width: 79.8%;
}
/*-----------多店铺客服同步处理-----------*/
#product-9 .p1-1 {
  position: absolute;
  right: 31%;
  bottom: 4%;
  width: 29%;
}
#product-9 .p1-2 {
  position: absolute;
  right: 0;
  top: 17%;
  width: 32.1%;
}
#product-9 .p2-1 {
  position: absolute;
  left: 1%;
  top: 3%;
  width: 58%;
}
#product-9 .p3-1 {
  position: absolute;
  top: 5%;
  right: 7%;
  width: 34.3%;
}
#product-9 .p3-2 {
  position: absolute;
  top: 40%;
  right: 0%;
  width: 45.2%;
}
/*-----------权限数据精细化管理-----------*/
#product-10 .p1-1 {
  position: absolute;
  left: 6%;
  top: 0%;
  width: 14.2%;
}
#product-10 .p1-2 {
  position: absolute;
  left: 30%;
  top: 32%;
  width: 15.7%;
}
#product-10 .p2-1 {
  position: absolute;
  right: 38.5%;
  bottom: 6%;
  width: 17.1%;
}
#product-10 .p2-2 {
  position: absolute;
  right: 7%;
  bottom: 15%;
  width: 11.9%;
}
#product-10 .p2-3 {
  position: absolute;
  left: 11%;
  bottom: 15%;
  width: 11.9%;
}
#product-10 .p3-1 {
  position: absolute;
  top: 3%;
  right: 5%;
  width: 21.2%;
}
#product-10 .p3-2 {
  position: absolute;
  bottom: 5%;
  right: 4%;
  width: 32.1%;
}
#product-10 .p3-3 {
  position: absolute;
  left: 1%;
  bottom: 7%;
  width: 22.7%;
}
/*-------全渠道一站式管理----------*/
#features-1 .p1-1 {
  position: absolute;
  left: 3%;
  bottom: 10%;
  width: 47.7%;
}
#features-1 .p1-2 {
  position: absolute;
  right: 4%;
  bottom: 21%;
  width: 30.5%;
}
#features-1 .p2-1 {
  position: absolute;
  left: 0;
  top: -3%;
  width: 41.4%;
}
#features-1 .p2-2 {
  position: absolute;
  left: 0%;
  bottom: -6%;
  width: 41.4%;
}
#features-1 .p3-1 {
  position: absolute;
  top: 5%;
  left: 27.2%;
  width: 50.5%;
}
/*-------日均百万级零漏单----------*/
#features-2 .p1-1 {
  position: absolute;
  left: -1%;
  top: 2%;
  width: 45.7%;
}
#features-2 .p1-2 {
  position: absolute;
  right: 26.7%;
  top: 15%;
  width: 19.4%;
}
#features-2 .p2-1 {
  position: absolute;
  left: -2%;
  top: -3%;
  width: 41.4%;
}
#features-2 .p2-2 {
  position: absolute;
  left: 26%;
  top: 26%;
  width: 41.4%;
}
#features-2 .p2-3 {
  position: absolute;
  right: 3%;
  bottom: -6%;
  width: 41.4%;
}
#features-2 .p3-1 {
  position: absolute;
  top: 14%;
  left: 73%;
  width: 13.6%;
}
#features-2 .p3-2 {
  position: absolute;
  top: 57%;
  left: 73%;
  width: 13.6%;
}
#features-2 .p3-3 {
  position: absolute;
  top: 83%;
  left: 10%;
  width: 16.6%;
}
#features-2 .p4-1 {
  position: absolute;
  top: 3%;
  left: 33%;
  width: 25.8%;
}
#features-2 .p4-2 {
  position: absolute;
  top: 44%;
  left: 40%;
  width: 60%;
}
/*-----------私有化可深度定制---------------*/
#features-3 .p1-1 {
  position: absolute;
  left: 13%;
  top: 0%;
  width: 31.8%;
}
#features-3 .p1-2 {
  position: absolute;
  right: 6%;
  top: 0%;
  width: 36.9%;
}
#features-3 .p1-3 {
  position: absolute;
  left: 13%;
  top: 55%;
  width: 33.9%;
}
#features-3 .p1-4 {
  position: absolute;
  right: 6%;
  top: 55%;
  width: 36.9%;
}
#features-3 .p2-1 {
  position: absolute;
  left: -2%;
  top: -3%;
  width: 41.4%;
}
#features-3 .p2-2 {
  position: absolute;
  left: 26%;
  top: 26%;
  width: 41.4%;
}
#features-3 .p2-3 {
  position: absolute;
  right: 3%;
  bottom: -6%;
  width: 41.4%;
}
#features-3 .p3-1 {
  position: absolute;
  top: 14%;
  left: 73%;
  width: 13.6%;
}
#features-3 .p3-2 {
  position: absolute;
  top: 57%;
  left: 73%;
  width: 13.6%;
}
#features-3 .p3-3 {
  position: absolute;
  top: 83%;
  left: 10%;
  width: 16.6%;
}
#features-3 .p4-1 {
  position: absolute;
  top: 3%;
  left: 33%;
  width: 25.8%;
}
#features-3 .p4-2 {
  position: absolute;
  top: 44%;
  left: 39%;
  width: 60%;
}
/*--------------------------*/
#features-4 .p1-1 {
  position: absolute;
  left: -6%;
  bottom: 12%;
  width: 43.7%;
}
#features-4 .p2-1 {
  position: absolute;
  right: 7%;
  top: 15%;
  width: 12.4%;
}
#features-4 .p2-2 {
  position: absolute;
  left: 62%;
  top: 63%;
  width: 12.4%;
}
#features-4 .p2-3 {
  position: absolute;
  left: -2%;
  bottom: 7%;
  width: 34.1%;
}
#features-4 .p3-1 {
  position: absolute;
  top: 13%;
  left: 17%;
  width: 80.4%;
}
#features-4 .p3-2 {
  position: absolute;
  top: 20%;
  left: 7%;
  width: 28.1%;
}
#features-4 .p3-3 {
  position: absolute;
  top: 20%;
  right: 2%;
  width: 30.4%;
}
#features-4 .p4-1 {
  position: absolute;
  top: 36%;
  left: 32%;
  width: 60.1%;
}
#features-4 .p5-1 {
  position: absolute;
  top: 62.5%;
  left: 80%;
  width: 17.3%;
}
#features-4 .p5-2 {
  position: absolute;
  top: 13%;
  left: 45%;
  width: 36.5%;
}
#features-4 .p5-3 {
  position: absolute;
  top: 63%;
  left: 3%;
  width: 34.4%;
}
/*-----------AI 自动化工作流---------------*/
#features-5 .p1-1 {
  position: absolute;
  left: 40%;
  top: -1%;
  width: 43.2%;
}
#features-5 .p1-2 {
  position: absolute;
  right: 0%;
  bottom: -6%;
  width: 43.7%;
}
#features-5 .p2-1 {
  position: absolute;
  right: 47%;
  top: 8%;
  width: 16.6%;
}
#features-5 .p2-2 {
  position: absolute;
  left: 67%;
  top: 4%;
  width: 34.4%;
}
#features-5 .p2-3 {
  position: absolute;
  right: 9%;
  bottom: -6%;
  width: 46.7%;
}
#features-5 .p3-1 {
  position: absolute;
  top: 4%;
  left: 27%;
  width: 63.2%;
}
#features-5 .p3-2 {
  position: absolute;
  top: 40%;
  left: 52%;
  width: 37%;
}
#features-5 .p4-1 {
  position: absolute;
  top: 51%;
  left: 33%;
  width: 38.5%;
}
#features-5 .p4-2 {
  position: absolute;
  top: 19%;
  left: 4%;
  width: 38.9%;
}
#features-5 .p4-3 {
  position: absolute;
  top: 16%;
  left: 62%;
  width: 38.5%;
}
#features-5 .p5-1 {
  position: absolute;
  top: 0;
  left: 62%;
  width: 38.3%;
}
#features-5 .p5-2 {
  position: absolute;
  top: 58%;
  left: 55%;
  width: 44.1%;
}
#features-5 .p6-1 {
  position: absolute;
  top: 80.5%;
  left: 19%;
  width: 61.9%;
}
/*-----------持续稳定且安全---------------*/
#features-6 .p1-1 {
  position: absolute;
  left: 23.5%;
  top: 9%;
  width: 52.8%;
}
#features-6 .p2-1 {
  position: absolute;
  left: 3%;
  top: 7%;
  width: 14.2%;
}
#features-6 .p3-1 {
  position: absolute;
  top: 22%;
  left: 12%;
  width: 34.4%;
}
#features-6 .p3-2 {
  position: absolute;
  top: 51%;
  left: 47%;
  width: 47.6%;
}
#features-6 .p4-1 {
  position: absolute;
  top: 6%;
  left: 15%;
  width: 14.4%;
}
#features-6 .p4-2 {
  position: absolute;
  top: 48%;
  left: 16%;
  width: 42.2%;
}
.display_black {
  display: block;
}
.display_none {
  display: none;
}
/*-----------*/
.ban-bj1 {
  background: #d8e1ee;
}
.ban-bj2 {
  background: linear-gradient(270deg, rgb(237 244 255) 0%, rgb(239 246 255) 100%);
}
.ban-bj3 {
  background: linear-gradient(270deg, rgb(214 229 249) 0%, rgb(211 229 246) 100%);
}
.ban-bj4 {
  background: linear-gradient(270deg, rgb(205 229 246) 0%, rgb(216 234 248) 100%);
}
.ban-bj5 {
  background: linear-gradient(270deg, rgb(229 232 253) 0%, rgb(224 235 255) 100%);
}
.ban-bj6 {
  background: linear-gradient(270deg, rgb(218 231 248) 0%, rgb(219 232 249) 100%);
}
.main {
  max-width: 1920px;
  margin: 0 auto;
}
.icp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 20px 10px;
}
.icp p {
  line-height: 1.5;
  font-size: 14px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .icp {
    flex-wrap: wrap;
    padding: 12px 10px;
  }
  .icp p {
    padding: 0 8px;
  }
}
/*------------*/
.view-box {
  color: #242833;
  line-height: 1.8;
}
.view-box .container {
  padding-bottom: 4rem;
}
.view-box h3 {
  padding-top: 40px;
  padding-bottom: 20px;
}
.view-box h4 {
  padding-top: 30px;
  padding-bottom: 20px;
}
.view-box h5 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.view-box p {
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 1.6;
}
.view-box .title-box {
  background: linear-gradient(180deg, rgba(235, 243, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 150px 20px 100px;
}
.view-box .title-box h2 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .view-box .title-box {
    padding: 150px 20px 80px;
  }
  .view-box h3, .view-box h4 {
    font-size: 18px;
  }
  .view-box h5 {
    font-size: 16px;
  }
  .view-box p {
    font-size: 16px;
  }
  .view-box .container div {
    padding: 0 10px;
  }
}
