@charset "UTF-8";
.partner ul {
  display: flex;
  justify-content: space-around
}

.partner ul li {
  text-align: center;
  margin-top: .8rem
}

.partner ul li:nth-of-type(2) {
  margin-top: .4rem
}

.partner ul li img {
  width: 2.3rem
}

.partner ul li p {
  text-align: center;
  color: #333
}

.partner ul li p:first-of-type {
  font-size: .24rem;
  margin: .1rem 0;
  font-weight: 400
}

.partner ul li p:nth-of-type(2) {
  font-size: .16rem
}

.partner ul li p:nth-of-type(3) {
  font-size: .16rem;
  color: #999;
  margin-top: .2rem;
  line-height: .24rem
}

.list-honor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: .4rem
}

.list-honor li {
  text-align: center;
  width: 5.36rem;
  height: .4rem;
  margin-bottom: .2rem;
  line-height: .4rem;
  background: #f5f6ff;
  border: 2px solid #e3e5ff;
  border-radius: 6px;
  font-size: .16rem
}

.list-service {
  margin-bottom: .8rem
}

.list-service .service-title {
  position: relative;
  padding-left: .4rem;
  line-height: .36rem;
  font-size: .24rem;
  font-weight: 400
}

.list-service .service-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: .3rem;
  height: .36rem;
  background-color: #fb9337
}

.list-service .list-identity {
  margin-top: .2rem;
  margin-right: -.16rem;
  margin-left: -.16rem;
  font-size: 0;
  display: flex;
  justify-content: space-between
}

.list-service .list-identity li {
  width: 23%;
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(189,192,239,.31);
  border-radius: 10px
}

.list-service .list-identity li img {
  display: block;
  width: 100%
}

.list-service .list-identity li h3 {
  font-size: .18rem;
  line-height: 1;
  margin-top: .24rem;
  font-weight: 700;
  color: #333;
  text-align: center
}

.list-service .list-identity li p {
  margin: .25rem .2rem;
  font-size: .14rem;
  line-height: .24rem;
  color: #333;
  text-indent: 2em
}

#case .box-desc {
  text-align: center
}

#case .box-desc h2 {
  font-size: .36rem;
  font-weight: 400;
  color: #333;
  margin-top: .3rem
}

#case .box-desc p {
  color: #777;
  font-size: .18rem;
  line-height: .4rem
}

#case .box-case>div {
  margin-bottom: .6rem
}

#case .box-case>div:last-child {
  margin-bottom: 1rem
}

#case .box-case>div>p {
  font-size: .16rem;
  color: #333;
  text-indent: 2em;
  line-height: .3rem
}

#case .box-case h2 {
  font-size: .24rem;
  font-weight: 700;
  color: #333;
  margin-top: .26rem;
  margin-bottom: .2rem;
  text-align: center
}

#case .box-case .list-pain-points {
  margin-top: .2rem;
  display: flex;
  justify-content: space-between
}

#case .box-case .list-pain-points li {
  width: 23%;
  background: #fff;
  border: 2px solid #e3e5ff;
  border-radius: 10px
}

#case .box-case .list-pain-points li h3 {
  font-size: .18rem;
  padding: .2rem 0;
  line-height: .26rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  background: #e3e5ff;
  border-radius: 10px 10px 0 0
}

#case .box-case .list-pain-points li p {
  margin: .25rem .2rem;
  font-size: .16rem;
  line-height: .24rem;
  color: #777;
  text-indent: 2em;
  text-align: left
}

#case .box-case .solution img {
  width: 100%;
  margin-bottom: .2rem
}

#case .box-case .solution .list-pain-points li {
  border-color: #3f49d4
}

#case .box-case .solution .list-pain-points li h3 {
  background: #3f49d4;
  color: #fff
}

#case .box-case.daqiaodao .list-pain-points li h3 {
  padding: .1rem 0
}

#case .box-case.daqiaodao .solution .list-pain-points li {
  width: 31.5%;
  height: 2rem
}

 * {
  margin: 0;
  padding: 0
}

.mt-80 {
  margin-top: .8rem
}

.blank-top {
  height: .64rem
}

.banner {
  position: relative;
  overflow: hidden
}

.banner .banner-img {
  position: relative;
  left: 50%;
  margin-left: -9.6rem;
  display: block;
  width: 19.2rem
}

.banner .banner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 11rem;
  margin-left: -5.5rem
}

.banner .banner-wrap .form-main {
  position: absolute;
  padding: 30px;
  top: .2rem;
  right: 0;
  bottom: .25rem;
  border-radius: .1rem;
  background: hsla(0,0%,100%,.1)
}

.banner .banner-wrap .form-tel {
  font-size: .18rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .16rem
}

.banner .banner-wrap .form-tel span {
  color: #ff4e00
}

.banner .banner-wrap .form-tip {
  font-size: .14rem;
  line-height: 1;
  color: #fff
}

.banner .banner-wrap .form-item {
  position: relative;
  margin-top: .2rem
}

.banner .banner-wrap .form-item input {
  width: 100%;
  display: block;
  padding: 0 0 0 .1rem;
  outline: 0;
  border: 1px solid #ddd;
  height: .38rem;
  box-sizing: border-box;
  border-radius: .04rem;
  background-color: #fff
}

.banner .banner-wrap .form-item .error {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: .12rem;
  line-height: .18rem
}

.banner .banner-wrap .form-item .error.color0 {
  color: #fb9337
}

.banner .banner-wrap .form-item .error.color1 {
  color: #ff4e00
}

.banner .banner-wrap .form-item .error.color2 {
  color: #146dff
}

.banner .banner-wrap .submit {
  font-size: .14rem;
  line-height: .38rem;
  border-radius: .04rem;
  color: #fff;
  text-align: center;
  cursor: pointer
}

.banner .banner-wrap .submit.color0 {
  background-color: #fb9337
}

.banner .banner-wrap .submit.color1 {
  background-color: #ff4e00
}

.banner .banner-wrap .submit.color2 {
  background-color: #146dff
}

.box {
  padding: .6rem 0 .8rem
}

.box.gray {
  background-color: #f8f8f8
}

.box .box-wrap {
  width: 11rem;
  margin-right: auto;
  margin-left: auto
}

.box .box-wrap .box-title {
  margin-bottom: .2rem;
  text-align: center
}

.box .box-wrap .box-title>span {
  display: inline-block;
  vertical-align: top;
  padding: 0 .04rem .05rem;
  border-bottom: .04rem solid #fb9337;
  font-size: .36rem;
  color: #333;
  line-height: 1
}

.box .box-wrap .box-tip {
  margin-top: .2rem;
  font-size: .16rem;
  line-height: 1;
  text-align: center;
  color: #333
}

.box .box-wrap .box-tip.blue {
  color: #146dff
}

.box .box-wrap .box-desc {
  margin-top: .14rem;
  font-size: .16rem;
  line-height: .3rem;
  color: #333;
  text-indent: 2em
}

.box .box-wrap .box-desc img {
  display: block;
  max-width: 100%
}

.box .box-wrap .box-point {
  text-align: center;
  margin-top: .22rem;
  font-size: .24rem;
  line-height: .4rem;
  color: #333
}

.box .box-wrap .box-point span {
  color: #146dff
}
