@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.28rem;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.opacity {
  animation: opacity 0.3s linear;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-height: 100vh;
  background-color: #f8f8f8;
}

.content .con-list {
  position: absolute;
  top: -66%;
  margin-bottom: 0.33rem;
  width: 6.1rem;
  height: 4.03rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  text-align: center;
}
.content .con-list h2 {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 0.33rem;
  font-size: 0.34rem;
  font-weight: 600;
  color: #181818;
  line-height: 0.5rem;
}
.content .con-list input {
  display: block;
  margin-left: 0.5rem;
  width: 4.8rem;
  height: 0.9rem;
  font-size: 0.28rem;
  background: #F2F3F6;
  padding-left: 0.3rem;
  border: #fff;
  color: #B2B2B2;
  border-radius: 0.06rem;
}
.content .con-list button {
  display: block;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  width: 5.1rem;
  height: 0.9rem;
  font-size: 0.32rem;
  color: #fff;
  background: #E02520;
  border-radius: 0.08rem;
  border: none;
}
.content .con-list .list-img {
  position: absolute;
  top: 6%;
  right: 6%;
  width: 0.24rem;
  height: 0.24rem;
  background: url(/img/footer/s.png) no-repeat;
  background-size: 0.24rem;
}
.content .one-stop {
  height: 3.6rem;
  background: url(/img/footer/bgc7.png) no-repeat;
  background-size: 100% 3.6rem;
  text-align: center;
}
.content .one-stop h1 {
  padding-top: 0.91rem;
  text-align: center;
  height: 0.46rem;
  font-size: 0.48rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.88rem;
}
.content .one-stop .content-one {
  margin-top: 0.49rem;
  display: flex;
  margin-left: 0.3rem;
  width: 6.9rem;
  height: 0.8rem;
  background: #fff;
  border-radius: 0.06rem;
  line-height: 0.8rem;
  justify-content: space-between;
}
.content .one-stop .content-one .con-span {
  margin-left: 1%;
  height: 0.21rem;
  font-size: 0.22rem;
  font-weight: 400;
  margin-top: 0.22rem;
  color: #303030;
}
.content .one-stop .content-one .one-span {
  margin-top: 0.29rem;
  width: 0.01rem;
  height: 0.23rem;
  background: #C5C5C5;
}
.content .one-stop .content-one .one-img {
  position: relative;
  top: 46%;
  left: 0%;
  width: 0.1rem;
  height: 0.07rem;
  background: url(/img/footer/v1.png) no-repeat;
  background-size: 0.1rem 0.07rem;
}
.content .one-stop .content-one .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.content .one-stop .content-one .mask .mask-popup {
  width: 6rem;
  height: 3.28rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0.14rem;
}
.content .one-stop .content-one .mask .mask-h2 {
  margin-top: 6%;
  margin-left: 5%;
  width: 3.03rem;
  height: 0.33rem;
  font-size: 0.3rem;
  font-weight: 600;
  color: #181818;
  line-height: 0.5rem;
}
.content .one-stop .content-one .mask #s {
  margin-top: -4%;
  margin-left: 80%;
  width: 0.3rem;
  height: 0.3rem;
}
.content .one-stop .content-one .mask .list-span {
  margin-top: 5%;
  margin-left: 3%;
  height: 0.25rem;
  font-size: 0.26rem;
  color: #181818;
  line-height: 0.2rem;
  display: block;
}
.content .one-stop .content-one .mask .list-span.show {
  color: #E02520;
}
.content .one-stop .content-one input {
  width: 3.6rem;
  height: 0.77rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #B2B2B2;
  border: #fff;
}
.content .one-stop .content-one a {
  padding: 0 0.14rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  font-weight: 700;
  color: #fff;
  background: #E02520;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .other {
  padding: 0 0.3rem;
}
.content .other h2 {
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  font-size: 0.34rem;
  font-weight: 600;
  color: #262628;
}
.content .other .htech .soflist {
  margin-bottom: 0.3rem;
  width: 6.9rem;
  height: 2.6rem;
  background: #FFFFFF;
  border: 0px solid #000000;
  border-radius: 0px 0.08rem 0.08rem 0px;
}
.content .other .htech .soflist:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content .other .htech .soflist .img-left {
  float: left;
  width: 2.6rem;
  height: 2.6rem;
}
.content .other .htech .soflist .soflist-right {
  float: left;
  margin-left: 0.29rem;
}
.content .other .htech .soflist .soflist-right h3 {
  display: inline-block;
  margin-top: 0.3rem;
  height: 0.25rem;
  font-size: 0.26rem;
  font-weight: 700;
  color: #181818;
  line-height: 0.26rem;
}
.content .other .htech .soflist .soflist-right .icon-img {
  display: inline-block;
  margin-top: 0.3rem;
  width: 0.26rem;
  height: 0.25rem;
}
.content .other .htech .soflist .soflist-right p {
  margin-top: 0.3rem;
  width: 3.71rem;
  height: 0.82rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
}
.content .other .htech .soflist .soflist-right a {
  margin-top: 0.1rem;
  padding: 0.15rem 0.25rem;
  width: 1.3rem;
  height: 0.5rem;
  font-size: 0.2rem;
  color: #FFFFFF;
  background: #E02520;
  border-radius: 0.04rem;
}
.content .other .project ul {
  width: 6.9rem;
}
.content .other .project ul:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content .other .project ul li:nth-child(2n) {
  margin-right: 0;
}
.content .other .project ul li {
  margin-right: 0.3rem;
  float: left;
  width: 3.3rem;
  height: 2.5rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  margin-top: 0.3rem;
  text-align: center;
}
.content .other .project ul li img {
  margin-top: 0.28rem;
  width: 0.91rem;
  height: 0.9rem;
}
.content .other .project ul li h4 {
  margin-top: 0.17rem;
  height: 0.24rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #262628;
}
.content .other .project ul li p {
  margin-top: 0.2rem;
  text-align: center;
  width: 2.78rem;
  height: 0.44rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #999999;
  margin-left: 0.3rem;
}
.content .other .law .soflist {
  margin-bottom: 0.3rem;
  width: 6.9rem;
  height: 1.99rem;
  background: #FFFFFF;
  border: 0px solid #000000;
  border-radius: 0px 0.08rem 0.08rem 0px;
}
.content .other .law .soflist:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content .other .law .soflist .img-left {
  margin-left: 0.15rem;
  margin-top: 0.36rem;
  float: left;
  width: 1.65rem;
  height: 1.25rem;
  line-height: 2.6rem;
}
.content .other .law .soflist .soflist-right {
  float: left;
  margin-top: 0.66rem;
  margin-left: 0.43rem;
}
.content .other .law .soflist .soflist-right h3 {
  display: inline-block;
  height: 0.25rem;
  font-size: 0.28rem;
  font-weight: 700;
  color: #181818;
  line-height: 0.26rem;
}
.content .other .law .soflist .soflist-right p {
  margin-top: 0.1rem;
  width: 3.96rem;
  height: 0.82rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
}/*# sourceMappingURL=index.css.map */