@charset "UTF-8";
body,
ul,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  outline: none;
  border: none;
}

.big-box {
  width: 100%;
  height: 80px;
}

body {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}

.header-box {
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: fixed;
  z-index: 1000000;
}

.dt-header {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.dt-header ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.dt-header ul:nth-child(2) li {
  margin: 0 16px;
  cursor: pointer;
}

.header-logo {
  vertical-align: middle;
  cursor: pointer;
}

.logo-right {
  font-size: 15px;
}

.dt-header ul:nth-child(2) li:nth-child(2) {
  position: relative;
}

.fire {
  position: absolute;
  right: 8px;
  width: 15px;
  top: 10px;
}

.dt-header ul:nth-child(2) li:nth-child(1) {
  color: #3878ee;
}

.dt-header ul:nth-child(2) li:hover {
  color: #3878ee;
}

.list {
  display: none;
  position: absolute;
  width: 130px;
  background-color: white;
  text-align: left;
  top: 55px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  left: -28px;
  padding-bottom: 10px;
  z-index: 100;
}
.list p {
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
  color: #0e1057 !important;
  margin-left: 15px;
  border-radius: 6px;
  padding-left: 5px;
}
.list p:hover {
  background-color: #e9f6fe;
}

.dt-header ul:nth-child(2) li:nth-child(2):hover .slove::before {
  display: inline-block;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.dt-header ul:nth-child(2) li:nth-child(2):hover .list {
  display: block;
  color: #0e1057 !important;
}

.dt-header ul:nth-child(2) li:nth-child(4) {
  position: relative;
}

.dt-header ul:nth-child(2) li:nth-child(4):hover .list-new {
  display: block;
  color: #0e1057 !important;
}

.list-new {
  display: none;
  z-index: 100;
  position: absolute;
  width: 120px;
  background-color: white;
  text-align: left;
  top: 55px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  left: -10px;
  padding-bottom: 10px;
}
.list-new p {
  width: 90px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
  color: #0e1057 !important;
  margin-left: 15px;
  border-radius: 6px;
  padding-left: 5px;
}
.list-new p:hover {
  background-color: #e9f6fe;
}

.dt-header ul:nth-child(2) li:nth-child(4):hover .news::before {
  display: inline-block;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.swiper-img {
  position: relative;
}
.swiper-img img {
  width: 100%;
}
.swiper-img .left:hover,
.swiper-img .right:hover {
  opacity: 1;
}
.swiper-img .left:hover span,
.swiper-img .right:hover span {
  color: #333;
}
.swiper-img .left,
.swiper-img .right {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.swiper-img .left span,
.swiper-img .right span {
  display: block;
  width: 24px;
  height: 29px;
  line-height: 25px;
  font-size: 30px;
  color: rgb(112, 132, 151);
  transform: scaleY(1.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 400;
}

.swiper-btn {
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.left:hover,
.right:hover {
  background-color: white;
  color: black;
}

.swiper-box {
  position: absolute;
  z-index: 1000;
  width: 1200px;
  left: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 587px;
}

.swiper-left {
  box-sizing: border-box;
  background-color: hsla(0, 0%, 100%, 0.7);
  color: #0e1057;
  width: 206px;
  position: absolute;
  left: 15%;
  z-index: 1000;
  padding: 20px 0 0 28px;
  height: 100%;
  text-align: left;
}
.swiper-left p {
  font-size: 20px;
  color: #0e1057;
  cursor: pointer;
  width: 178px;
  height: 56px;
  line-height: 56px;
  padding-left: 5px;
}
.swiper-left p:hover {
  color: #3878ee;
}

.swiper-right:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.swiper-right {
  position: absolute;
  width: 340px;
  height: 429px;
  background: white;
  border-radius: 10px;
  z-index: 1000;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-right h5 {
  color: #0e1057;
  font-size: 20px;
}
.swiper-right div {
  text-align: center;
}
.swiper-right div p:hover {
  border: 1px solid #5ea7f8;
  transition: border 1.5s ease;
}
.swiper-right div p {
  width: 301px;
  overflow: hidden;
  margin: 19px auto 0 auto;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  border-radius: 5px;
}
.swiper-right div p input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
}
.swiper-right div .submit {
  background-color: #1890ff;
  height: 46px;
  line-height: 46px;
  color: white;
}

.demand {
  position: relative;
}
.demand span::before {
  position: absolute;
  right: 10px;
  font-size: 12px;
  top: 16px;
  display: block;
  width: 12px;
  height: 12px;
}

.down {
  display: none;
  position: absolute;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  top: 285px;
  left: 20px;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
}
.down p {
  margin-top: 5px !important;
  padding: 10px 10px;
  border: none !important;
  height: 20px;
  text-align: left;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
}
.down p:hover {
  border: none !important;
  background-color: #e9f6fe;
}

.demand-input {
  width: 296px;
  height: 48px;
  font-size: 14px;
  padding-left: 5px;
  line-height: 48px;
  color: #7b7b7b;
  border-radius: 5px;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  margin: 19px auto 0 auto;
  text-align: left !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}
.kind span:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demand-input {
  display: flex;
  align-items: center;
}

.swiper-first {
  display: inline;
  position: absolute;
  width: 207px;
  height: 62px;
  line-height: 62px;
  border-radius: 6px;
  box-shadow: none;
  background-color: #007fff;
  top: calc(56% + 30px);
  left: calc(29% + 38px);
  text-align: center;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 2000 !important;
}

.swiper-scend {
  display: inline;
  position: absolute;
  font-size: 22px;
  bottom:100px;
  left: 580px;
  width: 150px;
  height: 52px;
  background: #1e64fe;
  text-align: center;
  line-height: 52px;
  border-radius: 30px;
  color: #fff;
  box-shadow: 5px 5px 13px 0 rgba(26, 95, 254, 0.5);
  cursor: pointer;
  z-index: 2000 !important;
}

.swiper-first:hover {
  transform: scale(1.1);
  transition: transform ease 0.4s;
  cursor: pointer;
  z-index: 2000 !important;
}

.swiper-scend:hover {
  transform: scale(1.1);
  transition: transform ease 0.4s;
  cursor: pointer;
}

.swiper-first:not(:hover) {
  transform: scale(1);
  transition: transform ease 0.4s;
}

.swiper-scend:not(:hover) {
  transform: scale(1);
  transition: transform ease 0.4s;
}

.solve-problem {
  width: 1200px;
  margin: 20px auto;
  text-align: center;
}
.solve-problem h5 {
  color: #0e1057;
  font-size: 32px;
}
.solve-problem ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solve-problem ul li {
  width: 200px;
  height: 300px;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(0deg, #fdfdff, #e4f0ff);
  box-shadow: 0 2px 8px 0 #d8d9f7;
}
.solve-problem ul li p:nth-child(2) {
  font-size: 20px;
  color: #0e1057;
  font-weight: 900;
}
.solve-problem ul li p:nth-child(3) {
  font-size: 16px;
  color: #0e1057;
  margin-top: 20px;
}
.solve-problem ul li img {
  width: 120px;
  vertical-align: middle;
  margin: 45px auto 36px auto;
}
.solve-problem ul li:hover {
  transform: scale(1.05);
  transition: transform ease 0.4s;
}
.solve-problem ul li:not(:hover) {
  transform: scale(1);
  transition: transform ease 0.4s;
}

.solution {
  background: url("./../assets/home/getSolutionBg.png") center no-repeat;
  width: 1200px;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 148px;
}
.solution p:nth-child(2) {
  color: #0e1057;
  font-weight: 700;
  font-size: 32px;
}
.solution p:nth-child(3) {
  width: 211px;
  height: 67px;
  line-height: 67px;
  font-size: 18px;
  color: #fff;
  background-color: #007fff;
  border-radius: 10px;
  text-align: center;
}
.solution p:nth-child(3):hover {
  transform: scale(1.1);
  transition: transform ease 0.4s;
}
.solution p:nth-child(3):not(:hover) {
  transform: scale(1);
  transition: transform ease 0.4s;
}
.solution img {
  width: 256px;
  margin-top: -55px;
}

.solution:hover {
  transform: translateY(-5px);
  transition: transform ease 0.4s;
}

.solution:not(:hover) {
  transition: transform ease 0.4s;
}

.bidding {
  text-align: center;
  width: 100%;
  margin-top: 99px;
  background: url("./../assets/home/doWhatBg.png") center no-repeat;
  padding-bottom: 90px;
}
.bidding .bidding-title {
  padding-top: 118px;
  padding-bottom: 57px;
  font-size: 32px;
  font-weight: 700;
  color: #0e1057;
}

.bidding-commend {
  width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
}
.bidding-commend ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.bidding-commend ul li div:nth-child(1) {
  width: 354px;
  height: 192px;
}
.bidding-commend ul li div:nth-child(1) img {
  width: 354px;
}
.bidding-commend ul li div:nth-child(2) {
  background-color: #fff;
  width: 354px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-radius: 0 0 10px 10px;
}
.bidding-commend ul li div:nth-child(2) p:nth-child(1) {
  color: #0e1057;
  font-size: 20px;
  font-weight: 500;
}
.bidding-commend ul li div:nth-child(2) p:nth-child(2) {
  font-size: 16px;
  color: #fff;
  width: 175px;
  height: 43px;
  background: #007fff;
  line-height: 43px;
  margin: 0 auto;
  border-radius: 10px;
  cursor: pointer;
}

.bidding-commend li:hover {
  transform: translateY(-5px);
  transition: transform ease 0.4s;
}
.bidding-commend li:hover div:nth-child(2) {
  background: linear-gradient(0deg, #1463ff, #41a5fc);
}
.bidding-commend li:hover div:nth-child(2) p:nth-child(1) {
  color: #fff;
}
.bidding-commend li:hover div:nth-child(2) p:nth-child(2) {
  background: #fff;
  color: #007fff;
}
.bidding-commend li:not(:hover) {
  transition: transform ease 0.4s;
}

.bidding-commend ul li div:nth-child(1) {
  overflow: hidden;
}
.bidding-commend ul li div:nth-child(1):hover img {
  transform: scale(1.1);
  transition: transform 0.4s ease-in-out;
}
.bidding-commend ul div:nth-child(1):not(:hover) img {
  transition: transform ease 0.4s;
}

.bidding-commend ul li div:nth-child(2) p:nth-child(2)::after {
  content: "";
  background-color: rgba(0, 127, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  overflow: hidden;
}

.bidding-commend ul li div:nth-child(2) p:nth-child(2):hover::after {
  background-color: rgba(0, 127, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  transition: width 1.5s ease; /* 过渡效果 */
  opacity: 1;
  animation: ripple 1.5s ease-out;
}

.bidding-commend ul li div:nth-child(2) p:nth-child(2) {
  position: relative;
  width: 175px;
  height: 43px;
  overflow: hidden;
  line-height: 43px;
  background-color: #007fff;
}

@keyframes ripple {
  to {
    opacity: 0;
    display: none;
  }
}
.operate {
  background-image: url("./../assets/home/haveResultBg.png");
  background-repeat: no-repeat;
}
.operate .oper-title {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  align-items: center;
  padding: 100px 0 85px 0;
}
.operate .oper-title span:nth-child(2) {
  font-size: 32px;
}
.operate .oper-title span:nth-child(3) {
  font-size: 20px;
}
.operate .oper-title span:nth-child(3):hover {
  color: #007fff;
}
.operate .oper-swiper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.operate .oper-swiper .oper-slide {
  display: flex;
  align-items: center;
}
.operate .oper-swiper .oper-slide img {
  width: 494px;
}
.operate .oper-swiper .oper-slide div {
  background-color: rgba(21, 23, 27, 0.65);
  width: 710px;
  height: 300px;
  color: #fff;
  font-size: 16px;
  flex-wrap: wrap;
  padding: 20px 110px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.oper-box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

.oper-btn {
  width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 54px 0 40px;
}
.oper-btn span {
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50px;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.team {
  background: url(./../assets/home/ourImageBg.png) no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.team .team-title {
  width: 1200px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding: 120px 0 60px 0;


}
.team .team-box {
  width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.team .team-box .team-img {
  height: 800px;
  border-radius: 10px;
}
.team .team-box .team-img img {
  width: 1200px;
  border-radius: 10px;
}

.team-box:hover img {
  transform: scale(1.05);
  transition: transform ease 0.4s;
}

.team-box:not(:hover) img {
  transform: scale(1);
  transition: transform ease 0.4s;
}

.company {
  background: url(./../assets/home/isWhoBg.png);
  padding-bottom: 102px;
  background-size: cover;
}
.company .company-title {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 118px 0 60px 0;
  font-weight: 700;
  color: #0e1057;
}
.company .company-title .center {
  font-size: 32px;
}
.company .company-title .right {
  font-size: 20px;
}
.company .company-title .right:hover {
  cursor: pointer;
  color: #007fff;
}
.company .company-bottom {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company .company-bottom .company-left {
  text-indent: 2em;
  width: 568px;
  line-height: 40px;
  font-size: 16px;
  color: #0e1057;
}

.company-right div {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
}

.img1:hover {
  transform: scale(1.05);
  transition: transform ease 0.4s;
}

.img2:hover {
  transform: scale(1.05);
  transition: transform ease 0.4s;
}

.img3:hover {
  transform: scale(1.05);
  transition: transform ease 0.4s;
}

.img1:not(:hover) {
  transform: scale(1);
  transition: transform ease 0.4s;
}

.img2:not(:hover) {
  transform: scale(1);
  transition: transform ease 0.4s;
}

.img3:not(:hover) {
  transform: scale(1);
  transition: transform ease 0.4s;
}

.bar-left {
  display: none;
  padding: 20px 0 20px 28px;
  position: fixed;
  bottom: 200px;
  left: 45px;
  width: 178px;
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 #d6d6eb;
  border-radius: 10px;
}
.bar-left img {
  position: absolute;
  right: -16px;
  top: 0;
  cursor: pointer;
}
.bar-left div p {
  font-size: 20px;
  line-height: 56px;
  color: #0e1057;
  cursor: pointer;
}

.bar-left div p:hover {
  cursor: pointer;
  color: #007fff;
}

.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: 14px;
  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;
}

.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;
}

.news-box {
  width: 100%;
  background-color: #f5f5ff;
  padding: 120px 0 100px;
}

.news-bottom {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news-bottom .news-left {
  width: 609px;
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 34px;
}
.news-bottom .news-left .news-title {
  display: flex;
  justify-content: space-between;
}
.news-bottom .news-left .news-title span:nth-child(1) {
  font-size: 32px;
  color: #0e1057;
  font-weight: 700;
}
.news-bottom .news-left .news-title span:nth-child(2) {
  font-size: 20px;
  color: #0e1057;
  font-weight: 700;
}
.news-bottom .news-left img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  margin-top: 38px;
}
.news-bottom .news-left .news-left-title {
  cursor: pointer;
  margin-top: 33px;
  border-bottom: 2px solid #f5f5ff;
  padding-bottom: 30px;
}
.news-bottom .news-left .news-left-title div:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.news-bottom .news-left .news-left-title div:nth-child(1) span:nth-child(1) {
  font-size: 20px;
  color: #1890ff;
  font-weight: 700;
}
.news-bottom .news-left .news-left-title div:nth-child(1) span:nth-child(2) {
  font-size: 20px;
  color: #a5a5b7;
  font-weight: 400;
}
.news-bottom .news-left .news-left-title div:nth-child(2) {
  font-size: 16px;
  color: #0e1057;
  line-height: 30px;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-bottom .news-left .news-commend div {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}
.news-bottom .news-left .news-commend span:nth-child(1) {
  font-size: 20px;
  color: #0e1057;
  cursor: pointer;
}
.news-bottom .news-left .news-commend span:nth-child(2) {
  font-size: 20px;
  color: #a5a5b7;
  text-align: right;
}
.news-bottom .news-left .news-commend span:nth-child(1):hover {
  color: #1890ff;
}
.news-bottom .news-right {
  width: 474px;
  background-color: #fff;
  border-radius: 10px;
  padding: 58px 16px 45px;
}
.news-bottom .news-right .news-right-title {
  position: relative;
}
.news-bottom .news-right .news-right-title span {
  font-size: 20px;
  color: #0e1057;
  cursor: pointer;
}
.news-bottom .news-right .news-right-title span:nth-child(1) {
  color: #007fff;
}
.news-bottom .news-right .news-right-title span:nth-child(2) {
  margin-left: 15px;
}
.news-bottom .news-right .news-right-title div {
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 0;
  width: 40px;
  height: 3px;
  background-color: #0089ff;
  top: 35px;
}
.news-bottom .news-right .nrcommend ul li {
  display: flex;
  width: 474px;
  margin-top: 30px;
  align-items: center;
  cursor: pointer;
}
.news-bottom .news-right .nrcommend ul li .imgcover {
  width: 140px;
  height: 100px;
}
.news-bottom .news-right .nrcommend ul li .imgcover img {
  width: 140px;
  height: 100%;
  border-radius: 10px;
}
.news-bottom .news-right .nrcommend ul li .nrlist {
  margin-left: 15px;
}
.news-bottom .news-right .nrcommend ul li .nrlist p:nth-child(1) {
  font-size: 20px;
  color: #0e1057;
  font-weight: 400;
}
.news-bottom .news-right .nrcommend ul li .nrlist div {
  font-size: 16px;
  color: #0e1057;
  line-height: 30px;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-bottom .news-right .nrcommend ul li .nrlist div p {
  color: #0e1057;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.news-bottom .news-right .nrcommend ul li .nrlist div p img {
  display: none !important;
}
.news-bottom .news-right .nrcommend ul li:hover .nrlist-title {
  color: #1890ff !important;
}

.news-title span:nth-child(2):hover {
  color: #1890ff;
  cursor: pointer;
}

.friendlink {
  padding: 42px 0 32px;
  width: 100%;
  background: #fff;
}
.friendlink div {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #0e1057;
  padding-bottom: 6px;
}
.friendlink div p {
  font-size: 14px;
  color: #0e1057;
}
.friendlink div ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.friendlink div ul li {
  cursor: pointer;
  font-size: 14px;
  color: #a1a1a1;
  margin-left: 58px;
  margin-bottom: 20px;
}

.detail {
  padding-bottom: 20px;
  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;
}

.input {
  width: 100%;
}

.demand-input {
  width: 301px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}

.swiper-right div:nth-child(1) p:nth-child(3)::after {
  content: "*";
  position: absolute;
  left: 6px;
  top: 166px;
  font-size: 14px;
  color: #f31e1e;
}

.demand-input::after {
  content: "*";
  position: absolute;
  left: 6px;
  top: 222px;
  font-size: 14px;
  color: #f31e1e;
}

.demand-input span:nth-child(2) {
  cursor: pointer;
  margin-left: 5px;
  padding-top: 2px;
}

.scommend .kind span:nth-child(2) {
  cursor: pointer;
  margin-left: 5px;
  padding-top: 5px;
}

.oper-title span:nth-child(3) {
  cursor: pointer;
}

.oper-slide {
  cursor: pointer;
}

.please {
  color: #bfbfbf;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bfbfbf;
}

input::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}