.shixicontainer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.shixinav {
  height: 150px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(90deg,
      rgba(192, 187, 253, 1) 0%,
      rgba(89, 118, 255, 1) 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.shiximain {
  padding-top: 131px;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  margin: 0 auto;
}

.headswiper {
  background-image: url(../imgs/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  height: 650px;
}

.headswiperwarp {
  position: absolute;
  /*height: calc(100vh - 150px - 120px);*/
  width: 1200px;
  overflow: hidden;
  user-select: none;
  margin: 0 auto;
}

.headswiperwarp img {
  width: 100%;
  display: block;
  user-select: none;
}

.shixinewswarpper {
  width: 85%;
  margin: 2rem auto;
  padding: 2rem;
  background-color: white;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.343);
}

.renzaizhichangtab {
  width: 100% !important;
}

.tab_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.workflow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 3rem;
}

.workflow .workflowwarp {
  max-width: 70%;
}

.workflow .workflow_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  width: 100%;
}

.workflow .workflow_title .special {
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑", sans-serif;
  position: relative;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  color: #dee0e3;
  line-height: 36px;
  z-index: 1;
}

.workflow .workflow_title .workflowt {
  position: absolute;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #666666;
  width: 220px;
  line-height: 36px;
  text-align: center;
  z-index: 2;
}

.workflow_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.workflow_items a {
  text-decoration: none;
}

.workflow_items .workflow_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  align-items: center;
  width: 170px;
  text-align: center;
  height: 240px;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.459);
}

.workflow_items .workflow_item .workflow_item_title {
  font-family: "思源黑体 CN Bold", "思源黑体 CN Regular", "思源黑体 CN",
    sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: rgba(254, 254, 254, 0.996078431372549);
  text-align: center;
}

.workflow_items .workflow_item .workflow_item_img {
  width: 192px;
  height: 136px;
}

.workflow_items .workflow_item .workflow_item_img img {
  width: 100%;
  height: 100%;
}

.objrange {
  width: 400px;
  height: 380px;
  position: relative;
}

.objrange img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.objrange .objrange_title {
  position: absolute;
  bottom: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.342);
  height: 50px;
  width: 400px;
  z-index: 10;
  font-family: "思源黑体 CN Bold", "思源黑体 CN Regular", "思源黑体 CN",
    sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: rgba(254, 254, 254, 0.996078431372549);
  text-align: center;
}

.lastworkflow {
  position: relative;
  margin: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lastworkflow_bg {
  height: 550px;
  width: 100%;
}

.lastworkflow_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lastworkflow_items {
  position: absolute;
  top: 0;
  width: 85%;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.lastworkflow_items_l1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.lastworkflow_items_l2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.lastworkflow_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 100px;
  text-align: center;
  background: linear-gradient(90deg, #c1e8ff 0%, #035ecd 100%);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.459);
  font-family: "优设标题黑 Bold", "优设标题黑 Regular", "优设标题黑", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.968627450980392);
  padding: 0.2rem;
}

.downhand {
  display: flex;
  width: 92%;
  justify-content: flex-end;
  margin: 1rem 0;
}

.downhand img {
  transform: rotate(90deg);
}

.lastworkflow_items_l3 {
  font-family: "隶书 Bold", "隶书 Regular", "隶书", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #2a00ff;
  text-align: center;
  padding-top: 3rem;
  width: fit-content;
}

.qa {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin: 2rem 0;
}