html {
  overflow-y: overlay;
}

body {
  margin: 0;
  background: #f8f6fd;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

.fix_icon_box {
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: -75px;
  width: 70px;
  border-radius: 36px;
  height: 150px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  box-shadow: 0px 0px 7px 0px rgba(197, 90, 130, 0.16);
  background: white;
  z-index: 10;
}
@media screen and(min-width:1200px) {
  .module {
    width: 1000px;
  }
}

@media only screen and (max-width:1200px) {
  .headep {
    width: 1200px !important;
  }

  .module {
    width: 1200px !important;
  }

  .container header {
    width: 1200px !important;
  }

  .platform_box {
    width: 1200px !important;
  }

  .module_box {
    width: 1200px !important;
  }

  .container header {
    min-height: 350px;
  }

  .company_info {
    width: 1200px !important;
  }
  .footer_top{
    width: 1200px !important;
  }
  .about_out{
    width: 1200px !important;
  }
}
.fix_icon_box img {
  width: 30px;
  display: block;
  margin: 0 auto;
}

.container {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 516px;
}

.container header {
  width: 100%;
 min-height: 400px;
}
.container .content {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #7336ff;
}

.content_tag_box {
  width: 100% !important;
}

.container footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding-top: 20px;
}

.company_introduce h3 {
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  line-height: 27px;
  margin-left: 79px;
}

.company_introduce p {
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  line-height: 27px;
  margin-top: 25px;
}

.text_btn {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.float_left {
  width: 163px;
  height: 43px;
}

.float_right {
  width: 504px;
  float: right;
}

.bg_btn {
  display: inline-block;
  padding: 0 10px;
  height: 36px;
  color: white;
  background: #43bfef;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
}

.nav {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  background: red;
  align-items: center
}

.nav .float_right {
  width: 504px;
  display: flex;
  justify-content: space-between;
}

.nav .float_right .text_btn {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 58px;
}

.nav .float_right .text_btn.active {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 58px;
  position: relative;
}

a.text_btn.active::before {
  content: "";
  width: 80%;
  height: 4px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -40%;
}

.banner_content {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_bg {
  width: 100%;
  display: inline-block;
}

img.bannerRightBg {
 width: 100%;
}
img.bannerRightBgp {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 80;
}

.banner_logo {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
}

.banner_tag {
  position: absolute;
  top: 7vw;
  left: 0;
}

p.theme_text_vice {
  font-size: 40px;
  font-family: FZFW Qing Yin TiS;
  font-weight: normal;
  color: #ffffff;
  line-height: 55px;
}

input.experience_btn {
  width: 127px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  background: transparent;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 60px;
  cursor: pointer;
}

.tag_item li {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  width: auto;
  font-size: 1.5vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  background: white;
  border-radius: 20px;
  padding: 3px 15px;
}

.content_item_box {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  /* -moz-column-gap: 0;
  -webkit-column-gap: 0; */
  padding-top: 0.5em;
}

.content_item {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  margin: 0 30px 50px 0;
  position: relative;
  box-sizing: border-box;
  column-gap: 30px;
  display: flex;
  justify-content: space-between;
}

.content_item img {
  width: 499px;
  height: 485px;
}

.text_div {
  width: 625px;
}

.text_div h3 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
}

.text_div p {
  width: 582px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 82px;
}

.content_item:first-child {
  margin-top: 130px;
}

.content_text {
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
}

.content_text .cc_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.button_div span.btn {
  width: 181px;
  height: 66px;
  border-radius: 33px;
  display: inline-block;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}

span.btn.mf {
  background: #3366ff;
  color: #e4e4e6;
}

span.btn.lj {
  background: #fff;
  border-radius: 33px;
  color: #3366ff;
  border: 1px solid #3366ff;
  margin-left: 30px;
}

.infobg1 {
  height: 460px;
}

.infobg1 img {
  right: 0;
  width: 180px;
  bottom: 0;
}

.infobg1 .infobgimg1 {
  top: -250px;
  right: -10px;
  width: 719px;
}

.infobgimg6 {
  width: 628px;
  position: absolute;
  bottom: -160px !important;
  left: 0px;
}

.infobg2 {
  padding-bottom: 100px;
}

.infobg2 img {
  right: 30px;
  bottom: 10px;
}

.infobg3 {
  padding-bottom: 70px;
}

.infobg3 img {
  right: 20px;
  bottom: 20px;
  width: 220px;
}

.infobg4 {
  padding-bottom: 70px;
}

.infobg4 img {
  bottom: 30px;
  right: 82px;
  width: 220px;
}

.infobg5 {
  padding-bottom: 70px;
}

.infobg5 img {
  width: 210px;
  right: 20px;
  bottom: 30px;
}

.flex_wrap_content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  height: 100%;
  flex-flow: column;
}

.footer_content .company_info {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  background: #0d0325;
  width: 100%;
  height: 130px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  row-gap: 10px;
  border-top: 1px solid #666666;
}

.footer_top {
  width: 100%;
  background: #0d0325;
}

.footer_top .top_content {
  /* width: 1200px; */
  height: 367px;
  margin: 0 auto;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub_title {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
}

.sub_title .vice_title {
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #003a53;
  line-height: 51px;
  opacity: 0.5;
}

.sub_title p {
  display: inline-block;
  margin: 0px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 44px;
  opacity: 0.6;
  position: relative;
}

.sub_title p::before {
  content: "";
  width: 130%;
  height: 16px;
  background: #ff9e47;
  opacity: 0.3;
  border-radius: 8px;
  position: absolute;
  left: -15%;
  bottom: 5px;
}

.sub_title .dot_left::after,
.sub_title .dot_right::after {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #f7a8d9;
  border-radius: 50%;
  vertical-align: middle;
}

.sub_title .dot_left::before,
.sub_title .dot_right::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #79c2ff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 14px;
}

.dot_left {
  margin-right: 50px;
}

.dot_right {
  margin-left: 50px;
}

.sub_title .dot_right {
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: sub;
}

.flex_content {
  display: flex;
  justify-content: space-between;
}

.flex_content_around {
  width: 1200px !important;
  display: flex;
  justify-content: space-around;
}

.serviceItem {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: center;
  height: 240px;
}

.serviceItem img {
  display: block;
  margin: 0 auto;
  width: 196px;
}

.serviceItem h3 {
  font-size: 20px;
  font-weight: normal;
  color: #003a53;
  line-height: 40px;
}

.serviceItem p {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #003a53;
  line-height: 40px;
  opacity: 0.5;
}

.inquiry_info {
  height: 277px;
  background: #003a53;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 80px;
  text-align: center;
}

.inquiry_info h3 {
  font-size: 30px;
  color: #fff;
}

.inquiry_info p {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 35px;
}

.in_btn {
  width: 147px;
  height: 47px;
  background: #ffffff;
  color: #43bfef;
  border-radius: 24px;
  margin: 0 auto;
  line-height: 46px;
  cursor: pointer;
  text-decoration: none;
}

.grid_box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  margin: 0 auto;
  width: 1200px;
}

.grid_box .grid_box {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}

.grid_item {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  width: 183px;
  height: 325px;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 0 10px;
}

.grid_item h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ff9e47;
  line-height: 44px;
  margin-bottom: 10px;
}

.grid_item img {
  width: fit-content;
  margin: 30px auto 15px;
}

.grid_item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: left;
}

.we_have_box {
  height: 459px;
  background: #ff9e47;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.we_have_content {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  grid-template-rows: repeat(3, 90px);
  column-gap: 130px;
  row-gap: 20px;
  width: 1200px;
  margin: 0 auto;
  justify-content: center;
}

.we_have_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.we_have_item p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 0px;
}

.we_have_item img {
  display: inline-block;
  height: 58px;
  margin-right: 30px;
}

.swiper_box.index_swiper {
  height: 670px;
  background: #ffffff;
  border-radius: 30px;
}

.swiper-container {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.swiper-slide {
  width: 25%;
}

img.user_head {
  display: inline-block;
  width: 39px;
  height: 39px;
  border-radius: 6px;
  margin-right: 10px;
}

.img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}

.user_info {
  display: flex;
  align-items: center;
}

.swiper_text p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 44px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100px;
  height: 10px;
  background: #3366ff;
  border-radius: 5px;
}

span.swiper-pagination-bullet {
  width: 48px;
  height: 10px;
  background: #3366ff;
  border-radius: 5px;
}

.platform_box {
  display: grid;
  grid-template-rows: repeat(3, 110px);
  column-gap: 27px;
  row-gap: 20px;
  margin: 0 auto;
  justify-content: center;
}

.platform_box.partners_box {
  grid-template-columns: repeat(3, 210px);
  grid-column-gap:133px;
}

.platform_box.partners_box .advantage_item {
  padding-top: 50px;
  grid-template-rows: auto 70px;
 
}

.platform_box.partners_box .item_text {
  text-align: center;
  display: grid;
  grid-template-rows: 80px auto;
  justify-items: center;
}

input.partners_btn {
  width: 214px;
  height: 58px;
  border: 1px solid #ffffff;
  border-radius: 29px;
  background: white;
  font-size: 24px;
  font-weight: normal;
  color: #6037dd;
  line-height: 44px;
  cursor: pointer;
  margin-top: 17px;
}
input.partners_btnp {
  width: 196px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 24px;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
  margin-top: 27px;
}
input.partners_btn:hover {
  background-color: #8b76db;
  color: white;
}
input.partners_btnp:hover {
  background-color: #b8c7f5;
  color: white;
}

.advantage_item {
  display: grid;
  grid-template-columns: 400px auto;
  align-items: start;
  background-color: #efebf9;
}
.advantage_itemp {
  width: 214px;
  height: 311px;
  background: #edeff5;
  border-radius: 10px;
}
.item_textp {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 16px
}
.item_textp p:nth-child(2){
  margin-top: 27px;
}
.advantage_item:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
.advantage_item .item_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item_text:nth-child(1) {
  margin-left: 27px;
}
.advantage_item .item_text h3 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #2c2c2c;
  line-height: 27px;
  margin-top: 30px;
}

.advantage_item .item_text p {
  text-align: left;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
}
.advantage_item .item_text input {
  width: 196px;
  height: 48px;
  border: 1px solid #6f42ed;
  border-radius: 24px;
  color: #6f42ed;
  font-size: 24px;
}
p.index_title {
  text-align: center;
  font-weight: normal;
  color: #000000;
  line-height: 27px;
  font-size: 35px;
}
p.product_in {
  text-align: center;
  color: #000000;
  line-height: 27px;
  margin-top: 10px;
  font-size: 21px;
  font-weight: normal;
  color: #999999;
}

p.index_titlep {
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  line-height: 27px;
  margin-top: 70px;
  text-align: center;
}
P.index_twotitle {
  text-align: center;
  font-size: 19.51px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6037dd;
  line-height: 44px;
}
p.Core_title {
  text-align: center;
  font-size: 34.66px;
  line-height: 44px;
  font-weight: normal;
  color: #000000;
}
P.Core_twotitle {
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  font-weight: normal;
  color: #6037dd;
}
/* .index_sub_title {
  margin-top: 78px;
} */

.yj_box {
  background: white;
  padding: 90px 0;
}

.index_grid_box {
  display: flex;
  justify-content: center;
  column-gap: 48px;
}

.index_grid_item {
  width: 289px;
  height: 420px;
  background: #f5f7fa;
  border-radius: 10px;
}

.index_grid_item h3 {
  width: 289px;
  height: 85px;
  background: #fd8442;
  border-radius: 10px 10px 0px 0px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 75px;
  text-align: center;
}

.index_grid_item p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 51px;
  padding: 0 45px;
}

.index_grid_item span {
  display: block;
  width: 128px;
  height: 46px;
  background: #fd8442;
  border-radius: 23px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
  margin: 0 auto;
}

.module_content.problem_content {
  display: grid;
  grid-template-columns: repeat(2, 540px);
  grid-template-rows: repeat(2, 1fr);
  padding: 78px 0;
  position: relative;
  gap: 94px;
  justify-content: center;
  background: #efebf9;
  margin-top: 68px;
}
.module_item {
  flex: 1;
  position: relative;
  background: #ffffff;
  border-radius: 11px;
  display: flex;
  /* justify-content: space-evenly; */
}

.text_content {
  white-space: normal;
  font-family: Microsoft YaHei;
  padding: 20px 0;
  flex: 1;
}

.text_content h3 {
  position: relative;

  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 44px;
}

.text_content p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
  margin-left: 10px;
}

.innovate_content {
  width: 1200px;
  margin: 0 auto;
}

.innovate_content .module_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background: none;
}

.innovate_content .text_content {
  flex: 1;
}

.module_item .img_box img {
  width: 88px;
  height: 88px;
}

.contactus_box {
  width: 1200px;
  margin: 0 auto;
}

.contactusbanner {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

.contactus_input {
  width: 100%;
  height: 50px;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #acacac;
  padding-left: 12px;
  margin-top: 50px;
}

.highlights_box {
  display: flex;
  justify-content: center;
  column-gap: 56px;
  height: 55px;
  background: none;
}

.highlights_item {
  width: 234px;
  height: 55px;
  color: #3366ff;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid #3366ff;
}

.highlights_item p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3366ff;
  line-height: 55px;
  text-align: center;
}

.highlights_box.swiper-pagination-bullet-active .highlights_item {
  background-color: #3366ff;
}

.highlights_box.swiper-pagination-bullet-active .highlights_item p {
  color: #fff;
}

.index_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 25px;
  bottom: unset;
  padding-bottom: 35px;
  border-bottom: 1px solid #e4e4e6;
}

.fixed_message_box {
  width: 132px;
  height: 132px;
  background: #3366ff;
  border-radius: 13px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  color: white;
  row-gap: 15px;
  z-index: 1;
  box-shadow: 0px 0px 5px #c3c3c3;
}

.fixed_message_box p {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  line-height: 36px;
}

/* .message_board_box {
    width: 283px;
    height: 536px;
    background: #FFFFFF;
    border: 1px solid #27B8D0;
    border-radius: 13px;
} */

.el-icon-chat-line-round {
  font-size: 50px;
}

.message_popover {
  width: 283px;
  height: 536px;
  background: #ffffff;
  border: 1px solid #27b8d0;
  border-radius: 13px;
  padding: 0;
}

.el-popper[x-placement^="top-end"] .popper__arrow::after {
  border-top-color: #27b8d0;
  bottom: 0px;
}

.message_board_box {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.messageboard_title {
  width: 283px;
  height: 67px;
  color: white;
  background: #3366ff;
  border: 1px solid #27b8d0;
  border-radius: 13px 13px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.message_board_box p {
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  line-height: 36px;
}

.message_board_box i.el-icon-minus {
  border-radius: 3px;
  font-size: 45px;
  cursor: pointer;
}

.msgboard_content {
  padding: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 1;
}

.msgboard_content .submit_btn {
  width: 159px;
  height: 48px;
  background: #3366ff;
  border-radius: 24px;
  margin: 0 auto;
}

.msgboard_content .el-input__inner {
  height: 53px;
  line-height: 53px;
}

/* 产品 S */
.product_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 135px);
  column-gap: 40px;
  row-gap: 20px;
  width: 1200px;
  margin: 0 auto;
  justify-content: center;
}

.product_item {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.product_item h3 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 44px;
}

.product_img {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.item_text p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
}
.item_textp p {
  font-size: 16px;
  font-weight: normal;
  color: #2c2c2c;
  line-height: 27px;
}
.speciality_img {
  text-align: center;
  margin-bottom: 100px;
}

/* 产品 E */

/* 合作 S */
.join_box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  column-gap: 8px;
}

.join_text {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.join_text h3 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 44px;
}

.join_text p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 62px;
  white-space: pre-line;
}

.coomsg_img img {
  position: absolute;
  left: 0;
  z-index: -1;
}

/* 合作 E */

/* 关于我们 S */
.join_text.us_text {
  width: 600px;
  flex: initial;
}

.join_text.us_text p {
  white-space: pre-line;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
}

.join_img.us_img {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
}

.job_info {
  width: 1075px;
  height: 36px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 44px;
  display: flex;
  justify-content: space-between;
}

.content_text.job_text {
  height: auto;
}

.job_details {
  margin-top: 40px;
}

.job_details p {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 40px;
  margin: 10px 0;
}

/* 关于我们 E */
.module_box {
  margin-bottom: 20px;
}

.module_box.module1 {
  background-size: cover;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 65px;
  position: relative;
}

img.fixed_bg_img {
  position: absolute;
}

.module_box.module1 img.fixed_bg_img {
  position: absolute;
  left: 0;
}

.module_box.module4 .partners_box {
  margin-top: 50px;
}

.module1 .fbg1 {
  width: 887px;
  position: absolute;
  left: 0;
  z-index: 0;
}

.module_box.module2 {
  background-size: cover;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.module_box.module3 {
  background-size: cover;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 90px;
}

.module_box.module4 {
  position: relative;
  background: url(../images/home11.png) repeat 100% 100%;
  padding-top: 30px;
}

.module_box.module4 .fixed_bg_img {
  right: 0px;
}

.module_box.module4 img.fixed_bg_img.fixed2 {
  left: 0;
  bottom: 0;
  right: unset;
}

.banner_text {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 19px;
  margin-top: 414px;
}

.banner_text h3 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
}

.banner_text h4 {
  font-size: 24px;
  font-weight: normal;
  color: #f8f6fd;
  line-height: 44px;
  text-align: center;
}

.banner2 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.banner2 .banner_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, 50%);
}

.banner2 .banner_text h3,
.banner2 .banner_text h4 {
  text-align: left;
}

/* dcc */
.pinfo_box {
  margin: 80px 0 55px;
}

.pinfo_content {
  width: 1200px;
  height: 976px;
  background: #ffffff;
  border-radius: 60px;
  margin: 0 auto;
  padding: 45px;
}

.pinfo_content.serveContent {
  width: 1200px;
  height: 643px;
  background-size: cover;
  background-image: url("../images/serveContent.png");
}

.pinfo_content h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
  text-align: center;
  margin: 20px 0 40px;
}

.pinfo_content p {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #021033;
  line-height: 69px;
}

.pcontent_box {
  height: 2250px;
  background-size: cover;
  background-image: url("../images/pcontent.png");
  padding: 82px;
}

.pcontent {
  display: grid;
  grid-template-columns: repeat(2, 564px);
  grid-template-rows: repeat(2, 930px);
  column-gap: 70px;
  row-gap: 70px;
  width: 1200px;
  margin: 0 auto;
}

.pcontent .pcontent_item {
  width: 564px;
  height: 835px;
  padding: 32px;
  background: url("../images/productCi.png");
  background-size: cover;
  position: relative;
}

.pcontent_item h3 {
  width: 250px;
  height: 251px;
  background: #f8f6fd;
  border: 20px solid #3366ff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3366ff;
  line-height: 50px;
  margin: -125px auto;
}

.pcontent_item p {
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #021033;
  line-height: 41px;
  padding-top: 177px;
}

.pcontent_item span.more {
  display: block;
  width: 160px;
  height: 63px;
  background: #3366ff;
  border-radius: 32px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f8f6fd;
  text-align: center;
  line-height: 63px;
  margin: 0 auto;
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -80px;
  cursor: pointer;
}

.pcontent_title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
  text-align: center;
}

.dcc_box {
  grid-template-rows: repeat(1, 400px);
}

.dcc_box .advantage_item {
  width: 364px;
  height: 365px;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: 40px;
}

.flowPath_box {
  display: flex;
  width: 1200px;
  margin: 100px auto;
  justify-content: space-between;
  align-items: center;
  height: 365px;
  background: #ffffff;
  border-radius: 30px;
}

.flowPath_box .flowItem {
  row-gap: 20px;
  display: flex;
  flex-flow: column;
}

/* dcc */

/* ty */
.sw_box {
  width: 1200px;
  margin: 0 auto;
}

.sw_box .scroll_box {
  height: 307px;
}

.sw_box .img_box {
  border-radius: 30px;
}

.sw_box .scroll_box img {
  height: 307px;
}

.sw_box span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 30px;
  border-radius: 4px;
}

.sw_box
  .swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 10px 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.sw_box .flex_start {
  display: flex;
  justify-content: start;
}

.sw_box .info_flex .text {
  width: 720px;
  height: 60px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
}

.sw_box .info_flex h4 {
  margin-top: 65px;
  height: 25px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
  position: relative;
  margin-bottom: 40px;
}

.sw_box .info_flex h4::before {
  content: "";
  width: 57px;
  height: 4px;
  background: #3366ff;
  position: absolute;
  bottom: -25px;
}

.sw_box .info_content_box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  margin-top: 10px;
}

.sw_box .info_content {
  margin-left: 60px;
}

.service_highlights {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  margin-bottom: 40px;
}

.service_item {
  width: 430px;
  height: 365px;
  background: #ffffff;
  box-shadow: 0px 3px 24px 0px rgba(26, 92, 167, 0.21);
  border-radius: 30px;
  padding: 30px;
}

.service_item h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
  position: relative;
  margin-bottom: 45px;
}

.service_item h3::before {
  content: "";
  width: 57px;
  height: 4px;
  background: #3366ff;
  position: absolute;
  bottom: -25px;
}

.service_item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
}

.aftermarket_box {
  position: relative;
  margin: 0 auto;
  display: flex;
  width:1170px;
  justify-content: center;
  align-items: center;
}

.aftermarket_content {
  display: flex;
  width:100%;
  /* grid-template-columns: repeat(3, auto);
  gap: 15px; */
  flex-direction: column;
}

.afterMarket_item {
  position: relative;
  display: flex;
  align-items: center;
  width:28.5%;
  height:0;
  padding-top:18.166%;
  background: #efebf9;
  border-radius: 10px;
}
.afterMarket_twoitem {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
  display: flex;
  align-items: center;
  background: #7e4fe9c4;
  width:100%;
  height:100%;
  border-radius: 10px;
}
.afterMarket_second_item{
  width:100%;
  display: flex;
  justify-content: end;
}
.afterMarket_second_item_box{
  width:28.5%;
  padding-top:7.92%;
  height:0;
  position: relative;
}
.afterMarket_second_item_box img{
  width: 8.2%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.afterMarket_item .am_text_content {
  width: 100%;
  height:100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 33px;
  position: absolute;
  box-sizing: border-box;
  top:0;
  left:0;
}

.am_text_content p {
  font-size: 28px;
  font-weight: normal;
  color: #2c2c2c;
  line-height: 38px;
}
.am_text_content span {
  font-size: 22px;
  font-weight: normal;
  color: #2c2c2c;
  line-height: 38px;
}

.am_text3,
.am_text4 {
  color: #ffffff;
}

.serve_module .aftermarket_box {
  background: unset;
  box-shadow: unset;
}

.serve_module .afterMarket_item {
  width: 541px;
  height: 124px;
  background: #3572ff;
  border-radius: 30px;
  padding: 30px;
  justify-content: space-between;
}

.serve_module .am_text_content {
  color: #fff;
}

/* ty */

/* us */
.usinfo_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.usinfo_box h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
  position: relative;
  margin-bottom: 40px;
}

.usinfo_box h3::before {
  content: "";
  width: 57px;
  height: 4px;
  background: #3366ff;
  position: absolute;
  bottom: -25px;
}

.usinfo_box .info_box {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.usinfo_box p {
  width: 609px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 44px;
}

.img_box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  box-shadow: -119px 167px 0px white;
}

.img_box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  box-shadow: -119px -167px 0px #e9e7ee;
}

.banner4 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.banner4 .banner_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, 100%);
}

.banner4 .banner_text h3 {
  font-size: 57px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 82px;
  height: auto;
}

.aboutinfo_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.aboutinfo_text {
  flex: 1;
  padding-right: 80px;
}

.aboutinfo_img {
  width: 631px;
  height: 478px;
}

.aboutinfo_box {
  margin-top: 150px;
}

.aboutinfo_text h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2c2c2c;
}

.aboutinfo_content h4 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2c2c2c;
}

.aboutinfo_text p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 60px;
}

.culture_box {
  position: relative;
  height: 400px;
}

.culture_content_bg {
  width: 1200px;
  margin: 0 auto;
  height: 332px;
  background: #3572ff;
  border-radius: 10px;
  position: absolute;
  top: 33px;
  left: 50%;
  margin-left: -567px;
}

.culture_content {
  width: 1200px;
  margin: 0 auto;
  height: 332px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}

.cultrue_box_img {
  position: absolute;
  top: -25px;
  left: -48px;
}

.cultrue_info .info_content {
  display: flex;
  justify-content: flex-start;
}

.cultrue_info .info_content p {
  width: 625px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 51px;
  margin-left: 20px;
}

.cultrue_info {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  row-gap: 20px;
}

.aftermarket_box.aboutUs_team_box {
  height: 624px;
}
.aftermarket_content .img{
  width: 4.08%;
  height: 2.416%;
  margin-left:10px;
  margin-right:18px;
  margin-top: 8.33%;
}
.aftermarket_content.aboutUs_team {
  display: grid;
  grid-template-columns: repeat(3, 382px);
  grid-template-rows: repeat(1, 624px);
  column-gap: 27px;
  row-gap: 110px;
}

.aftermarket_content.aboutUs_team .afterMarket_item {
  width: 382px;
  height: 624px;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}

.team_title {
  display: flex;
  justify-content: space-between;
}

.team_title h3 {
  width: 144px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3572ff;
  position: relative;
}

.team_title h3::before {
  content: "";
  width: 66px;
  height: 8px;
  background: #3572ff;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
}

.team_title span.peoNum {
  display: inline-block;
  width: 77px;
  height: 77px;
  background: #3572ff;
  border-radius: 50%;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 77px;
  text-align: center;
  position: relative;
  margin-right: 20px;
}

span.unit {
  display: inline-block;
  width: 24px;
  height: 23px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3572ff;
  position: absolute;
  bottom: 0;
  right: -20px;
  line-height: 23px;
}

.aboutUs_team p.team_info {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 60px;
  margin-top: 50px;
}

/* us */
