body {
  min-width: 1200px;
}
.head_1 .one_list {
  color: #3475f4 !important;
}
.head_1 .one_list::after {
  content: "";
  width: 20px;
  display: block;
  margin: 0 auto;
  border-bottom: 3px solid #3475f4 !important;
}
.Index .bx {
  width: 1200px;
  margin: 0 auto;
}
.Index .banner {
  position: relative;
}
.Index .banner .panel-content2 {
  background-color: #f9fafc;
  width: 100%;
}
.Index .banner .prodct_content2 {
  display: none;
  color: #f8f3f3;
}
.Index .banner .prodct_content2 .content-box1 {
  width: 100%;
  height: 640px;
  background: url("../../img/home/index/banner_bg.png") no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 105px;
}
.Index .banner .prodct_content2 .content-box1 h6 {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 128px;
  letter-spacing: 6px;
}
.Index .banner .prodct_content2 .content-box1 a {
  color: #fff;
  background-color: #3575f4;
  font-size: 20px;
  padding: 12px 20px 12px 27px;
  border-radius: 25px;
}
.Index .banner-info__list {
  background-color: #0f131c;
  display: flex;
  justify-content: center;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 18px;
}
.Index .banner-info__list > li {
  position: relative;
  padding-left: 58px;
  width: 238px;
}
.Index .banner-info__list > li > p {
  font-size: 16px;
  color: #ccc;
  line-height: 1.4;
}
.Index .banner-info__list > li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.25) 80%, rgba(255, 255, 255, 0) 100%);
}
.Index .banner-info__list .info-box {
  display: flex;
  align-items: flex-end;
  color: #3575f4;
  margin-top: 14px;
  line-height: 1;
}
.Index .banner-info__list .info-number {
  font-weight: bold;
  font-size: 38px;
}
.Index .banner-info__list .info-unit {
  font-size: 18px;
  padding-bottom: 4px;
}
.Index .product {
  text-align: center;
  padding-top: 112px;
  padding-bottom: 45px;
}
.Index .product_title {
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.Index .product_text {
  font-size: 20px;
  color: #666;
  margin-top: 22px;
}
.Index .product .strong {
  font-size: 22px;
  font-weight: bold;
  color: #3575f4;
}
.Index .preview {
  display: flex;
  height: 610px;
  background-color: #f2f2f4;
  background-image: url("../../img/home/Index/after_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
}
.Index .preview li {
  height: 93px;
  letter-spacing: 1px;
}
.Index .process_app {
  background-color: #f2f2f4;
  padding-top: 20px;
  padding-bottom: 50px;
}
.Index .process-container {
  display: flex;
  justify-content: space-between;
  max-width: 1158px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.Index .process ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Index .process_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.1rem;
  background-color: #fff;
  padding-top: 26px;
  padding-bottom: 16px;
  width: 138px;
  height: 176px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.Index .process_item > div {
  border-radius: 20px;
  line-height: 1.6;
  font-size: 20px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  border: 1px solid #ccc;
}
.Index .process_arrow {
  padding-left: 8px;
  padding-right: 8px;
}
.Index .process_right {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.6rem;
  text-align: right;
}
.Index .app {
  text-align: center;
  background-color: #fff;
  border-radius: 0.066666rem;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  background: url("../../img/home/index/home_09.png") no-repeat center;
  background-size: 106% auto;
}
.Index .app p {
  font-size: 0.426666rem;
  padding-top: 38px;
  padding-bottom: 30px;
  margin-bottom: 54px;
  position: relative;
}
.Index .app p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 16px;
  margin-left: -8px;
  border-top: 2px solid #3575f4;
}
.Index .app ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 8px;
  padding-right: 8px;
}
.Index .app ul li {
  width: 50%;
  margin-bottom: 36px;
}
.Index .app-box {
  width: 172px;
  text-align: center;
}
.Index .app-icon {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.Index .app-text {
  font-size: 0.266666rem;
}
.Index .blue {
  color: #3475f4;
  font-weight: 600;
}
.Index .big {
  font-size: 1.21em;
  font-weight: 700;
}
.Index .tab_title {
  font-size: 24px;
  margin-top: 43px;
  line-height: 37px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.Index .li_no_margin_bottom {
  margin-bottom: 0px !important;
}
.Index .tabview {
  display: flex;
}
.Index .tabview-title {
  font-size: 38px;
  letter-spacing: 4px;
  color: #000;
  line-height: 120px;
  font-weight: bold;
  padding-top: 58px;
  text-align: center;
}
.Index .tabview-nav {
  font-size: 30px;
  height: 150px;
  padding-top: 40px;
  color: #fff;
  text-align: right;
  background-color: #050d1b;
  background-repeat: no-repeat;
  background-position: 82% center;
}
.Index .tabview-nav a {
  display: block;
  padding-right: 40px;
  color: inherit !important;
  letter-spacing: 1px;
}
.Index .tabview-nav a p {
  font-size: 20px;
  line-height: 45px;
  margin-right: 56px;
  margin-top: 7px;
}
.Index .tabview-nav:not(:last-child) {
  border-bottom: 1px solid #333;
}
.Index .tabview-nav.active {
  background-color: #3475f4;
}
.Index .tabview-navls {
  flex: 1 1 360px;
}
.Index .tabview-contentls {
  background-color: #f2f2f4;
  border-top: 6px solid #3475f4;
  padding-left: 74px;
  flex: 1 1 835px;
}
.Index .tabview-ls {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  width: 835px;
  padding-top: 38px;
  padding-bottom: 24px;
}
.Index .tabview-ls > li {
  position: relative;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 1px 3px;
}
.Index .tabview-ls > li .li_title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.Index .tabview-ls > li p {
  line-height: 35px;
  font-size: 20px;
  letter-spacing: 1px;
}
.Index .tabview-ls > li::before {
  content: "";
  position: absolute;
  display: block;
  left: -20px;
  top: 14px;
  width: 8px;
  height: 8px;
  background-color: #3475f4;
  transform: rotate(45deg);
}
.Index .tabview-step {
  display: flex;
  padding-bottom: 75px;
}
.Index .tabview-step .img-box {
  position: relative;
  padding-top: 0;
}
.Index .tabview-step .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fea42e;
}
.Index .tabview-step .img-box > div {
  background-color: #fea42eaa;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 4px 1em;
}
.Index .tabview-step .img-box img {
  display: block;
}
.Index .tabview-step > li:not(:first-child) {
  margin-left: 16px;
}
.Index .tabview-step > li > div {
  font-size: 20px;
  padding-top: 20px;
}
.Index .tabview-label {
  display: flex;
  align-items: center;
  font-size: 22px;
  padding-left: 200px;
  padding-bottom: 14px;
  color: #666;
}
.Index .tabview-strong {
  font-size: 40px;
  font-weight: bold;
  color: #3475f4;
  padding-left: 24px;
  display: flex;
  align-items: flex-end;
}
.Index .tabview-strong .line {
  padding-left: 8px;
  padding-right: 8px;
}
.Index .tabview-strong .percent {
  font-size: 24px;
  padding-bottom: 4px;
}
.Index .section1 {
  background-color: #e8e9eb;
  padding-bottom: 54px;
}
.Index .section1-title {
  font-size: 28px;
  text-align: center;
  padding-top: 58px;
  padding-bottom: 42px;
}
.Index .section1-ls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Index .section1-ls > li {
  display: flex;
  height: 200px;
  width: 328px;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 36px;
  font-size: 16px;
  color: #666;
  margin-left: 28px;
  margin-right: 28px;
  background-color: #fff;
  position: relative;
}
.Index .section1-ls > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.Index .section1-ls > li .line {
  background: #3475f4;
  height: 2px;
  display: inline-block;
  width: 20px;
}
.Index .section1-ls > .active {
  background-color: #1d2636;
  color: #ccc;
}
.Index .section1-ls > .active .section1-ls_title {
  color: #fff;
}
.Index .section1-ls > .active img.notactive {
  display: none;
}
.Index .section1-ls > .active img.active {
  display: inherit;
}
.Index .section1-ls_title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
.Index .section1-ls_title > img {
  margin-right: 18px;
}
.Index .section1-ls_title > img.active {
  display: none;
}
.Index .section1-ls_title > img.notactive {
  display: inherit;
}
.Index .section1-point {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
.Index .section1-point > li {
  width: 232px;
  height: 110px;
  font-size: 15px;
  line-height: 25px;
  color: gray;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px dashed #d0d1d3;
}
.Index .section1-point > li .title {
  font-weight: 500;
  color: #000;
  line-height: 40px;
  font-size: 20px;
}
.Index .section1-step {
  display: flex;
  justify-content: center;
}
.Index .section1-step_item {
  width: 348px;
  height: 186px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  line-height: 1.4;
  padding-left: 30px;
  padding-right: 24px;
}
.Index .section1-step_item > div {
  position: relative;
  padding-left: 16px;
}
.Index .section1-step_item > div::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 6px;
  border-left: 2px solid #3575f4;
}
.Index .section1-step_arrow {
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
}
.Index .section1-map_box {
  width: 391px;
  height: 352px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.Index .section1-map_box img {
  position: absolute;
  left: 0;
  top: 0;
}
.Index .section1-map_name {
  position: relative;
  z-index: 1;
  font-size: 22px;
  padding-top: 16px;
  padding-right: 8px;
  font-weight: bold;
}
.Index .section1-map_subtitle {
  position: relative;
  z-index: 1;
  padding-top: 6px;
  padding-right: 8px;
  font-size: 16px;
}
.Index .section1-map_tag {
  font-size: 24px;
  color: #fff;
  padding: 8px;
  width: 5em;
  text-align: center;
  box-shadow: 1px 5px 3px 0px #0000003b;
}
.Index .section1-map_tag1 {
  background: linear-gradient(to bottom, #7b5af9 0%, #9d5ced 100%);
}
.Index .section1-map_tag2 {
  background: linear-gradient(to bottom, #5593f0 0%, #5be0f2 100%);
}
.Index .section1-map_tag3 {
  background: linear-gradient(to bottom, #e8775d 0%, #f6aa5d 100%);
}
.Index .section1-map_tag-box {
  position: absolute;
  width: 280px;
  display: flex;
  align-items: center;
}
.Index .section1-map_tag-box1 {
  left: -230px;
}
.Index .section1-map_tag-box2 {
  left: 295px;
  top: 59px;
}
.Index .section1-map_tag-box3 {
  left: 277px;
  top: 255px;
}
.Index .section1-map_line {
  width: 140px;
  border-top: 1px dashed #fff;
  position: relative;
}
.Index .section1-map_line::before,
.Index .section1-map_line::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: -5px;
  border-radius: 9px;
}
.Index .section1-map_line::after {
  right: 0;
}
.Index .section1-map_line1 {
  margin-left: 20px;
}
.Index .section1-map_line1::before {
  background-color: #875af6;
}
.Index .section1-map_line1::after {
  background-color: #fff;
}
.Index .section1-map_line2 {
  margin-right: 20px;
}
.Index .section1-map_line2::before {
  background-color: #fff;
}
.Index .section1-map_line2::after {
  background-color: #56abef;
}
.Index .section1-map_line3 {
  margin-right: 20px;
}
.Index .section1-map_line3::before {
  background-color: #fff;
}
.Index .section1-map_line3::after {
  background-color: #ed895d;
}
.Index .section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  background-image: url("../../img/home/index/banner_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
  color: #fff;
  position: relative;
}
.Index .section2 .section2_mask {
  background: linear-gradient(to left, #171e2e, #627291, #171e2e);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.Index .section2-button {
  font-size: 24px;
  padding: 6px 1.2em;
  border: 1px solid;
  border-radius: 24px;
  position: relative;
}
.Index .section2 p {
  font-size: 28px;
  margin-left: 40px;
  position: relative;
}
.Index .section2-line {
  border-top: 1px solid;
  width: 42px;
}
.Index .section2-line1,
.Index .section2-line3 {
  position: relative;
}
.Index .section2-line1::before,
.Index .section2-line3::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid;
  border-radius: 10px;
  top: -4px;
}
.Index .section2-line1::before {
  left: -7px;
}
.Index .section2-line3::before {
  right: -7px;
}
.Index .section2-line2 {
  width: 52px;
}
.Index .section3 {
  background-color: #f2f2f4;
  padding-top: 50px;
  padding-bottom: 50px;
}
.Index .section3-controls {
  position: absolute;
  right: 20px;
  top: 24px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.Index .section3-controls > div {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 2px;
}
.Index .section3-controls > div[role="button"] {
  padding: 8px 6px;
  cursor: pointer;
}
.Index .section3-index {
  color: #3475f4;
}
.Index .section3-header {
  height: 128px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.Index .section3-header p {
  padding-top: 14px;
  font-size: 16px;
  color: #666;
}
.Index .section3-logo {
  width: 100px;
}
.Index .section3-title {
  font-size: 24px;
  font-weight: bold;
  color: #222;
}
.Index .section3-subtitle {
  font-size: 20px;
  color: #555;
}
.Index .section3-content {
  background-color: #f7f8fb;
  padding-top: 24px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.Index .section3-content__button {
  background-image: url(../../img/home/index/home4_87.png?v=20230310);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  width: 95px;
  height: 46px;
  font-size: 20px;
  line-height: 40px;
  padding-left: 14px;
}
.Index .section3-content__button.active {
  background-image: url(../../img/home/index/home4_84.png?v=20230310);
  color: #3475f4;
}
.Index .section3-content_item {
  padding-left: 10px;
  padding-right: 10px;
}
.Index .section3-content__image {
  width: 530px;
  height: 374px;
  position: relative;
  transition: all 0.1s ease;
  position: absolute;
  right: 0;
  bottom: 0;
}
.Index .section3-content__image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  border: 3px solid #f7f8fb;
  z-index: 1;
  pointer-events: none;
}
.Index .section3-content__image img {
  width: 100%;
  height: 100%;
  display: block;
}
.Index .section3-content__image.zoom-out {
  width: 100px;
  height: 72px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 1;
}
.Index .section3-content__image.zoom-out::before {
  border-color: #fea42e;
}
.Index .section3-content__image-box {
  position: relative;
  margin-top: 30px;
  width: 530px;
  height: 374px;
}
.Index .section3-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fb;
  height: 80px;
  font-size: 24px;
}
.Index .section3-footer .number {
  font-weight: bold;
  font-size: 32px;
  color: #3475f4;
  padding-left: 5px;
}
.Index .section3-footer .unit {
  color: #3575f4;
}
.Index .section3-footer .image {
  padding: 0 8px;
}
.Index #carousel-case {
  width: 1172px;
  height: 715px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.Index .across_container {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 999;
}
.Index .across_container .across {
  height: 120px;
  background: url("../../img/home/Index/across_bg_1.png?v=1") no-repeat center;
  background-size: cover;
  padding-top: 45px;
  text-align: center;
}
.Index .across_container .across .across_div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Index .across_container .across .across_div h3 {
  color: #fff;
  font-size: 26px;
  margin-left: 62px;
  text-align: left;
  letter-spacing: 1.5px;
}
.Index .across_container .across .across_div a {
  color: #3575f4;
  font-size: 18px;
  background-color: #fff;
  margin-right: 64px;
  padding: 12px 23px 10px 27px;
  border-radius: 30px;
  float: left;
  letter-spacing: 1px;
}
.Index .newscontent {
  width: 1172px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f2f2f4;
  overflow: hidden;
  padding-top: 10px;
}
.Index .newscontent .news_item {
  width: 50%;
  margin-left: -3px;
  display: inline-block;
  padding: 30px 0px;
}
.Index .newscontent .news_item a {
  display: flex;
}
.Index .newscontent .news_item a .img {
  width: 150px;
  margin-left: 30px;
}
.Index .newscontent .news_item a .img img {
  width: 150px;
  height: 100px;
}
.Index .newscontent .news_item a .text {
  padding: 0px 30px;
  width: 450px;
}
.Index .newscontent .news_item a .text .title {
  padding-bottom: 27px;
  font-size: 20px;
  color: #363434;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Index .newscontent .news_item a .text .introduce {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  margin-top: 6px;
}
footer {
  margin-bottom: 120px;
}
