* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0.26rem;
  line-height: 1;
}
body {
  font-family: Arial, "Microsoft YaHei";
  line-height: 0;
}
.fullpage {
  display: none;
}
::-webkit-scrollbar {
  width: 4px !important;
  height: auto !important;
}
::-webkit-scrollbar-thumb {
  background: rgba(100, 79, 255, 0.4);
  border-radius: 4px;
}
.section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  line-height: 100%;
}
.section .img img {
  position: absolute;
}
.minmenu {
  display: none;
  background: rgba(10, 6, 6, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.minmenu .triangle {
  overflow: hidden;
  position: absolute;
  margin-top: -0.38rem;
  margin-left: 2rem;
  width: 0;
  height: 0;
  border-right: 0.2rem solid rgba(0, 0, 0, 0);
  border-bottom: 0.2rem solid #000;
  border-left: 0.2rem solid rgba(0, 0, 0, 0);
}
.minmenu .navs {
  border-radius: 0.06rem;
  overflow: hidden;
  width: 2.7rem;
  background: #000;
  margin-top: 1rem;
  margin-right: 0.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  float: right;
  height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.minmenu .navs .item {
  text-align: center;
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.3rem;
  color: #fff;
}
.head {
  position: fixed;
  top: 12px;
  left: 0;
  z-index: 9999;
  height: 1rem;
  width: 100%;
}
.head .logo {
  margin-left: 0.6rem;
  float: left;
}
.head .logo img {
  width: 0.55rem;
  height: 0.55rem;
}
.head .menu {
  float: right;
  overflow: hidden;
  width: 5.4rem;
  margin-right: 0.6rem;
  height: 0.8rem;
  margin-top: 0.04rem;
}
.head .menu .navs {
  color: #fff;
  float: right;
  width: 0;
  text-align: right;
  overflow: hidden;
  height: 0.4rem;
  margin-top: 0.1rem;
}
.head .menu .navs a {
  font-size: 0.18rem;
  color: #fff;
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.head .menu .btn,
.head .menu .min-btn {
  float: right;
  width: 0.22rem;
  margin-top: 0.17rem;
  cursor: pointer;
}
.head .menu .btn i,
.head .menu .min-btn i {
  line-height: 1;
  color: #fff;
  font-size: 0.26rem;
}
.head .menu .min-btn {
  display: none;
}
.foot {
  width: 11.6rem;
  margin: 2rem auto 2.1rem auto;
  overflow: hidden;
}
.foot .row {
  overflow: hidden;
}
.foot .left {
  width: 4.46rem;
  float: left;
  overflow: hidden;
}
.foot .left .menu {
  float: left;
  overflow: hidden;
}
.foot .left .menu a {
  font-size: 0.18rem;
  color: #595757;
  display: block;
  height: 0.363rem;
  text-align: left;
  line-height: 0.363rem;
}
.foot .left .qrcode {
  float: right;
  overflow: hidden;
  width: 2rem;
}
.foot .left .qrcode .qimg {
  width: 2rem;
  height: 1rem;
  text-align: center;
  margin-bottom: 0.02rem;
}
.foot .left .qrcode .qimg img {
  width: 1rem;
  height: 1rem;
}
.foot .left .qrcode .text {
  font-size: 0.15rem;
  color: #000;
  height: 0.2rem;
  line-height: 0.2rem;
}
.foot .right {
  float: right;
  width: 7.14rem;
}
.foot .right .address {
  border-left: 1px solid #8b8583;
  padding-left: 0.57rem;
  float: left;
}
.foot .right .address .item {
  font-size: 0.18rem;
  color: #595757;
  text-align: left;
  line-height: 0.3rem;
  width: 3rem;
}
.foot .right .address .en {
  margin-top: 0.06rem;
  color: #595757;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.foot .right .logo {
  width: 1.25rem;
  height: 1.23rem;
  float: right;
  margin-right: 0.43rem;
}
.foot .right .logo img {
  width: 1.25rem;
}
.foot .row-1 {
  margin-top: 0.7rem;
  overflow: hidden;
}
.foot .row-1 .copyright {
  font-size: 0.14rem;
  color: #595757;
  text-align: left;
  height: 0.24rem;
  line-height: 0.24rem;
}
.foot .row-1 .copyright a {
  color: #595757;
}
.foot .row-1 .en {
  margin-top: 0.01rem;
}
.foot .row-1 .circulars {
  float: right;
  text-align: right;
  overflow: hidden;
  margin-top: 0.14rem;
}
.foot .row-1 .circulars .circular {
  float: right;
  background: #e5e5e5;
  margin-right: 0.22rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
}
.about {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.8rem;
}
.about .cont {
  width: 10.58rem;
  margin: 0 auto;
}
.about .intro {
  margin-top: 0.7rem;
}
.about .intro .title {
  font-size: 0.32rem;
  color: #231815;
  line-height: 1;
  height: 0.32rem;
}
.about .intro .row {
  overflow: hidden;
  margin-top: 0.5rem;
}
.about .intro .left {
  float: left;
  width: 4.8rem;
}
.about .intro .left .strategy {
  overflow: hidden;
  width: 100%;
}
.about .intro .left .strategy .item {
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  float: left;
  font-size: 0.24rem;
  line-height: 0.26rem;
  color: #000;
}
.about .intro .left .strategy .fh {
  text-align: center;
  line-height: 0.54rem;
  width: 0.4rem;
}
.about .intro .left .strategy .fh i {
  color: #000;
  font-size: 0.22rem;
}
.about .intro .left .desc {
  margin-top: 0.5rem;
  color: #252525;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: justify;
}
.about .intro .right {
  float: right;
  width: 5rem;
}
.about .intro .right .founder {
  font-size: 0.24rem;
  color: #000;
  line-height: 1;
  height: 0.24rem;
}
.about .intro .right .name {
  margin-top: 0.34rem;
  font-size: 0.2rem;
  line-height: 1;
  height: 0.2rem;
  color: #000;
}
.about .intro .right .desc {
  margin-top: 0.21rem;
  color: #252525;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: justify;
}
.about .customer {
  margin-top: 0.7rem;
}
.about .customer .title {
  font-size: 0.32rem;
  color: #231815;
  line-height: 1;
  height: 0.32rem;
}
.about .customer .lists {
  overflow: hidden;
  margin-top: 0.5rem;
}
.about .customer .lists .item {
  width: 2.116rem;
  height: 1.4rem;
  float: left;
}
.about .customer .lists .item .img,
.about .customer .lists .item img {
  width: 2.116rem;
  height: 1.4rem;
}
.about .customer .lists .item .text {
  display: none;
  width: 2.116rem;
  height: 1.4rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.about .customer .lists .item .text span {
  text-align: center;
  color: #FFFFFF;
  font-size: 0.18rem;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}
.about .customer .lists .item:hover .text {
  display: table;
}
.cases {
  overflow: hidden;
  width: 100%;
}
.cases .item {
  width: 6.74rem;
  height: 3.74rem;
  overflow: hidden;
  float: left;
}
.cases .item img {
  width: 6.74rem;
}
.contact {
  background: #644fff;
}
.contact .cont {
  margin: 1rem auto 0 auto;
  width: 7rem;
}
.contact .cont .cname {
  width: 7rem;
  margin: 0 auto 0 auto;
}
.contact .cont .cname img {
  width: 7rem;
  height: 1.6rem;
}
.contact .cont .row {
  overflow: hidden;
  margin-top: 0.6rem;
}
.contact .cont .row .qrcode {
  float: left;
  overflow: hidden;
  border-right: 1px solid #a397ff;
  padding-right: 0.8rem;
  padding-top: 0.04rem;
  margin-left: 0.16rem;
}
.contact .cont .row .qrcode .qimg {
  width: 1.35rem;
  height: 1.35rem;
  text-align: center;
  margin-bottom: 0.24rem;
}
.contact .cont .row .qrcode .qimg img {
  width: 1.35rem;
  height: 1.35rem;
}
.contact .cont .row .qrcode .text {
  color: #fff;
  font-size: 0.2rem;
  height: 0.2rem;
  line-height: 0.1rem;
  margin-top: 0.1rem;
}
.contact .cont .row .address {
  float: left;
  margin-left: 0.8rem;
  width: 3.8rem;
}
.contact .cont .row .address .item {
  font-size: 0.2rem;
  color: #fff;
  text-align: left;
  line-height: 0.36rem;
  width: 3.8rem;
}
.contact .cont .row .address .en {
  margin-top: 0.26rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.34rem;
}
@media only screen and (max-width: 767px) {
  .head .menu .btn {
    display: none;
  }
  .head .menu .min-btn {
    display: block;
    width: 0.4rem;
  }
  .head .menu .min-btn i {
    font-size: 0.4rem;
  }
  .head .menu .navs {
    display: none;
  }
  .foot {
    max-width: 7.5rem;
    margin: 1rem auto 1rem auto;
  }
  .foot .minrow {
    width: 6.4rem;
    margin: 0 auto;
  }
  .foot .left,
  .foot .right {
    float: initial;
    width: 100%;
  }
  .foot .left .menu a {
    font-size: 0.3rem;
    height: 0.52rem;
    line-height: 0.52rem;
  }
  .foot .left .qrcode .qimg {
    margin-bottom: 0.14rem;
    height: 1.2rem;
  }
  .foot .left .qrcode .qimg img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .foot .left .qrcode .text {
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.26rem;
  }
  .foot .right {
    border-top: 1px solid #ccc;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.3rem;
    overflow: hidden;
  }
  .foot .right .address {
    border: 0;
    padding-left: 0;
    margin-left: 0;
    width: 4.8rem;
  }
  .foot .right .address .item {
    font-size: 0.28rem;
    width: 100%;
    line-height: 0.38rem;
    margin-bottom: 0.2rem;
  }
  .foot .right .logo {
    display: none;
  }
  .foot .min-right {
    display: none;
  }
  .foot .copyright {
    margin-top: 0.3rem;
  }
  .about {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.8rem;
  }
  .about .cont {
    width: 6.4rem;
    margin: 0 auto;
  }
  .about .intro {
    margin-top: 0.7rem;
  }
  .about .intro .title {
    font-size: 0.4rem;
    color: #231815;
    line-height: 1;
    height: 0.5rem;
  }
  .about .intro .left {
    float: initial;
    width: 100%;
  }
  .about .intro .left .strategy {
    overflow: hidden;
    width: 100%;
  }
  .about .intro .left .strategy .item {
    font-size: 0.3rem;
    width: 0.6rem;
    height: 0.64rem;
    line-height: 1.04;
  }
  .about .intro .left .strategy .fh {
    height: 0.64rem;
    width: 0.6rem;
    line-height: 0.64rem;
  }
  .about .intro .left .desc {
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .about .intro .right {
    float: initial;
    width: 100%;
    margin-top: 0.6rem;
  }
  .about .intro .right .founder {
    font-size: 0.4rem;
    height: 0.4rem;
    line-height: 1;
  }
  .about .intro .right .name {
    margin-top: 0.5rem;
    font-size: 0.32rem;
    height: 0.32rem;
    line-height: 1;
  }
  .about .intro .right .desc {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .about .customer .title {
    font-size: 0.4rem;
    color: #231815;
    line-height: 1;
    height: 0.5rem;
  }
  .cases {
    max-width: 7.5rem;
  }
  .cases .item {
    width: 100%;
    float: initial;
  }
  .cases .item img {
    width: 100%;
  }
  .contact .cont {
    margin-top: 2rem;
  }
  .contact .cont .cname {
    margin: 0 auto;
    width: 6rem;
  }
  .contact .cont .cname img {
    width: 6rem;
    height: 1.37rem;
  }
  .contact .cont .row {
    width: 6rem;
    margin: 0.6rem auto 0 auto;
  }
  .contact .cont .row .qrcode {
    float: initial;
    width: 6rem;
    margin-left: 0;
    margin-top: 0.3rem;
    border: 0;
  }
  .contact .cont .row .qrcode .qimg {
    width: 6rem;
    text-align: center;
    height: 2.6rem;
    margin-bottom: 0.5rem;
  }
  .contact .cont .row .qrcode .qimg img {
    width: 2.6rem;
    height: 2.6rem;
  }
  .contact .cont .row .qrcode .text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    height: 0.3rem;
  }
  .contact .cont .row .address {
    float: initial;
    width: 6rem;
    margin: 0.8rem auto 0 auto;
  }
  .contact .cont .row .address .item {
    text-align: center;
    color: #e8e5f9;
    width: 6rem;
    font-size: 0.28rem;
    line-height: 1.4;
  }
}
