body {
  width: 100%;
  height: 100%;
  margin: 0px;
}

.website {
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei;
}

/* top */
.website .top {
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.website .top .log {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #333;
  font-weight: 400;
  font-size: 30px;
  width: 160px;
  height: 50px;
  line-height: 50px;
}
.website .top .log .log1 {
  width: 30px;
  height: 37px;
}
/* ---tips */
.website .top .tips {
  height: 30px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-top: 20px;
}
.website .top .tips .black {
  width: 60px;
}
.website .top .tips .left {
  cursor: pointer;
  font-size: 22px;
  border-bottom: 2px solid #333;
  color: #333;
}
.website .top .tips .right {
  color: #52AD8F;
  cursor: pointer;
}

/* center */
.website .center {
  width: 100%;
  margin-top: 105px;
}

/* center -- top */
.website .center .tops {
  width: 100%;
}


/* ---bg */
.website .center .tops .bg {
  width: 100%;
  height: 700px;
  color: #fff;
  overflow: hidden;
}
.website .center .tops .bg .bg1 {
  position: relative;
  width: 100%;
  height: 700px;
  background-image: url(../img/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 700px;
}
.website .center .tops .bg .bg1 .bg_left{
  position: absolute;
  top: 70px;
  left: 330px;
}
.website .center .tops .bg .bg1 .bg_left img{
  width: 400px;
  opacity: 0.8;
}
.website .center .tops .bg .bg1 .bg_right{
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 700px;
  background-image: url(../img/bg3.png);
  background-repeat: no-repeat;
  background-size: 100% 700px;
  padding: 90px 0;
}

.website .center .tops .bg .bg1 .bg_right .bg_anis{
  display: flex;
  flex-direction: column;
  align-items: end;
}
.active {
  display: flex;
  flex-direction: column;
  align-items: end;
  animation-name: fadenum12;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
.actives {
  animation-name: fadenum12;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes fadenum12 {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.website .center .tops .bg .bg1 .bg_right .bg_anis .line1{
  display: flex;
  align-items: center;
  font-size: 30px;
  margin-right: 20%;
  margin-bottom: 60px;
}
.website .center .tops .bg .bg1 .bg_right .bg_anis .line1 .line_log{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 1px 0px 3px 0px rgba(91,91,91,0.43);
  background-color: #fff;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.website .center .tops .bg .bg1 .bg_right .bg_anis .line1 .line_log img{
  width: 28px;
  height: 37px;
}
.website .center .tops .bg .bg1 .bg_right .bg_anis .line2{
  font-size: 18px;
  line-height: 25px;
  margin-right: 13px;
  margin-left: 40%;
}
.website .center .tops .bg .bg1 .bg_right .bg_anis .line3{
  font-size: 18px;
  line-height: 25px;
  margin: 40px 0;
  margin-right: 24px;
  margin-left: 30%;
}
.website .center .tops .bg .bg1 .bg_right .bg_anis .line4{
  font-size: 20px;
  margin-right: 20%;
}

.website .center .tops .bg .bg2 {
  position: relative;
  width: 100%;
  height: 700px;
  background-image: url(../img/bg4.png);
  background-repeat: no-repeat;
  background-size: 100% 700px;
}
.website .center .tops .bg .bg2 .bg_right{
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 700px;
  background-image: url(../img/bg3.png);
  background-repeat: no-repeat;
  background-size: 100% 700px;
  display: flex;
  flex-direction: column;
  /* align-items: end; */
  padding: 90px 0;
}

.website .center .tops .bg .bg2 .bg_right .bg_ani .line1{
  display: flex;
  align-items: center;
  font-size: 30px;
  margin-bottom: 60px;
  margin-left: 60%;
}
.website .center .tops .bg .bg2 .bg_right .bg_ani .line1 .line_log{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 1px 0px 3px 0px rgba(91,91,91,0.43);
  background-color: #fff;
  margin-right: 12px;
}
.website .center .tops .bg .bg2 .bg_right .bg_ani .line1 .line_log img{
  width: 50px;
  height: 50px;
}
.website .center .tops .bg .bg2 .bg_right .bg_ani .line2{
  font-size: 18px;
  line-height: 25px;
  margin-right: 46px;
  margin-bottom: 30px;
  margin-left: 45%;
}
.website .center .tops .bg .bg2 .bg_right .bg_ani .line3{
  display: flex;
  justify-content: center;
  margin-left: 45%;
  margin-right: 13%;
  margin-top: 40px;
}
.website .center .tops .bg .bg2 .bg_right .bg_ani .line3 .codes{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-right: 30px; */
}
.website .center .tops .bg .bg2 .bg_right .bg_ani .line3 .codes img{
  width: 180px;
  height: 180px;
  margin-bottom: 15px;
}

/* center -- centers */
.website .center .centers {
  width: 100%;
  color: #61D6B5;
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin: 30px 0;
  font-weight: 600;
}
.website .center .centers .tips1{
  font-size: 24px;
}

/* center -- footers */
.website .center .footers {
  /* width: 100%; */
  display: flex;
  justify-content: space-around;
  margin: 0 80px;
}
.website .center .footers .code1 {
  display: flex;
}
.website .center .footers .code1 .lefts {
  width: 55px;
  height: 55px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 55px;
  background-image: url(../img/tips.png);
  background-repeat: repeat;
  background-size: cover;
}
.website .center .footers .code1 .rights {
 margin-left: 30px;
 font-size: 20px;
 font-family: Microsoft YaHei;
 font-weight: 600;
 color: #919191;
}
.website .center .footers .code1 .rights img {
  width: 220px;
  height: 220px;
  margin-top: 13px;
}
.website .center .footers2 {
  /* width: 100%; */
  display: flex;
  justify-content: space-around;
  margin: 0 80px;
}
.website .center .footers2 .code1 {
  display: flex;
}
.website .center .footers2 .code1 .lefts {
  width: 55px;
  height: 55px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 55px;
  background-image: url(../img/tips.png);
  background-repeat: repeat;
  background-size: cover;
}
.website .center .footers2 .code1 .rights {
 margin-left: 30px;
 font-size: 20px;
 font-family: Microsoft YaHei;
 font-weight: 600;
 color: #919191;
}
.website .center .footers2 .code1 .rights img {
  width: 220px;
  height: 220px;
  margin-top: 13px;
}

/* footer */
.website .footer {
  width: 100%;
  height: 65px;
  text-align: center;
  background-color: #B0B0B0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 65px;
  margin-top: 40px;
}