* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #212121;
  text-decoration: none;
}
.index {
  width: 100%;
  min-width: 1200px;
  padding-top: 90px;
}
.index .rpj-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 90px;
  background: #ffffff;
}
.index .rpj-header .header-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.index .rpj-header .header-box .right {
  float: right;
}
.index .rpj-header .header-box .right a {
  height: 90px;
  line-height: 90px;
  float: left;
  margin-right: 30px;
  font-size: 20px;
}
.index .rpj-header .header-box .right .logo img {
  width: 70px;
  height: 70px;
  margin: auto;
  display: block;
  float: left;
  margin-top: 10px;
}
.index .rpj-header .header-box .right .phone img {
  width: 20px;
  height: auto;
  margin-right: 3px;
}
.index .img {
  width: 100%;
  height: auto;
  position: relative;
}
.index .img img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}
.index .img .infor {
  position: absolute;
  bottom: 62%;
  left: 5.5%;
}
.index .img .infor .code {
  width: 240px;
  height: 240px;
  float: left;
}
.index .img .infor .right {
  float: left;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  margin-left: 30px;
  padding-top: 12px;
}
.index .img .infor .right .btn {
  width: 260px;
  height: 60px;
  margin-top: 20px;
}
.index .img .infor .right .btn img {
  width: 100%;
  height: 100%;
}
.index .footer {
  width: 100%;
  height: 355px;
  background: rgba(92, 80, 253, 0.15);
}
.index .footer .footer-box {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding-top: 40px;
}
.index .footer .footer-box h3 {
  font-size: 38px;
  text-align: center;
}
.index .footer .footer-box .infor {
  margin-top: 50px;
}
.index .footer .footer-box .infor .left {
  float: left;
  padding-top: 20px;
}
.index .footer .footer-box .infor .left p {
  font-size: 18px;
  line-height: 25px;
}
.index .footer .footer-box .infor .left .copy {
  margin-top: 40px;
}
.index .footer .footer-box .infor .right {
  float: right;
  width: 166px;
  height: 166px;
}
.index .footer .footer-box .infor .right img {
  display: block;
  width: 100%;
  height: 100%;
}
