@charset "UTF-8";
@font-face {
  font-family: "cu";
  src: url(static/font/cu.ttf);
}
@font-face {
  font-family: "xi";
  src: url(static/font/xi.ttf);
}
/*声明 WebFont*/
body {
  padding: 0;
  margin: 0;
  font: normal 12px/180% "微软雅黑";
  color: #333;
  background: #fff;
  font-family: "mainContent";
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

div {
  margin: 0 auto;
  text-align: left;
  font: normal 12px/180% "微软雅黑";
  font-family: "微软雅黑";
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #3b84cc;
  text-decoration: none;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

i {
  font-style: normal;
}

input, img {
  vertical-align: middle;
}

input[type=button], input[type=submit] {
  vertical-align: middle;
  cursor: pointer;
}

/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
  margin: 0 auto;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

input[type=button], input[type=submit], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

body {
  background: url(../images/top.jpg) no-repeat top center #fff;
}

.p2body {
  background: url(../images/top1.jpg) no-repeat top center #fff;
}

.top {
  height: 605px;
  position: relative;
}
.top .logo {
  position: absolute;
  left: 40px;
  top: 40px;
}

.nav {
  width: 100%;
  height: auto;
  background: #f7f8fb;
}
.nav .navBox {
  width: 1170px;
  margin: 0 auto;
  height: auto;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 40px 0;
}
.nav .navBox .item {
  text-align: center;
  width: 14%;
  padding: 20px 0;
}
.nav .navBox .item img {
  margin-bottom: 10px;
}
.nav .navBox .item p {
  text-align: center;
  font-size: 28px;
}
.nav .subNav {
  width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0;
}
.nav .subNav .item {
  width: 33%;
  font-size: 36px;
  height: 170px;
  line-height: 170px;
  cursor: pointer;
  color: #656565;
  text-align: center;
}
.nav .subNav .item img {
  vertical-align: middle;
  margin-right: 10px;
}
.nav .subNav .item a {
  color: #656565;
}
.nav .subNav .active {
  background: url(../images/xian.png) no-repeat bottom center;
}

.tabContent {
  display: none;
}

.videoList {
  width: 1170px;
  margin: 30px auto;
}
.videoList .item {
  float: left;
  position: relative;
  width: 373px;
  padding: 30px 8px;
}
.videoList .item span.play {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../images/play1.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 80px;
}
.videoList .item img {
  margin-bottom: 12px;
}
.videoList .item p {
  font-size: 24px;
  text-align: center;
  position: relative;
}

.zhuanList {
  width: 1170px;
  margin: 30px auto;
}
.zhuanList .item {
  float: left;
  position: relative;
  width: 210px;
  padding: 30px 8px;
}
.zhuanList .item img {
  margin-bottom: 12px;
  padding: 15px;
  border-radius: 50%;
  background: url(../images/yuan.png) no-repeat;
}
.zhuanList .item h3 {
  font-size: 22px;
  color: #426dce;
  text-align: center;
  padding-bottom: 10px;
}
.zhuanList .item p {
  font-size: 14px;
  text-align: center;
  color: #4c4064;
}

.newsList {
  width: 1170px;
  margin: 30px auto;
}
.newsList .left {
  float: left;
  width: 790px;
}
.newsList .left .item {
  padding: 30px 0;
}
.newsList .left .item h3 {
  font-size: 24px;
  color: #426dce;
  padding: 10px 0 15px 0;
}
.newsList .left .item h3 a {
  color: #426dce;
}
.newsList .left .item p {
  font-size: 16px;
  color: #4c4c4c;
}
.newsList .right {
  float: right;
  width: 330px;
  background: #f8f8f8;
  height: 80vh;
  padding-top: 5vh;
}
.newsList .right ul {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.newsList .right ul li {
  font-size: 26px;
  color: #426dce;
  padding: 30px 0;
  background: url(../images/jiao.png) no-repeat center right;
  border-bottom: 1px solid #d4def5;
}
.newsList .right ul li a {
  color: #426dce;
}

.mainBox {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0 20px 0;
}
.mainBox h1 {
  font-size: 46px;
  line-height: 140%;
  padding-bottom: 10px;
  text-align: center;
}
.mainBox p {
  font-size: 18px;
  text-align: center;
}

.p1 {
  margin: 0 auto;
  padding: 40px 0;
}
.p1 h2 {
  margin-bottom: 30px;
}
.p1 h3 {
  font-size: 30px;
  line-height: 140%;
  padding: 0px 0 30px 0;
  width: 95%;
  margin: 0 auto;
}
.p1 .leftItem {
  width: 480px;
  float: left;
}
.p1 .leftItem ul {
  padding-left: 25px;
}
.p1 .leftItem ul li {
  padding: 8px 0 8px 20px;
  background: url(../images/dian.png) no-repeat left 18px;
  font-size: 18px;
  line-height: 160%;
}
.p1 .rightItem {
  float: right;
  margin-right: 10px;
  width: 485px;
  height: 270px;
  overflow: hidden;
}
.p1 .rightItem .swiper-slide p {
  width: 100%;
  height: 40px;
  background: url(../images/black.png);
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  line-height: 40px;
}
.p1 .rightItem .swiper-slide p a {
  color: #fff;
}

.p2 {
  background: #f5f4f4;
  padding: 30px 0;
  height: 205px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.p2More {
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  cursor: pointer;
}

.leftButton {
  display: inline-block;
  width: 17px;
  height: 175px;
  background: url(../images/left_b.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.rightButton {
  display: inline-block;
  width: 17px;
  height: 175px;
  background: url(../images/right_b.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.listBox {
  width: 1170px;
  margin: 30px auto;
}
.listBox .left {
  float: left;
  width: 359px;
}
.listBox .center {
  float: left;
  width: 380px;
}
.listBox .center .item {
  width: 295px;
  margin: 30px auto;
}
.listBox .center .item h3 {
  font-size: 24px;
  padding: 10px 0 15px 0;
  color: #426dce;
}
.listBox .center .item h3 a {
  color: #426dce;
}
.listBox .center .item p {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 160%;
}
.listBox .right {
  float: right;
  width: 375px;
}
.listBox .right .item {
  position: relative;
  padding-bottom: 30px;
}
.listBox .right .item span.play {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../images/play1.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 80px;
}
.listBox .right .item img {
  margin-bottom: 15px;
}
.listBox .right .item p {
  font-size: 24px;
  text-align: center;
}

.copyright {
  text-align: center;
  color: #333;
  font-size: 18px;
  height: 110px;
  width: 100%;
  padding-top: 40px;
}

.flash {
  -webkit-animation: flash 2s forwards;
  animation: flash 2s forwards;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tipText1s {
  -webkit-animation: tipText 18s ease infinite;
  animation: tipText 18s ease infinite;
}

.tipText2s {
  -webkit-animation: tipText 25s ease 2s infinite;
  animation: tipText 25s ease 2s infinite;
}

.tipText3s {
  -webkit-animation: tipText 25s ease 4s infinite;
  animation: tipText 25s ease 4s infinite;
}

.tipText4s {
  -webkit-animation: tipText 20s ease 5s infinite;
  animation: tipText 20s ease 5s infinite;
}

.tipText5s {
  -webkit-animation: tipText 15s ease infinite;
  animation: tipText 15s ease infinite;
}

.tipText6s {
  -webkit-animation: tipText 25s ease infinite;
  animation: tipText 25s ease infinite;
}

.tipText7s {
  -webkit-animation: tipText 15s ease 2s infinite;
  animation: tipText 15s ease 2s infinite;
}

.tipText8s {
  -webkit-animation: tipText 30s ease infinite;
  animation: tipText 30s ease infinite;
}

.tipText9s {
  -webkit-animation: tipText 18s ease 1s infinite;
  animation: tipText 18s ease 1s infinite;
}

.tipText10s {
  -webkit-animation: tipText 15s ease 3s infinite;
  animation: tipText 15s ease 3s infinite;
}

.tipText11s {
  -webkit-animation: tipText 25s ease infinite;
  animation: tipText 25s ease infinite;
}

.tipText12s {
  -webkit-animation: tipText 25s ease 5s infinite;
  animation: tipText 25s ease 2s infinite;
}

.tipText13s {
  -webkit-animation: tipText 22s ease 3s infinite;
  animation: tipText 22s ease 2s infinite;
}

.tipText14s {
  -webkit-animation: tipText 15s ease 2s infinite;
  animation: tipText 15s ease 2s infinite;
}

.tipText15s {
  -webkit-animation: tipText 20s ease 6s infinite;
  animation: tipText 20s ease 2s infinite;
}

.tipText16s {
  -webkit-animation: tipText 30s ease 5s infinite;
  animation: tipText 30s ease 2s infinite;
}

@-webkit-keyframes tipText {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@keyframes tipText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1500px);
  }
}
.move1 {
  -webkit-animation: move1 0.5s infinite;
  animation: move1 0.5s infinite;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes move1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
.people1 {
  -webkit-animation: people1 5s infinite;
  animation: people1 5s infinite;
  width: 750px;
  height: 1508px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@-webkit-keyframes people1 {
  0% {
    background: url(../images/people/u1/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u1/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u1/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u1/1.png) no-repeat;
    background-size: contain;
  }
}
@keyframes people1 {
  0% {
    background: url(../images/people/u1/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u1/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u1/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u1/1.png) no-repeat;
    background-size: contain;
  }
}
.people2 {
  -webkit-animation: people2 7s infinite;
  animation: people2 7s infinite;
  width: 750px;
  height: 1508px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@-webkit-keyframes people2 {
  0% {
    background: url(../images/people/u2/1.png) no-repeat;
    background-size: contain;
  }
  25% {
    background: url(../images/people/u2/2.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u2/3.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u2/4.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u2/1.png) no-repeat;
    background-size: contain;
  }
}
@keyframes people2 {
  0% {
    background: url(../images/people/u2/1.png) no-repeat;
    background-size: contain;
  }
  25% {
    background: url(../images/people/u2/2.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u2/3.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u2/4.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u2/1.png) no-repeat;
    background-size: contain;
  }
}
.people3 {
  -webkit-animation: people3 5s infinite;
  animation: people3 5s infinite;
  width: 750px;
  height: 1508px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@-webkit-keyframes people3 {
  0% {
    background: url(../images/people/u3/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u3/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u3/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u3/1.png) no-repeat;
    background-size: contain;
  }
}
@keyframes people3 {
  0% {
    background: url(../images/people/u3/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u3/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u3/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u3/1.png) no-repeat;
    background-size: contain;
  }
}
.people4 {
  -webkit-animation: people4 5s infinite;
  animation: people4 5s infinite;
  width: 750px;
  height: 1508px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@-webkit-keyframes people4 {
  0% {
    background: url(../images/people/u4/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u4/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u4/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u4/1.png) no-repeat;
    background-size: contain;
  }
}
@keyframes people4 {
  0% {
    background: url(../images/people/u4/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u4/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u4/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u4/1.png) no-repeat;
    background-size: contain;
  }
}
.flash1 {
  -webkit-animation: flash1 2s forwards;
  animation: flash1 2s forwards;
}

@-webkit-keyframes flash1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p1_mask {
  -webkit-animation: p1_mask 2s ease infinite;
  animation: p1_mask 2s ease infinite;
}

@-webkit-keyframes p1_mask {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes p1_mask {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*手臂动作*/
.btns {
  -webkit-animation: btns 0.6s ease infinite;
  animation: btns 0.6s ease infinite;
}

@-webkit-keyframes btns {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes btns {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
@-webkit-keyframes btns1 {
  0% {
    -webkit-transform: opacity(0);
    transform: opacity(0);
  }
  100% {
    -webkit-transform: opacity(1);
    transform: opacity(1);
  }
}
@keyframes btns1 {
  0% {
    transform: opacity(0);
  }
  100% {
    transform: opacity(1);
  }
}
/*文字移动*/
.bganimation {
  -webkit-animation: bganimation 2s forwards;
  animation: bganimation 2s forwards;
  transform-origin: center center;
}

@-webkit-keyframes bganimation {
  0% {
    -webkit-transform: opacity(1) scale(0.3);
    transform: opacity(1) scale(0.3);
  }
  100% {
    -webkit-transform: opacity(0) scale(6);
    transform: opacity(0) scale(6);
  }
}
@keyframes bganimation {
  0% {
    transform: opacity(1) scale(0.3);
  }
  100% {
    transform: opacity(0) scale(6);
  }
}
/*流星动作*/
.star_1 {
  -webkit-animation: star 10s ease infinite;
  animation: star 10s ease infinite;
}

.star_2 {
  -webkit-animation: star 7s ease infinite;
  animation: star 7s ease infinite;
}

.star_3 {
  -webkit-animation: star 12s ease infinite;
  animation: star 12s ease infinite;
}

@-webkit-keyframes star {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1300px) translateY(1000px);
    transform: translateX(-1300px) translateY(1000px);
    opacity: 0;
  }
}
@keyframes star {
  0% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1300px) translateY(1000px);
    opacity: 0;
  }
}
/*按钮放大效果*/
.login {
  -webkit-animation: login 3s ease 1s infinite;
  animation: login 3s ease 1s infinite;
}

@-webkit-keyframes loginMove {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes loginMove {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*文字运动*/
.textMove {
  -webkit-animation: textMove 0.6s ease forwards;
  animation: textMove 0.6s ease forwards;
}

@-webkit-keyframes textMove {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes textMove {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*提示运动*/
.p1_jiao {
  -webkit-animation: p1_jiao 3s ease infinite;
  animation: p1_jiao 3s ease infinite;
}

@-webkit-keyframes p1_jiao {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1;
  }
}
@keyframes p1_jiao {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(40px);
    opacity: 1;
  }
}
/*飞机运动*/
.flyAnimation {
  -webkit-animation: fly 23s ease infinite;
  animation: fly 23s ease infinite;
}

.flyAnimation1 {
  -webkit-animation: fly 15s ease infinite;
  animation: fly 15s ease infinite;
}

.flyAnimation2 {
  -webkit-animation: fly 40s ease infinite;
  animation: fly 40s ease infinite;
}

@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(40px) translateY(60px);
    transform: translateX(40px) translateY(60px);
  }
  50% {
    -webkit-transform: translateX(-30px) translateY(30);
    transform: translateX(-30px) translateY(30px);
  }
  75% {
    -webkit-transform: translateX(-60px) translateY(0);
    transform: translateX(-60px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes fly {
  0% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(40px) translateY(60px);
  }
  50% {
    transform: translateX(-30px) translateY(30px);
  }
  75% {
    transform: translateX(-60px) translateY(0);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
.flaseMove {
  -webkit-animation: flaseMove 0.5s ease forwards;
  animation: flaseMove 0.5s ease forwards;
  transform-origin: center center;
}

@-webkit-keyframes flaseMove {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes flaseMove {
  0% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
/*提示动画*/
.tip {
  -webkit-animation: tip 0.3s ease forwards;
  animation: tip 0.3s ease forwards;
  transform-origin: center center;
}

@-webkit-keyframes tip {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes tip {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes tip1 {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes tip1 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes tip2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  100% {
    -webkit-transform: translateX(200px) translateY(0);
    transform: translateX(200px) translateY(0);
  }
}
@keyframes tip2 {
  0% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(200px) translateY(0);
  }
}
@-webkit-keyframes gezi {
  0% {
    background: url(../images/g1.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/g2.png) no-repeat;
    background-size: contain;
  }
}
@keyframes gezi {
  0% {
    background: url(../images/g1.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/g2.png) no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes tipMove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}
@keyframes tipMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200px);
  }
}
/*手臂运动*/
.p4_hand {
  -webkit-animation: hand1 5s ease infinite;
  animation: hand1 5s ease infinite;
  transform-origin: center bottom;
}

@-webkit-keyframes hand1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hand1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=default.css.map */