.intopbg {
  background: url(../images/inp1.jpg) no-repeat top center;
  background-size: 100%;
}
.rentopbg {
  background: url(../images/d01.jpg) no-repeat top center;
  background-size: 100%;
}
.mth {
  margin-top: 5.2rem;
}
.ww {
  width: 80%;
  margin: 0 auto;
}
.head {
  padding-top: 0.6rem;
}
.head .logo {
  float: left;
  width: 1.5rem;
}
.head .nav {
  float: right;
  position: relative;
}
.head .nav .navimg {
  width: 0.45rem;
  cursor: pointer;
}
.head .nav ul {
  display: none;
  position: absolute;
  top: 0.7rem;
  right: 0;
  width: 3rem;
  background: rgba(76, 76, 76, 0.9);
  border-radius: 0.1rem;
}
.head .nav ul::before {
  content: '';
  display: block;
  position: absolute;
  right: 0.2rem;
  top: -0.15rem;
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.15rem solid rgba(76, 76, 76, 0.9);
}
.head .nav ul li {
  padding: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.4rem;
  font-size: 0.3rem;
}
.head .nav ul li:last-child {
  border: none;
}
.head .nav ul li img {
  height: 0.4rem;
  margin-right: 0.2rem;
}
.head .nav ul li a {
  color: #fff;
}
.inabout {
  margin-top: 5.8rem;
  margin-bottom: 0.4rem;
}
.p2top {
  background: url(../images/p2-1.png) no-repeat top center;
  background-size: 100%;
  height: 0.83rem;
  text-align: center;
}
.p2top h2 {
  font-size: 0.3rem;
  color: #fff;
  padding-top: 0.05rem;
}
.p2con {
  background: url(../images/p2-2.png) repeat-y top center;
  background-size: 100%;
  width: 100%;
}
.p2foot {
  background: url(../images/p2-3.png) no-repeat top center;
  background-size: 100%;
  height: 0.52rem;
}
.p3top {
  background: url(../images/p3-1.png) no-repeat top center;
  background-size: 100%;
  height: 1.33rem;
  text-align: center;
  position: relative;
}
.p3top h2 {
  position: relative;
  font-size: 0.26rem;
  color: #1a74f2;
  z-index: 3;
  padding-top: 0.4rem;
}
.p3top h2 span {
  font-weight: bold;
}
.p3top p {
  font-size: 0.5rem;
  color: #e6f3fe;
  position: absolute;
  top: 0.2rem;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.p3con {
  background: url(../images/p3-2.png) repeat-y top center;
  background-size: 100%;
  width: 100%;
}
.p3foot {
  background: url(../images/p3-3.png) no-repeat top center;
  background-size: 100%;
  height: 0.38rem;
}
.conimg .item-img img {
  float: left;
  width: 3.5rem;
}
.conimg .item-img ul {
  float: right;
  width: 2.4rem;
  padding-top: 0.3rem;
}
.conimg .item-img ul li {
  line-height: 0.6rem;
}
.conimg .item-img ul li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 100%;
  background: #fff;
  border: 0.03rem solid #1a74f2;
  box-sizing: border-box;
  margin-right: 0.1rem;
}
.conimg .item-con {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px dashed #dceefe;
  color: #999;
  line-height: 0.4rem;
}
.conimg-r .item-img img {
  float: right;
  width: 3.5rem;
}
.conimg-r .item-img ul {
  float: left;
  width: 2.4rem;
}
.conimg-f .item-img img {
  float: none;
  display: block;
  width: 3.5rem;
  margin: 0 auto;
}
.conimg-f .item-img ul {
  float: none;
  width: 100%;
}
.footline {
  position: relative;
  margin-bottom: 0.4rem;
}
.footline::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.1rem;
  background: url(../images/p3-4.png) no-repeat top center;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  z-index: 10;
}
.indow {
  padding: 0.7rem 0;
}
.indow .item-title {
  text-align: center;
  padding-bottom: 0.7rem;
}
.indow .item-title img {
  width: 3.6rem;
}
.indow ul li {
  float: left;
  width: 38%;
  margin-left: 8%;
}
.indow ul li .qrcode {
  width: 100%;
}
.indow ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 0.5rem;
  background-color: #3f6bff;
  border-radius: 0.1rem;
  margin-top: 0.3rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.5rem;
  overflow: hidden;
}
.indow ul li a img {
  height: 0.4rem;
  margin-right: 0.1rem;
}
.foot {
  background: #a4a4a4;
  color: #fff;
  line-height: 0.3rem;
  text-align: center;
  padding: 0.1rem 0;
}
.foot a {
  color: #fff !important;
}
.join {
  text-align: center;
}
.join ul li {
  float: left;
  width: 38%;
  margin-left: 8%;
}
.join ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 0.5rem;
  background-color: #3f6bff;
  border-radius: 0.1rem;
  margin-top: 0.3rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.5rem;
  overflow: hidden;
}
.join ul li a img {
  height: 0.4rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 425px) {
  .conimg .item-img img,
  .conimg-r .item-img img,
  .conimg-f .item-img img {
    display: block;
    float: none;
    width: 3.5rem;
    margin: 0 auto;
  }
  .conimg .item-img ul,
  .conimg-r .item-img ul,
  .conimg-f .item-img ul {
    float: none;
    width: 100%;
    padding-top: 0.3rem;
  }
}
/*# sourceMappingURL=./content.css.map */