* {
  margin: 0;
  padding: 0;
}

.w {
  width: 1440px;
  margin: 0 auto;
}

.container {
  overflow: hidden;
}

.men-re p {
  display: flex;
  justify-content: flex-end;
}

.son-banner {
  width: 100%;
  height: 400px;
  margin-top: 88px;
  display: flex;
  justify-content: center;
  position: relative;
}

.son-banner img {
  height: 100%;
  width: auto;
}

.son-banner .ab-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.son-banner .ab-txt h2 {
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 4px;
  color: #ffffff;
  animation: boingInUp 1s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.son-banner .ab-txt p {
  font-size: 20px;
  line-height: 55px;
  letter-spacing: 2px;
  color: #ffffff;
  animation: boingInUp 1.5s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fill-mode {
  opacity: 0;
  animation-fill-mode: forwards;
}

.infinite {
  animation-iteration-count: infinite;
}

.son-tit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  color: #666666;
}

.son-tit a {
  color: #666;
}

.son-tit i {
  width: 18px;
  height: 17px;
  background: url("/public/home/image/a_01.png") no-repeat center;
  background-size: 100% 100%;
  display: block;
  margin-left: 10px;
}

.son-t {
  display: flex;
  align-items: center;
  opacity: 0;
}

.son-t h2 {
  font-size: 28px;
  color: #333333;
  font-weight: normal;
}

.son-t i {
  font-size: 16px;
  color: #9a9a9a;
  margin-left: 7px;
  font-style: normal;
}

.grow-box {
  margin-top: 54px;
  margin-bottom: 99px;
}

.grow-box .son-t {
  animation: boingInUp 1.5s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.grow-box p {
  font-size: 16px;
  line-height: 35px;
  color: #666666;
  margin-top: 66px;
  animation: boingInUp 2s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.grow-box p span {
  color: #1079bd;
}

.server {
  margin-bottom: 106px;
}

.server ul {
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.server ul li {
  opacity: 0;
  width: 29%;
  border: 1px solid #1079bd;
  padding: 0 30px 60px;
  box-sizing: border-box;
  position: relative;
}

.server ul li:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("/public/home/image/ser-bot.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.server ul li:before {
  content: "";
  width: 45px;
  height: 49px;
  background: url("/public/home/image/arr-r.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -17%;
  top: 50%;
  transform: translateY(-50%);
}

.server ul li:last-child::before {
  display: none;
}

.server ul li img {
  width: 128px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -43%);
}

.server ul li h3 {
  margin-top: 74px;
  font-size: 25px;
  font-weight: normal;
  color: #1079bd;
  text-align: center;
}

.server ul li ol {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}

.server ul li ol p {
  font-size: 16px;
  line-height: 45px;
  color: #666666;
  width: 50%;
  padding-left: 15px;
  position: relative;
  box-sizing: border-box;
}

.server ul li ol p:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1079bd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

@keyframes shake-t {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

.server.now .son-t {
  animation: boingInUp 1.5s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.server.now ul li:nth-child(1) {
  animation: shake-t 1s 0.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.server.now ul li:nth-child(2) {
  animation: shake-t 1s 0.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.server.now ul li:nth-child(3) {
  animation: shake-t 1s 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.server.now ul li:nth-child(4) {
  animation: shake-t 1s 1.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.server.now ul li:nth-child(5) {
  animation: shake-t 1s 1.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box {
  padding: 76px 0;
  background: #ececec;
}

.product-box ul {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.product-box ul li {
  width: 25%;
  border: 2px solid #1079bd;
  border-radius: 10px;
  padding: 75px 0 15px 80px;
  box-sizing: border-box;
  position: relative;
}

.product-box ul li h3 {
  width: 122px;
  height: 122px;
  background-color: #ececec;
  border: solid 5px #1079bd;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  font-size: 25px;
  line-height: 35px;
  color: #1079bd;
  position: absolute;
  top: 35px;
  left: 0;
  transform: translateX(-50%);
  transition: all 1s;
}

.product-box ul li h3:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1079bd;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  right: -15%;
}

.product-box ul li h3 span {
  display: block;
  font-weight: normal;
}

.product-box ul li h4 {
  font-size: 20px;
  line-height: 39px;
  color: #1079bd;
}

.product-box ul li p {
  line-height: 34px;
  font-size: 16px;
  color: #666666;
  opacity: 0;
}

.product-box ul li p.p-tit {
  color: #e8780f;
  font-size: 20px;
  font-weight: bold;
}

@keyframes scale-br {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

.product-box.now .son-t {
  animation: boingInUp 1.5s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li:nth-child(1) {
  animation: scale-br 1s 0.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li:nth-child(2) {
  animation: scale-br 1s 0.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li:nth-child(3) {
  animation: scale-br 1s 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li:nth-child(4) {
  animation: scale-br 1s 1.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li:nth-child(5) {
  animation: scale-br 1s 1.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li:nth-child(6) {
  animation: scale-br 1s 2s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li:nth-child(7) {
  animation: scale-br 1s 2.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li:nth-child(8) {
  animation: scale-br 1s 2.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li:nth-child(9) {
  animation: scale-br 1s 3s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li:nth-child(10) {
  animation: scale-br 1s 3.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(1) {
  animation: scale-br 1s 0.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(2) {
  animation: scale-br 1s 0.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(3) {
  animation: scale-br 1s 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(4) {
  animation: scale-br 1s 1.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(5) {
  animation: scale-br 1s 1.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(6) {
  animation: scale-br 1s 2s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(7) {
  animation: scale-br 1s 2.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(8) {
  animation: scale-br 1s 2.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(9) {
  animation: scale-br 1s 3s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(10) {
  animation: scale-br 1s 3.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(11) {
  animation: scale-br 1s 3.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(12) {
  animation: scale-br 1s 4s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(13) {
  animation: scale-br 1s 4.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(14) {
  animation: scale-br 1s 4.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(15) {
  animation: scale-br 1s 5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(16) {
  animation: scale-br 1s 5.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(17) {
  animation: scale-br 1s 5.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(18) {
  animation: scale-br 1s 6s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(19) {
  animation: scale-br 1s 6.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.product-box.now ul li p:nth-child(20) {
  animation: scale-br 1s 6.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.foot {
  margin-top: 0 !important;
}

.foot .f-left p {
  display: flex;
  align-items: center;
}

.foot .f-left p img {
  margin-bottom: 0;
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes shake-show {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes rs-sr {
  0% {
    -webkit-transform: translateZ(-200px) rotate(-45deg) scale(1.2);
    transform: translateZ(-200px) rotate(-45deg) scale(1.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0) rotate(0) scale(1);
    transform: translateZ(0) rotate(0) scale(1);
    opacity: 1;
  }
}

@keyframes boingInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: perspective(800px) rotateY(-90deg);
  }

  50% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: perspective(800px) rotateY(50deg);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: perspective(800px) rotateY(0deg);
  }
}

@keyframes skew-bl {
  0% {
    -webkit-transform: rotateY(35deg) rotateX(-20deg) translate(-250px, 250px)
      skew(-12deg, -15deg);
    transform: rotateY(35deg) rotateX(-20deg) translate(-250px, 250px)
      skew(-12deg, -15deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes skew-br {
  0% {
    -webkit-transform: rotateY(-35deg) rotateX(-20deg) translate(250px, 250px)
      skew(12deg, 15deg);
    transform: rotateY(-35deg) rotateX(-20deg) translate(250px, 250px)
      skew(12deg, 15deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

i,
s {
  font-style: normal;
  text-decoration: none;
}

.tabs.now .son-t {
  animation: boingInUp 1s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs.now .tab-nav {
  animation: flipInY 1s 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs.now ol {
  animation: scale-br 1s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs {
  margin-top: 84px;
  margin-bottom: 66px;
}

.tabs .tab-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabs .tab-tit .tab-nav {
  display: flex;
}

.tabs .tab-tit .tab-nav p {
  line-height: 37px;
  padding: 0 22px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 16px;
  cursor: pointer;
}

.tabs .tab-tit .tab-nav p.now {
  background: #1079bd;
  color: #fff;
}

.tabs ol {
  margin-top: 60px;
}

.tabs ol > li {
  display: none;
}

.tabs ol > li.now {
  display: block;
}

.tabs ol > li.now .two-box img,
.tabs ol > li.now .first-box img {
  animation: flipInY 1s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .two-box .box-r ul li:nth-child(1),
.tabs ol > li.now .first-box .box-r ul li:nth-child(1) {
  animation: skew-bl 1s 0.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .two-box .box-r ul li:nth-child(2),
.tabs ol > li.now .first-box .box-r ul li:nth-child(2) {
  animation: skew-bl 1s 0.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .two-box .box-r ul li:nth-child(3),
.tabs ol > li.now .first-box .box-r ul li:nth-child(3) {
  animation: skew-bl 1s 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .two-box .box-r ul li:nth-child(4),
.tabs ol > li.now .first-box .box-r ul li:nth-child(4) {
  animation: skew-bl 1s 1.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .two-box .box-r ul li:nth-child(5),
.tabs ol > li.now .first-box .box-r ul li:nth-child(5) {
  animation: skew-bl 1s 1.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .two-box .box-l ul li:nth-child(1),
.tabs ol > li.now .first-box .box-l ul li:nth-child(1) {
  animation: skew-br 1s 0.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .two-box .box-l ul li:nth-child(2),
.tabs ol > li.now .first-box .box-l ul li:nth-child(2) {
  animation: skew-br 1s 0.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .two-box .box-l ul li:nth-child(3),
.tabs ol > li.now .first-box .box-l ul li:nth-child(3) {
  animation: skew-br 1s 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .two-box .box-l ul li:nth-child(4),
.tabs ol > li.now .first-box .box-l ul li:nth-child(4) {
  animation: skew-br 1s 1.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .two-box .box-l ul li:nth-child(5),
.tabs ol > li.now .first-box .box-l ul li:nth-child(5) {
  animation: skew-br 1s 1.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-cen .circle {
  animation: shake-show 1s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-cen .circle-l {
  animation: shake-show 1s 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-cen .circle-r {
  animation: shake-show 1s 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-l img {
  animation: boingInRight 1s 1.2s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-l ul li:nth-child(1) {
  animation: boingInUp 1s 0.83333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-l ul li:nth-child(2) {
  animation: boingInUp 1s 1.66666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-l ul li:nth-child(3) {
  animation: boingInUp 1s 2.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-l ul li:nth-child(4) {
  animation: boingInUp 1s 3.33333333s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-l ul li:nth-child(5) {
  animation: boingInUp 1s 4.16666667s;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes boingInLeft {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: perspective(800px) rotateY(90deg);
  }

  50% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: perspective(800px) rotateY(-50deg);
  }

  100% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: perspective(800px) rotateY(0deg);
  }
}

.tabs ol > li.now .three-box .box-r img {
  animation: boingInLeft 1s 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-r ul li:nth-child(1) {
  animation: boingInUp 1s 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-r ul li:nth-child(2) {
  animation: boingInUp 1s 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-r ul li:nth-child(3) {
  animation: boingInUp 1s 1.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-r ul li:nth-child(4) {
  animation: boingInUp 1s 2s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-r ul li:nth-child(5) {
  animation: boingInUp 1s 2.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .three-box .box-r ul li:nth-child(6) {
  animation: boingInUp 1s 3s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .four-box .jp-img {
  animation: rs-sr 1s 0s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .four-box > img:nth-of-type(1) {
  animation: rs-sr 1s 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .four-box > img:nth-of-type(2) {
  animation: rs-sr 1s 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .five-box .box-cen img {
  animation: rotateBor 1s;
}

@keyframes boingInUp {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(-90deg);
  }

  50% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(50deg);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(0deg);
  }
}

.tabs ol > li.now .five-box .box-cen ul li:nth-child(1) {
  animation: boingInUp 1s 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .five-box .box-cen ul li:nth-child(2) {
  animation: boingInUp 1s 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .five-box .box-cen ul li:nth-child(3) {
  animation: boingInUp 1s 1.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .five-box .box-cen ul li:nth-child(4) {
  animation: boingInUp 1s 2s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li.now .five-box .box-cen ul li:nth-child(5) {
  animation: boingInUp 1s 2.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.tabs ol > li h3 {
  font-size: 20px;
  color: #1079bd;
  margin-bottom: 47px;
}

.tabs ol > li p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.tabs ol > li .first-box,
.tabs ol > li .two-box {
  margin-top: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs ol > li .first-box img,
.tabs ol > li .two-box img {
  width: 31.5%;
}

.tabs ol > li .first-box ul,
.tabs ol > li .two-box ul {
  width: 376px;
  border-right: solid 3px #dcdcdc;
  position: relative;
}

.tabs ol > li .first-box ul:after,
.tabs ol > li .two-box ul:after,
.tabs ol > li .first-box ul:before,
.tabs ol > li .two-box ul:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #dcdcdc;
  position: absolute;
  right: 0;
  top: 0;
}

.tabs ol > li .first-box ul:before,
.tabs ol > li .two-box ul:before {
  top: auto;
  bottom: 0;
}

.tabs ol > li .first-box ul s,
.tabs ol > li .two-box ul s {
  position: absolute;
  width: 223px;
  height: 68px;
  background-color: #1079bd;
  right: 0;
  top: 50%;
  transform: translate(110%, -50%);
  font-size: 25px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 68px;
}

.tabs ol > li .first-box ul:nth-of-type(1),
.tabs ol > li .two-box ul:nth-of-type(1) {
  margin-bottom: 23px;
}

.tabs ol > li .first-box ul:nth-of-type(1) li,
.tabs ol > li .two-box ul:nth-of-type(1) li {
  padding-left: 20px;
}

.tabs ol > li .first-box ul:nth-of-type(1) li:nth-last-child(1),
.tabs ol > li .two-box ul:nth-of-type(1) li:nth-last-child(1) {
  padding-left: 20px;
}

.tabs ol > li .first-box ul:nth-of-type(1) li:nth-last-child(2),
.tabs ol > li .two-box ul:nth-of-type(1) li:nth-last-child(2) {
  padding-left: 40px;
}

.tabs ol > li .first-box ul:nth-of-type(1) li:nth-last-child(3),
.tabs ol > li .two-box ul:nth-of-type(1) li:nth-last-child(3) {
  padding-left: 60px;
}

.tabs ol > li .first-box ul:nth-of-type(1) li:nth-last-child(4),
.tabs ol > li .two-box ul:nth-of-type(1) li:nth-last-child(4) {
  padding-left: 80px;
}

.tabs ol > li .first-box ul li,
.tabs ol > li .two-box ul li {
  padding: 22px 0;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px dashed #dcdcdc;
  margin-right: 10px;
}

.tabs ol > li .first-box ul li p,
.tabs ol > li .two-box ul li p {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}

.tabs ol > li .first-box ul li i,
.tabs ol > li .two-box ul li i {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  display: block;
}

.tabs ol > li .two-box .box-r h2 {
  font-size: 30px;
  line-height: 23px;
  color: #999999;
  font-weight: normal;
  line-height: 40px;
  padding-left: 55px;
}

.tabs ol > li .two-box .box-l h2 {
  font-size: 30px;
  line-height: 23px;
  color: #999999;
  text-align: right;
  padding-right: 80px;
  box-sizing: border-box;
  font-weight: normal;
}

.tabs ol > li .two-box .box-l ul {
  border-right: none;
  margin-bottom: 0;
}

.tabs ol > li .two-box .box-l ul:after,
.tabs ol > li .two-box .box-l ul:before {
  display: none;
}

.tabs ol > li .two-box .box-l ul li {
  text-align: right;
}

.tabs ol > li .two-box .box-l ul li:nth-last-child(1) {
  padding-right: 20px;
}

.tabs ol > li .two-box .box-l ul li:nth-last-child(2) {
  padding-right: 40px;
}

.tabs ol > li .two-box .box-l ul li:nth-last-child(3) {
  padding-right: 60px;
}

.tabs ol > li .two-box .box-l ul li:nth-last-child(4) {
  padding-right: 80px;
}

.tabs ol > li .two-box ul s {
  width: 106px;
  height: auto;
  box-sizing: border-box;
  line-height: 30px;
  padding: 15px 0;
}

.tabs ol > li .three-box {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}

.tabs ol > li .three-box img {
  display: block;
}

.tabs ol > li .three-box .box-l {
  display: flex;
  align-items: center;
}

.tabs ol > li .three-box .box-l img {
  margin-right: -56px;
}

.tabs ol > li .three-box .box-l ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-right: -89px;
  align-items: flex-end;
}

.tabs ol > li .three-box .box-l ul li {
  width: 265px;
  height: 44px;
  background-color: #999999;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
}

.tabs ol > li .three-box .box-l ul li:nth-child(1),
.tabs ol > li .three-box .box-l ul li:last-child {
  width: 240px;
}

.tabs ol > li .three-box .box-r {
  display: flex;
  align-items: center;
}

.tabs ol > li .three-box .box-r img {
  position: relative;
  z-index: 1;
  margin-left: -56px;
}

.tabs ol > li .three-box .box-r ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: -89px;
}

.tabs ol > li .three-box .box-r ul li {
  width: 265px;
  height: 44px;
  background-color: #999999;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
}

.tabs ol > li .three-box .box-r ul li:nth-child(1),
.tabs ol > li .three-box .box-r ul li:last-child {
  width: 240px;
}

.tabs ol > li .three-box .box-cen {
  display: flex;
  align-items: center;
}

.tabs ol > li .three-box .box-cen .circle {
  width: 295px;
  height: 295px;
  background: rgba(17, 121, 189, 0.5);
  opacity: 0.8;
  position: relative;
  border-radius: 50%;
  z-index: 3;
}

.tabs ol > li .three-box .box-cen .circle p {
  position: absolute;
  top: 50%;
  writing-mode: vertical-lr;
  transform: translateY(-50%);
  line-height: 60px;
  font-size: 20px;
  color: #ffffff;
}

.tabs ol > li .three-box .box-cen .circle p:nth-of-type(1) {
  left: 0;
}

.tabs ol > li .three-box .box-cen .circle p:nth-of-type(2) {
  right: 0;
}

.tabs ol > li .three-box .box-cen .circle h2 {
  text-align: center;
  line-height: 295px;
}

.tabs ol > li .three-box .box-cen .circle-l,
.tabs ol > li .three-box .box-cen .circle-r {
  width: 199px;
  height: 199px;
  background-color: #999999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.tabs ol > li .three-box .box-cen .circle-l {
  padding-right: 80px;
  padding-left: 17px;
  margin-right: -70px;
}

.tabs ol > li .three-box .box-cen .circle-r {
  padding-left: 80px;
  padding-right: 17px;
  margin-left: -70px;
}

.tabs ol > li .four-box {
  display: flex;
  margin-top: 125px;
  align-items: center;
  justify-content: space-between;
}

.tabs ol > li .four-box > img {
  width: 28%;
}

.tabs ol > li .four-box > img:last-of-type {
  width: 36%;
}

.tabs ol > li .four-box .jp-img {
  width: 28%;
}

.tabs ol > li .four-box .jp-img .img-cen {
  width: 100%;
  padding-bottom: 95%;
  position: relative;
}

.tabs ol > li .four-box .jp-img .img-cen img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes rotateBor {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.tabs ol > li .four-box .jp-img .img-cen img.border-img {
  animation: rotateBor 10s infinite linear;
}

.tabs ol > li .five-box {
  margin-top: 107px;
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}

.tabs ol > li .five-box .box-cen {
  position: relative;
}

.tabs ol > li .five-box .box-cen ul > li {
  position: absolute;
  width: 275px;
}

.tabs ol > li .five-box .box-cen ul > li:after {
  content: "";
  position: absolute;
}

.tabs ol > li .five-box .box-cen ul > li h2 {
  font-size: 25px;
}

.tabs ol > li .five-box .box-cen ul > li h4 {
  font-size: 20px;
  color: #1079bd;
  text-align: right;
}

.tabs ol > li .five-box .box-cen ul > li p {
  font-size: 15px;
  color: #333333;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(1) {
  top: -33px;
  right: -57%;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(1):after {
  background: url("/public/home/image/icon1.png") no-repeat center;
  background-size: 100% 100%;
  top: 14%;
  left: -33%;
  width: 73px;
  height: 70px;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(1) h2 {
  color: #ec6e56;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(2) {
  top: 40%;
  right: -86%;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(2):after {
  background: url("/public/home/image/icon2.png") no-repeat center;
  background-size: 100% 100%;
  top: 14%;
  left: -29%;
  width: 70px;
  height: 10px;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(2) h2 {
  color: #4ca3cd;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(3) {
  bottom: -31%;
  right: -42%;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(3):after {
  background: url("/public/home/image/icon3.png") no-repeat center;
  background-size: 100% 100%;
  top: -32%;
  left: -16%;
  width: 78px;
  height: 37px;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(3) h2 {
  color: #81c6c7;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(4) {
  bottom: -3%;
  left: -72%;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(4):after {
  background: url("/public/home/image/icon4.png") no-repeat center;
  background-size: 100% 100%;
  top: -40%;
  right: -7%;
  width: 57px;
  height: 39px;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(4) h2 {
  color: #bc488c;
  text-align: right;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(5) {
  top: -3%;
  left: -87%;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(5):after {
  background: url("/public/home/image/icon5.png") no-repeat center;
  background-size: 100% 100%;
  top: 28%;
  right: -40%;
  width: 89px;
  height: 56px;
}

.tabs ol > li .five-box .box-cen ul > li:nth-child(5) h2 {
  color: #1079bd;
  text-align: right;
}

.tabs .tabs-bot {
  display: flex;
  justify-content: space-between;
  padding: 34px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  position: relative;
  margin-top: 83px;
}

.tabs .tabs-bot:after {
  content: "";
  width: 0px;
  height: 69px;
  border-left: solid 1px #dcdcdc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tabs .tabs-bot h2 {
  font-size: 45px;
  font-weight: 100;
  color: #1079bd;
  display: flex;
  align-items: center;
}

.tabs .tabs-bot h2 span {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin-left: 10px;
}

.tabs .tabs-bot .code-box {
  display: flex;
  align-items: center;
}

.tabs .tabs-bot .code-box img {
  width: 99px;
  height: 99px;
}

.tabs .tabs-bot .code-box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  color: #333333;
}

@media (max-width: 1560px) {
  .product-box ul li h3 {
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1440px) {
  .son-banner {
    margin-top: 50px;
  }

  .w {
    width: 100%;
    padding: 0 10px;
  }

  .server ul li {
    opacity: 0;
    width: 33%;
    padding: 0 18px 23px;
  }

  .server ul li ol p {
    padding-left: 0px;
    font-size: 14px;
  }

  .server ul li ol p:after {
    left: -10px;
  }

  .server ul li:before {
    display: none;
  }

  .product-box ul li {
    width: 32%;
    border: 2px solid #1079bd;
    border-radius: 10px;
    padding: 75px 0 15px 24px;
    box-sizing: border-box;
    position: relative;
  }

  .tabs ol > li .first-box ul,
  .tabs ol > li .two-box ul {
    width: 346px;
  }

  .tabs ol > li .first-box ul s {
    width: 145px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
  }

  .tabs ol > li .first-box ul ul li {
    padding: 20px 0;
  }

  .tabs ol > li .first-box ul ul li p {
    font-size: 16px;
    line-height: 20px;
  }

  .tabs ol > li .two-box .box-r h2,
  .tabs ol > li .two-box .box-l h2 {
    font-size: 20px;
  }

  .tabs ol > li .two-box ul {
    margin-top: 63px;
    width: 290px;
  }

  .tabs ol > li .two-box ul s {
    top: -59px;
    right: -1px;
    transform: none;
    width: 68px;
    font-size: 18px;
    padding: 0;
    z-index: 10;
  }

  .tabs ol > li .two-box ul li {
    font-size: 18px;
    padding: 14px 0;
  }

  .tabs ol > li .two-box ul li i {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  .server ul li:before {
    display: none;
  }

  .tabs ol > li.now .five-box .box-cen {
    width: 100%;
  }

  .tabs ol > li.now .five-box .box-cen img {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .tabs ol > li.now .five-box .box-cen ul {
    width: 100%;
  }

  .tabs ol > li.now .five-box .box-cen ul li {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .tabs ol > li.now .five-box .box-cen ul li h2,
  .tabs ol > li.now .five-box .box-cen ul li h4,
  .tabs ol > li.now .five-box .box-cen ul li p {
    text-align: center !important;
  }

  .tabs ol > li.now .five-box .box-cen ul li:after {
    display: none;
  }

  .tabs ol > li .first-box ul {
    width: 281px;
  }

  .tabs ol > li .first-box ul li {
    padding: 10px 0;
  }

  .tabs ol > li .first-box ul li p {
    font-size: 16px;
  }

  .son-banner {
    height: 280px;
  }

  .son-banner .ab-txt h2 {
    font-size: 25px;
    line-height: 31px;
  }

  .son-banner .ab-txt p {
    font-size: 12px;
    line-height: 30px;
  }

  .son-t h2 {
    font-size: 20px;
  }

  .tabs .tab-tit .tab-nav p {
    line-height: 29px;
    padding: 0 13px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 4px;
    cursor: pointer;
  }

  .server ul {
    justify-content: space-around;
  }

  .server ul li {
    opacity: 0;
    width: 49%;
    padding: 0px 27px 23px;
  }

  .server ul li:last-child {
    margin-top: 60px;
    width: 71%;
  }

  .server ul li ol p {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .tabs ol > li .three-box .box-cen .circle {
    width: 208px;
    height: 208px;
  }

  .tabs ol > li .three-box .box-cen .circle h2 {
    line-height: 208px;
  }

  .tabs ol > li .three-box .box-cen .circle-l,
  .tabs ol > li .three-box .box-cen .circle-r {
    width: 168px;
    height: 168px;
    font-size: 14px;
  }

  .tabs ol > li .three-box .box-r img {
    margin-left: -88px;
  }

  .tabs ol > li .three-box .box-l img {
    margin-right: -87px;
  }

  .tabs ol > li .two-box {
    flex-direction: column;
  }

  .tabs ol > li .two-box img {
    width: 320px;
    margin: 40px 0;
  }

  .tabs ol > li .two-box .box-l,
  .tabs ol > li .two-box .box-r {
    width: 90%;
  }

  .tabs ol > li .two-box .box-l h2,
  .tabs ol > li .two-box .box-r h2 {
    padding: 0;
    text-align: center;
  }

  .tabs ol > li .two-box ul {
    margin-top: 22px;
    width: 100%;
    border: none;
    margin-bottom: 0 !important;
  }

  .tabs ol > li .two-box ul:last-child {
    margin-top: 0;
  }

  .tabs ol > li .two-box ul:after,
  .tabs ol > li .two-box ul:before {
    display: none;
  }

  .tabs ol > li .two-box ul s {
    display: none;
  }

  .tabs ol > li .two-box ul li {
    padding: 0 !important;
    padding: 15px 0 !important;
  }

  .tabs ol > li .two-box ul li p,
  .tabs ol > li .two-box ul li i {
    text-align: center;
  }

  .tabs ol > li .first-box {
    flex-direction: column;
  }

  .tabs ol > li .first-box img {
    width: 280px;
  }

  .tabs ol > li .first-box ul {
    margin-top: 60px;
    padding-right: 0;
  }

  .tabs ol > li .first-box ul s {
    top: -47px;
    right: 60px;
    transform: none;
  }

  .tabs ol > li .first-box ul li {
    padding-left: 0 !important;
  }

  .tabs .tabs-bot {
    border: none;
    flex-direction: column;
    justify-content: center;
  }

  .tabs .tabs-bot h2 {
    font-size: 28px;
  }

  .tabs .tabs-bot:after {
    display: none;
  }

  .tabs .tabs-bot .code-box {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .tabs ol > li.now .five-box .box-cen img {
    width: 80%;
  }

  .tabs ol > li .four-box {
    flex-direction: column;
    margin-top: 60px;
  }

  .tabs ol > li .four-box .jp-img {
    margin-bottom: 40px;
    width: 90%;
  }

  .tabs ol > li .four-box > img {
    margin-bottom: 40px;
    width: 90% !important;
  }

  .tabs ol > li .three-box {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .tabs ol > li .three-box .box-cen .circle-l,
  .tabs ol > li .three-box .box-cen .circle-r {
    width: 143px;
    height: 143px;
    font-size: 13px;
  }

  .tabs ol > li .three-box .box-cen .circle {
    width: 181px;
    height: 181px;
  }

  .tabs ol > li .three-box .box-cen .circle h2 {
    line-height: 181px;
  }

  .tabs ol > li .three-box .box-cen .circle p {
    font-size: 14px;
  }

  .tabs ol > li .three-box .box-l,
  .tabs ol > li .three-box .box-r {
    width: 100%;
  }

  .tabs ol > li .three-box .box-l img,
  .tabs ol > li .three-box .box-r img {
    display: none;
  }

  .tabs ol > li .three-box .box-l ul,
  .tabs ol > li .three-box .box-r ul {
    width: 100%;
    margin: 0;
  }

  .tabs ol > li .three-box .box-l ul li,
  .tabs ol > li .three-box .box-r ul li {
    width: 100% !important;
    background: #fff;
    color: #000;
    border-bottom: 1px dashed #ccc;
  }

  .tabs .tabs-bot {
    padding: 0;
  }

  .son-banner {
    height: 250px;
  }

  .son-banner .ab-txt h2 {
    font-size: 16px;
  }

  .son-banner .ab-txt p {
    display: none;
  }

  .grow-box p {
    margin-top: 40px;
  }

  .server {
    margin-bottom: 23px;
  }

  .server ul li {
    width: 100%;
    margin-bottom: 60px;
  }

  .server ul li:last-child {
    width: 100%;
    margin-top: 0;
  }

  .server ul li ol h3 {
    font-size: 22px;
  }

  .server ul li ol p {
    font-size: 14px;
  }

  .product-box ul {
    flex-wrap: wrap;
  }

  .product-box ul li {
    width: 100%;
    padding: 75px 0 55px 0px;
    margin-bottom: 20px;
  }

  .product-box ul li h4,
  .product-box ul li h3,
  .product-box ul li p {
    text-align: center;
  }

  .tabs .tab-tit {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .tabs .tab-tit .tab-nav {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.foot {
  margin-bottom: 134px;
}

@media (max-width: 1440px) {
  .foot {
    margin-bottom: 70px;
  }
}

@media (max-width: 1660px) {
  .w {
    width: 1200px;
  }
}

@media (max-width: 1440px) {
  .w {
    width: 1024px;
  }
}

@media (max-width: 1200px) {
  .w {
    width: 768px;
  }
}

@media (max-width: 768px) {
  .w {
    width: 100%;
    padding: 0 10px;
  }
}
.products_new .product-box {
  padding: 40px 70px;
  margin-top: 36px;
  border-radius: 28px;
}
.products_new .product-box ul {
  margin-top: 0 !important;
}
.person_new_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.person_new_items .tab-nav {
  display: flex;
  align-items: center;
  margin-top: 70px;
  column-gap: 20px;
}
.person_new_items .tab-nav p {
  cursor: pointer;
}
.person_new_items .tab-nav .now {
  color: #1079bd;
}
.person_new_items_main .tabs {
  margin-top: 20px;
  overflow: hidden;
}
