* {
  margin: 0;
  padding: 0;
}

.banner {
  width: 100%;
}

.bannerImg {
  width: 1903px;
  height: 416px;
  display: block;
  margin: auto;
}

.main {
  width: 100%;
  background-image: url(../assets/about/isWhoBg.png);
  padding: 110px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 50%; */
  background-position-x: 50%;
  background-position-y: center
}

.main-content {
  width: 1200px;
  margin: auto;
}

.main-content h1 {
  font-size: 32px;
  color: #0e1057;
  font-weight: 700;
  text-align: center;
}

.isWho {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}

.isWho-text {
  width: 568px;
  position: relative;
  text-indent: 2em;
  font-size: 16px;
  color: #0e1057;
  line-height: 32px;
}

.isWho-image {
  width: 537px;
}

.isWho-image img {
  display: block;
  transform: scale(1);
  transition: transform ease-in-out 0.4s;
}

.isWho-image img:hover {
  transform: scale(1.05);
}

.isWho-bottom {
  margin-top: 49px;
}

.isWho-bottom-text {
  font-size: 24px;
  font-weight: 500;
  color: #0e1057;
  line-height: 32px;
  margin-bottom: 24px;
}

.isWho-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 188px;
  grid-column-gap: 10px;
}

.isWho-list li {
  border: 1px solid #c7e3ff;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px 30px 14px;
  box-shadow: 3px 3px 6px 0 rgb(26 109 219 / 8%);
  transform: scale(1);
  transition: transform ease-in-out 0.5s;
}

.isWho-list li:hover {
  transform: scale(1.05);
}

.isWho-list-header {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #0e1057;
}

.isWho-list-header img {
  width: 44px;
  height: 44px;
  margin-right: 12px;
}

.isWho-list li p {
  padding-left: 55px;
  font-size: 18px;
  margin-top: 5px;
  color: #0e1057;
}

.development {
  width: 100%;
  height: 816px;
  background-image: url(../assets/about/bg01.png);
  background-repeat: no-repeat;
  background-size: auto 330px;
  background-position: top;
}

.development-title {
  font-size: 38px;
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.development-content {
  width: 1200px;
  height: 500px;
  position: relative;
  margin: auto;
  background-image: url(../assets/about/bg02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
}

.development-content li {
  position: absolute;
  top: 219px;
  left: 170px
}

.development-content li p {
  font-size: 16px;
  color: #0e1057;
  text-align: center;
}

.development-txt {
  font-size: 20px;
  color: #0e1057;
  text-align: center;
  margin: 24px 0;
}

.development li:nth-child(2) {
  position: absolute;
  top: 279px;
  left: 304px;
}

.development li:nth-child(3) {
  position: absolute;
  top: 144px;
  left: 409px;
}

.development li:nth-child(4) {
  position: absolute;
  top: 203px;
  left: 657px;
}

.development li:nth-child(5) {
  position: absolute;
  top: 64px;
  left: 833px;
}

.culture {
  width: 100%;
  padding: 110px 0 100px;
  background: url(../assets/about/cultureIBg.png) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.culture-main {
  width: 1200px;
  margin: auto;
}

.culture-title {
  font-size: 32px;
  color: #0e1057;
  text-align: center;
  font-weight: 700;
}

.culture-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  grid-row-gap: 65px;
}

.culture-content li {
  height: 321px;
  width: fit-content;
  text-align: center;
  transform: scale(1);
  transition: transform ease-in-out 0.5s;
}

.culture-content li:hover {
  transform: scale(1.05);
}

.culture-content li img {
  display: block;
  width: 110px;
  height: 140px;
  margin: 23px auto 0;
}

.culture-content li h2 {
  font-size: 20px;
  color: #0e1057;
  margin-top: 33px;
  font-weight: 700;
}

.culture-content li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-top: 17px;
}

.team {
  width: 100%;
  padding: 110px 0 100px;
}

.team-main {
  width: 1200px;
  margin: auto;
}

.team-title {
  font-size: 32px;
  color: #0e1057;
  text-align: center;
  font-weight: 700;
}

.team-content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: start;
  padding-top: 60px;
}

.team-content li {
  width: 238px;
  height: 300px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px 0 #d8d9f7;
  box-shadow: 0 2px 8px 0 #d8d9f7;
  margin-right: 34px;
  margin-top: 174px;
  text-align: center;
  padding: 0 14px;
  transition: all 0.2s;
}

.team-content li:hover {
  transform: translate3d(0, -3px, 0)
}

.team-box {
  width: 210px;
  height: 220px;
  display: block;
  background-color: #e5e5e5;
  border-radius: 50% 0 50% 0;
  margin: -134px auto 0;
  position: relative;
  overflow: hidden;
}

.team-box::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #007fff;
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 10;
}

.team-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 0 50% 0;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.team-content img:hover {
  transform: scale(1.08);
}

.team-content h2 {
  font-size: 20px;
  color: #111;
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 700;
}

.team-txt {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #007fff;
  border-radius: 50px;
  padding: 4px 9px;
  margin-top: 16px;
  min-width: 100px;
  max-width: 200px;
}

.team-content p {
  height: 87px;
  margin-top: 14px;
  text-align: left;
  overflow: hidden;
  overflow-y: auto;
}
/* 定义滚动条 */
::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
/* 定义滚动条滑块 */
::-webkit-scrollbar-thumb {
  background-color: #ccc; /* 滑块颜色 */
  border-radius: 6px; /* 滑块边框半径 */
}
/* 定义滚动条轨道 */
::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 轨道颜色 */
}
/* 定义滚动条按钮 */
::-webkit-scrollbar-button {
  display: none; /* 隐藏滚动条按钮 */
}
.team-content p span{
  font-size:16px;
  color: #333;
}

/* 现状 */
.now {
  width: 100%;
  padding: 110px 0 100px;
  background: url(../assets/about/nowStatusBg.png) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.nowContent {
  width: 1200px;
  margin: auto;
}

.nowContent h2 {
  font-size: 32px;
  color: #0e1057;
  text-align: center;
  font-weight: 700;
}

.nowList {
  width: 100%;
  margin-top: 120px;
  position: relative;
}

.nowImg {
  width: 322px;
  display: block;
  margin: 0 auto;
}

.nowbox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.nowbox li {
  width: 100%;
  margin-bottom: 38px;
}

.nowiteam {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 190px;
}

.nowiteam>div {
  width: 313px;
  height: 50px;
  background-color: #fff;
  position: relative;
}

.nowiteam>div::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right: 25px solid #fff;
  z-index: 1;
}

.nowiteam>div::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 25px solid #fff;
  z-index: 1;
}

.nowiteam>div p {
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  background-image: url(../assets/about/questionIcon1.png);
  background-repeat: no-repeat;
  width: 400px;
  position: absolute;
  left: -43px;
  top: 0;
  background-size: 42px 36px;
  background-position: 0;
  white-space: nowrap;
  z-index: 2;
}

.nowiteam>div:nth-child(2) p {
  background-position: 100%;
}

.nowbox li:nth-child(2) .nowiteam>div p {
  background-image: url(../assets/about/questionIcon2.png);
  background-repeat: no-repeat;
}

.nowbox li:nth-child(4) .nowiteam>div p {
  background-image: url(../assets/about/questionIcon2.png);
  background-repeat: no-repeat;
  padding: 0 25px 0 30px
}

.nowbox li:nth-child(2) .nowiteam {
  padding: 0 133px;
}

.nowbox li:nth-child(3) .nowiteam {
  padding: 0 67px;
}

.nowbox li:nth-child(4) .nowiteam {
  padding: 0;
}

.nowbox li:nth-child(4) .nowiteam>div {
  width: 380px;
}

.footerForm {
  width: 100%;
  height: 142px;
  padding: 44px 0 60px;
  background: url(../assets/about/footForm.png) no-repeat;
  background-size: 100% 100%;
  background-position: 0;
}

.footer-main {
  width: 1200px;
  margin-left: 15%;
}

.footer-main h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.form {
  margin-top: 50px;
  display: flex;
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
}

.label {
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
}

.required {
  color: red;
  /* 设置必填星号的颜色 */
  margin-right: 2px;
}

.input-field {
  width: 211px;
  height: 42px;
  font-size: 16px;
  background-color: white;
  line-height: 42px;
  color: rgba(0, 0, 0, .65);
  padding-left: 20px;
  border-radius: 4px;
  border: none;
  outline-style: none;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.input-field:hover {
  width: 209px;
  height: 40px;
  border: 1px #40a9ff solid;
  transform: scale(0.996);
}

.select-options {
  position: absolute;
  top: 100%;
  left: 96px;
  width: 211px;
  padding: 10px;
  margin: 0;
  list-style: none;
  border: 1px solid #ccc;
  color: #434343;
  border-top: none;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1;
}

.select-option {
  height: 22px;
  margin-bottom: 3px;
  line-height: 22px;
}

.select-option:hover {
  background-color: #e9f6fe;
}

.select-tag {
  display: inline-block;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  margin-right: 3px;
  padding: 2px;
  margin-top: 3px;
  line-height: 1.5;
}

.select-tag-close {
  cursor: pointer;
}

.btn-submit {
  width: 180px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff4223), to(#ff8f22));
  background: linear-gradient(0deg, #ff4223, #ff8f22);
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  border: none;
  outline-style: none;
  transform: scale(1);
  transition: transform ease 0.4s;
}

.btn-submit:hover {
  transform: scale(1.05);
}

.tip {
  color: red;
  display: none;
  margin-left: 33%;
}

.tip1 {
  margin-left: 61%;
  margin-top: -20px;
  color: red;
  display: none;
}

.detail {
  padding: 42px 0 32px;
  line-height: 33px;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.detail .bottom-detail {
  font-size: 14px;
  color: #0e1057;
  margin-top: 16px;
}

.detail .detail-box .detail-left {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #0e1057;
  margin-top: 16px;
}

.detail .detail-right {
  font-size: 16px;
  color: #0e1057;
  text-align: center;
  margin-top: 8px;
}

.detail .detail-right img {
  width: 140px;
  height: 140px;
}

/* 右边导航栏 */
.bar-right {
  top: 360px;
  width: 68px;
  height: 327px;
  display: inline-block;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  transition: right 0.4s ease;
}

.bar-right .bar-come {
  padding-left: 8px;
  text-align: left;
  line-height: 118px;
  position: absolute;
  top: 70px;
  left: -23px;
  width: 46px;
  height: 118px;
  background: linear-gradient(270deg, #fff, #ecebfb 0, #e7e5fb 0, #fffeff);
  box-shadow: 0 2px 6px 0 #d8d9f7;
  border-radius: 50px;
  z-index: -1;
  cursor: pointer;
}

.bar-right .bar-right-commend {
  left: 0;
  position: relative;
  justify-content: space-evenly;
  flex-direction: column;
  display: flex;
  text-align: center;
}

.bar-right .bar-right-commend ul {
  width: 68px;
  height: 229px;
  border-radius: 10px;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  background: linear-gradient(0deg, #feffff, #ececfb);
  box-shadow: 0 2px 8px 0 #d6d6eb;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
}

.bar-right .bar-right-commend ul li {
  width: 31px;
  height: 31px;
  padding: 15px;
}

.bar-right .bar-right-commend ul li:hover {
  vertical-align: middle;
  border-radius: 50px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.bar-right .bar-right-commend .backtop {
  background: linear-gradient(0deg, #feffff, #ececfb);
  box-shadow: 0 2px 8px 0 #d6d6eb;
  font-size: 14px;
  color: #0e1057;
  width: 67px;
  height: 67px;
  border-radius: 50px;
  text-align: center;
  line-height: 67px;
  opacity: 0;
  cursor: pointer;
}

.bar-phone {
  opacity: 0;
  position: absolute;
  left: -248px;
  top: -23px;
  width: 206px;
  height: 103px;
  border-radius: 10px;
  background: linear-gradient(0deg, #feffff, #ececfb);
  box-shadow: 0 2px 8px 0 #d6d6eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bar-phone p {
  text-align: center;
  font-size: 17px;
  color: #0e1057;
}

.bar-phone img {
  width: 169px;
  margin: 10px auto 0;
}

.bar-code {
  opacity: 0;
  position: absolute;
  left: -248px;
  top: 91px;
  width: 206px;
  height: 220px;
  border-radius: 10px;
  background: linear-gradient(0deg, #feffff, #ececfb);
  box-shadow: 0 2px 8px 0 #d6d6eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bar-code img {
  width: 140px;
}

.bar-code p {
  font-size: 15px;
  color: #0e1057;
  text-align: center;
  margin-top: 5px;
  line-height: 23px;
}

.service {
  display: none;
  z-index: 9999999;
  width: 340px;
  background-color: #fff;
  margin: 0 auto;
  transform: translateY(50%);
}

.service .service-title {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #e8e8e8;
}

.service .service-title img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.service-commend {
  padding: 24px;
}

.service-commend p {
  width: 240px;
  height: 34px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.65);
  padding: 4px 11px;
  line-height: 34px;
  margin-top: 20px;
}

.service-commend p:nth-child(1) {
  margin-top: 0;
}

.service-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  padding: 10px 38px;
  border-top: 1px solid #e8e8e8;
}

.service-bottom div:nth-child(2) span:nth-child(1) {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  line-height: 32px;
}

.service-bottom div:nth-child(2) span:nth-child(2) {
  margin-bottom: 0;
  margin-left: 8px;
  color: #fff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 2px;
  color: white;
  line-height: 32px;
  background-color: #1890ff;
}

.service-down {
  z-index: 10;
  display: none;
  position: absolute;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  top: 252px;
  left: 20px;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  padding-bottom: 5px !important;
  padding-left: 5px;
}

.service-down p {
  border: none !important;
  height: 20px;
  text-align: left;
  margin: 0 !important;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
}

.service-down p:hover {
  border: none !important;
  background-color: #e9f6fe;
}
.kfkind {
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: #fafafa;
  margin-left: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px !important;
}

.kind {
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: #fafafa;
  margin-left: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 22px;
  line-height: 22px !important;
}

.scommend {
  display: flex;
  align-items: center;
}

.kfdel {
  cursor: pointer;
}

.service-box {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  /* 黑色，50% 透明度 */
  z-index: 9999;
  /* 确保没有其他元素覆盖在上面 */
  position: fixed;
  /* 相对于视口定位，而不是最近的非static定位的祖先元素 */
  top: 0;
  left: 0;
  /* 加上left: 0来确保元素从左边开始 */
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  overflow-y: hidden;
}

input {
  outline: none;
  border: none;
  width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.scommend .kind span:nth-child(2) {
  cursor: pointer;
  margin-left: 5px;
  padding-top: 5px;
}

.scommend .kind {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: #fafafa;
  margin-left: 3px;
  height: 22px;
  line-height: 22px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.scommend .kind span:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.please {
  color: #bfbfbf;
}
input::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}