/*首页样式*/
@media screen and (min-height: 480px) {
  .main .logo {
    margin-top: 20px;
  }
  .main .turntable_box {
    height: calc(-11%);
  }
  .main .turntable_box .turntable {
    width: 90%;
    padding-bottom: 90%;
  }
  .main .turntable_box .turntable .title {
    width: 49px;
    height: 28px;
  }
}
@media screen and (max-height: 480px) {
  .main .logo {
    margin-top: 10px;
  }
  .main .turntable_box {
    height: calc(-1%);
  }
  .main .turntable_box .turntable {
    width: 75%;
    padding-bottom: 75%;
  }
  .main .turntable_box .turntable .title {
    width: 40px;
    height: 22px;
  }
}
.main .logo {
  width: 100px;
  height: 41px;
  margin-left: auto;
  margin-right: auto;
}
.main .text_box {
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.main .turntable_box {
  width: 100%;
  position: relative;
}
.main .turntable_box .turntable {
  height: 0px;
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.main .turntable_box .turntable .img {
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.main .turntable_box .turntable .img.img_1 {
  width: 100%;
  height: 100%;
  background-image: url(../images/index_animation/1.png);
  z-index: 0;
}
.main .turntable_box .turntable .img.img_2 {
  width: 70%;
  height: 70%;
  background-image: url(../images/index_animation/2.png);
  z-index: 1;
  animation: outer_turn 2s linear infinite;
  -moz-animation: outer_turn 2s linear infinite;
  -webkit-animation: outer_turn 2s linear infinite;
  -o-animation: outer_turn 2s linear infinite;
}
.main .turntable_box .turntable .img.img_3 {
  width: 54.7%;
  height: 54.7%;
  background-image: url(../images/index_animation/3.png);
  z-index: 2;
}
.main .turntable_box .turntable .img.img_4 {
  width: 37%;
  height: 37%;
  background-image: url(../images/index_animation/4.png);
  z-index: 3;
  animation: inside_turn 2s linear infinite;
  -moz-animation: inside_turn 2s linear infinite;
  -webkit-animation: inside_turn 2s linear infinite;
  -o-animation: inside_turn 2s linear infinite;
}
.main .turntable_box .turntable .title {
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/index_animation/5.png);
  z-index: 4;
}
/*新修改样式*/
.page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-01 {
  background-color: #2a2b33;
}
.page-01 h2,
.page-02 h2,
.page-02 h4,
.page-03 h2,
.page-03 h4,
.page-04 h2,
.page-04 h4 {
  color: #fff;
  transform: translate3d(0, 6.25rem, 0);
  -webkit-transform: translate3d(0, 6.25rem, 0);
  opacity: 0;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  margin: 0;
}
.page-01 .text_box {
  width: 90%;
  margin: 0 auto;
  color: #9c9d9e;
  transform: translate3d(0, 6.25rem, 0);
  -webkit-transform: translate3d(0, 6.25rem, 0);
  opacity: 0;
  transition: all 1.5s .3s ease;
  -webkit-transition: all 1.5s .3s ease;
}
.page-01 .content_box {
  width: 100%;
  height: calc(60%);
  position: relative;
  transform: translateY(21%);
  -webkit-transform: translateY(21%);
}
.page-01 .cont-01 {
  width: 10.35rem;
  height: 10.35rem;
  border: 1px solid #5c5d63;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  top: 0.75rem;
  left: 50%;
  margin-left: -5.175rem;
  opacity: 0;
  transition: all 1.5s .9s ease;
  -webkit-transition: all 1.5s .9s ease;
}
.page-01 .cont-01 .cont-inner {
  width: 7.675rem;
  height: 7.675rem;
  border: 1px solid #5c5d63;
  border-radius: 100%;
  background-color: transparent;
  margin: 1.375rem auto 0;
}
.page-01 .cont-02 {
  width: 11.6rem;
  height: 11.525rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5.8rem;
  opacity: 0;
  transition: all 1.5s 1.2s ease;
  -webkit-transition: all 1.5s 1.2s ease;
}
.page-01 .cont-02 ul li {
  list-style: none;
  position: absolute;
  width: 2.125rem;
  height: 2.125rem;
}
.page-01 .cont-02 ul li span {
  display: block;
}
.page-01 .cont-02 ul li .span1 {
  width: 2.125rem;
  height: 2.125rem;
  color: #fff;
  font-size: 0.45rem;
  background-color: #0070c0;
  text-align: center;
  border-radius: 100%;
  line-height: 0.625rem;
  padding-top: 0.45rem;
}
.page-01 .cont-02 ul li .span1 em {
  font-style: normal;
}
.page-01 .cont-02 ul li .span2 {
  width: 2.125rem;
  position: absolute;
  left: 2rem;
  font-size: 0.35rem;
  color: #fff;
  line-height: 0.675rem;
  text-align: right;
  top: 0;
}
.page-01 .cont-02 ul li:nth-child(1) {
  top: -0.25rem;
  left: 50%;
  margin-left: -0.95rem;
}
.page-01 .cont-02 ul li:nth-child(2) {
  top: 2.5rem;
  left: 0;
}
.page-01 .cont-02 ul li:nth-child(2) .span2 {
  left: -1.925rem;
  top: 2rem;
}
.page-01 .cont-02 ul li:nth-child(3) {
  top: 2.5rem;
  right: 0;
}
.page-01 .cont-02 ul li:nth-child(3) .span2 {
  top: 2rem;
  left: 1.25rem;
}
.page-01 .cont-02 ul li:nth-child(4) {
  top: 7rem;
  left: 0rem;
}
.page-01 .cont-02 ul li:nth-child(4) .span2 {
  top: 2rem;
  left: -2rem;
}
.page-01 .cont-02 ul li:nth-child(5) {
  top: 7rem;
  right: 0rem;
}
.page-01 .cont-02 ul li:nth-child(5) .span2,
.page-01 .cont-02 ul li:nth-child(6) .span2 {
  top: 2rem;
  left: 1.25rem;
}
.page-01 .cont-02 ul li:nth-child(6) {
  bottom: -0.75rem;
  left: 50%;
  margin-left: -0.95rem;
}
@media screen and (max-width: 400px) {
  .page-01 .cont-02 ul li .span2 {
    width: 2.625rem;
  }
}
.page-01 .cont-03 {
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  top: 3.25rem;
  left: 50%;
  margin-left: -2.7rem;
  background: url(../images/images2017/page1_02.png) no-repeat;
  background-size: 5.4rem 5.4rem;
  animation: outer_turn 10s linear infinite;
  -webkit-animation: outer_turn 10s linear infinite;
  opacity: 0;
  transition: all 1.5s 1.5s ease;
  -webkit-transition: all 1.5s 1.5s ease;
}
.page-01 .cont-04 {
  width: 6.375rem;
  height: 6.625rem;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  margin-left: -3.325rem;
  opacity: 0;
  transition: all 1.5s 1.8s ease;
  -webkit-transition: all 1.5s 1.8s ease;
}
.page-01 .cont-04 li {
  text-align: center;
  list-style: none;
  width: 2.5rem;
  line-height: 0.65rem;
  position: absolute;
}
.page-01 .cont-04 li p {
  margin: 0;
}
.page-01 .cont-04 li p:nth-child(1) {
  font-size: 1.5rem;
  color: #ef894a;
  font-weight: 900;
}
.page-01 .cont-04 li p:nth-child(2) {
  font-size: 0.4rem;
  color: #7c7c7c;
  margin-top: 0.25rem;
}
.page-01 .cont-04 li:nth-child(1) {
  left: 50%;
  margin-left: -1rem;
  top: 0.25rem;
}
.page-01 .cont-04 li:nth-child(2) {
  left: -0.125rem;
  top: 2.575rem;
  margin-left: -0.5rem;
}
.page-01 .cont-04 li:nth-child(3) {
  right: -0.125rem;
  top: 2.575rem;
  margin-right: -0.875rem;
}
.page-01 .cont-04 li:nth-child(4) {
  left: 50%;
  margin-left: -1rem;
  bottom: -0.625rem;
}
.page-01 .cont-05 {
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  top: 4.35rem;
  left: 50%;
  margin-left: -1.7rem;
  background: #f29e57;
  border-radius: 100%;
  box-shadow: 0px 0px 0.125rem 0.125rem #2c2c39;
  font-size: 0.75rem;
  text-align: center;
  line-height: 3.4rem;
  color: #fff;
  opacity: 0;
  transition: all 1.5s 2.1s ease;
  -webkit-transition: all 1.5s 2.1s ease;
}
.page-02 h2 {
  color: #252525;
}
.page-02 h4,
.page-03 h4,
.page-04 h4 {
  color: #252525;
  font-size: 16px;
  transform: translate3d(0, 8.75rem, 0);
  -webkit-transform: translate3d(0, 8.75rem, 0);
  text-transform: uppercase;
  transition-delay: .6s;
}
.page-02 .service-list {
  transform: translate3d(0, 2rem, 0);
}
.page-02 .service-list ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.page-02 .service-list ul li {
  float: left;
  list-style: none;
  margin: 0 0 0.25rem 2.5rem;
  opacity: 1;
}
.page-02 .service-list ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.page-02 .service-list ul li a img {
  width: 4.2rem;
  height: 4.2rem;
}
.page-02 .service-list ul li a p {
  color: #0070c0;
  font-size: 16px;
}
.page-02 .service-list ul li.list-tran03s {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.page-02 .service-list ul li.list-tran06s {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.page-02 .service-list ul li.list-tran09s {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.page-03 {
  background-image: url(../images/images2018/customer_bj.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-03 h4,
.page-04 h4 {
  color: #fff;
}
.page-03 .customer-list {
  transform: translate3d(0, 2.5rem, 0);
  -webkit-transform: translate3d(0, 2.5rem, 0);
}
.page-03 .customer-list ul {
  overflow: hidden;
  padding: 0;
  text-align: center;
  font-size: 0px;
}
.page-03 .customer-list ul li {
  list-style: none;
  display: inline-block;
  width: 4.625rem;
  height: 2.75rem;
  border: 1px solid #445063;
  box-sizing: border-box;
}
.page-03 .customer-list ul li a,
.page-03 .customer-old-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-03 .customer-list ul li img,
.page-03 .customer-old-list ul li img {
  width: 100%;
  height: 100%;
}
.page-03 .customer-list ul li.animate-07s {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-delay: .7s;
  -webkit-animation-delay: .7s;
}
.page-03 .customer-list ul li.animate-1spot2s {
  animation-duration: 1.8s;
  -webkit-animation-duration: 1.8s;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.page-03 .customer-list ul li.animate-1spot7s {
  animation-duration: 2.1s;
  -webkit-animation-duration: 2.1s;
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.page-03 .customer-list ul li.animate-2spot2s {
  animation-duration: 2.4s;
  -webkit-animation-duration: 2.4s;
  animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
}
.page-03 .customer-old-list {
  transform: translate3d(0, 2.5rem, 0);
  -webkit-transform: translate3d(0, 2.5rem, 0);
  transition: all 1.5s 3.7s ease;
  -webkit-transition: all 1.5s 3.7s ease;
  opacity: 0;
}
.page-03 .customer-old-list ul {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.page-03 .customer-old-list ul li {
  display: inline-block;
  width: 3.125rem;
  height: 1.125rem;
}
.page-04 {
  background-image: url(../images/images2018/contact_bj.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-04 .contact-list {
  transform: translate3d(0, 3.75rem, 0);
  -webkit-transform: translate3d(0, 3.75rem, 0);
}
.page-04 .contact-list dl {
  text-align: center;
  font-size: 0;
}
.page-04 .contact-list dl dt {
  display: inline-block;
  width: 3.65rem;
  height: 3.65rem;
  border: 1px solid #49494e;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  line-height: 3.65rem;
}
.page-04 .contact-list dl dt i {
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
}
.page-04 .contact-list dl dd {
  display: inline-block;
  text-align: left;
  width: 70%;
  vertical-align: top;
  margin-left: 0.375rem;
}
.page-04 .contact-list dl dd span {
  color: #fff;
  font-size: 0.525rem;
  display: block;
  margin-top: 0.625rem;
}
.page-04 .contact-list dl.animate-1s {
  animation-duration: 1.4s;
  -webkit-animation-duration: 1.4s;
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.page-04 .contact-list dl.animate-1spot5s {
  animation-duration: 1.4s;
  -webkit-animation-duration: 1.4s;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.page-04 .contact-list dl.animate-2s {
  animation-duration: 1.4s;
  -webkit-animation-duration: 1.4s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.page-01.play h2,
.page-02.play h2,
.page-03.play h2,
.page-04.play h2 {
  transform: translate3d(0, 1.25rem, 0);
  -webkit-transform: translate3d(0, 1.25rem, 0);
  opacity: 1;
}
.page-01.play .text_box {
  transform: translate3d(0, 1.75rem, 0);
  -webkit-transform: translate3d(0, 1.75rem, 0);
  opacity: 1;
}
.page-01.play .cont-01,
.page-01.play .cont-02,
.page-01.play .cont-03,
.page-01.play .cont-04,
.page-01.play .cont-05 {
  opacity: 1;
}
.page-02.play h4,
.page-03.play h4,
.page-04.play h4 {
  transform: translate3d(0, 1.375rem, 0);
  -webkit-transform: translate3d(0, 1.375rem, 0);
  opacity: 1;
}
.page-03.play .customer-old-list {
  opacity: 1;
}
@keyframes outer_turn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes outer_turn {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes outer_turn {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes outer_turn {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes inside_turn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes inside_turn {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes inside_turn {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-o-keyframes inside_turn {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg);
  }
}
