a {
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
#audio {
  display: none;
}
body {
  background: #120f0b
}
.point-arrow {
    display: block;
    width: 80%;
    padding: 1rem;
    left: 10%;
    position: absolute;
    bottom: 0.6rem;
    border: none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline: none
  }
.container {
  max-width: 640px;
  margin: 0 auto;
  /*background: url("../img/bg.jpg");*/
  background-size: 100% 100%;
  height: 100%;
  position: relative;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.m-vision {
  position: absolute;
  top: 16%;
  width: 80%;
  left: 10%;
}
.m-vision .flash-star {
  position: absolute;
  left: -3%;
    top: 39%;
  animation: change 1.5s infinite linear;
  -webkit-animation: change 1.5s infinite linear;
}
.icon-logo {
  position: absolute;
  bottom: 14%;
  left: 39%;
}
.arrow {
  left: 38%;
  position: absolute;
  bottom: 0.6rem;
  animation: myfirst 1s infinite ease-in-out;
  -webkit-animation: myfirst 1s infinite ease-in-out;
}
@keyframes myfirst {
  0% {
    opacity: 1;
    bottom: 0.62rem;
  }
  100% {
    opacity: 0.1;
    bottom: 0.6rem;
  }
}
@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    bottom: 0.28rem;
  }
  100% {
    opacity: 0.1;
    bottom: 0.25rem;
  }
}
@keyframes change {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes change {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#music {
  position: fixed;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 999;
  width: 0.9rem;
}
.wrap {
  width: 94%;
  margin: 0 auto;
}
.wrap .head {
  background: #7a7f96;
  padding: 0.4rem 0 1rem;
  border-radius: 0.22rem 0.22rem 0 0 ;
}
.wrap .con {
  position: relative;
  top: -0.6rem;
  border-radius: 0.22rem  ;
  background: #fff;
  overflow: hidden;
}
.wrap .con h1 {
  text-align: center;
  padding: 0.4rem 0 0.4rem;
  font-size: 0.5rem;
}
.wrap .con .sideways {
  width: 0.8rem;
  height: 0.12rem;
  background: #dcdcdc;
  margin: 0.4rem auto 0.6rem;
}
.wrap .con p.desc {
  color: #666;
  line-height: 0.7rem;
  font-size: 0.36rem;
  letter-spacing: 1px;
  padding-bottom: 0.4rem;
  padding: 0 0.4rem 0.3rem;
}
.list {
  background: #f5f5f5;
  padding: 0.1rem 0 0.3rem;
}
.list a {
  display: block;
}
.trigon {
  width: 0.8rem;
  position: relative;
  top: 0.1rem;
  left: 4.3rem;
}
.con-company p {
  font-size: 0.40625rem;
  line-height: 0.8rem;
  padding: 0 0.8rem;
}
.con-company ul {
  background: #f5f5f5;
  padding-bottom: 0.8rem;
}
.con-company ul li {
  width: 2.65625rem;
  height: 4.6rem;
  overflow: hidden;
  float: left;
  margin-left: 0.36rem;
  position: relative;
  margin-top: 0.12rem;
  text-align: center;
}
.con-company ul li h2 {
  padding: 0.2rem 0;
  color: #333;
  font-size: 0.38rem;
}
.con-company ul li abbr {
  color: #333;
  font-size: 12px;
  line-height: 18px;
}
.con-company ul li .more {
  position: absolute;
  width: 0.46rem;
  left: 0.1rem;
  top: 0.1rem;
}
.con-company ul li .people {
  width: 100%;
}
.people-con {
  padding: 0.8rem 0;
  text-align: center;
}
.people-con h2 {
  margin: 0.3rem auto 0.2rem;
  font-size: 0.51rem;
  color: #333;
}
.people-con abbr {
  font-size: 0.375rem;
}
.footer {
  margin: 1rem 0 1.6rem;
}
.footer span {
  display: block;
  margin-top: 0.8rem;
  border-top: 2px solid #f5f5f5;
  padding-top: 0.4rem;
  width: 86%;
  margin: 0.6rem auto;
  color: #999999;
  padding-top: 0.6rem;
}
.footer .share {
  margin: 0 0.9rem;
}
.list-titile {
  background: #f5f5f5;
  overflow: hidden;
  padding: 0 0.4rem;
}
.list-titile a {
  display: block;
  margin: 0.7rem 0;
  font-size: 0.40625rem;
  color: #333;
}
.list-titile img {
  float: right;
  margin-top: -0.15rem;
}
.other-con {
  /*padding: 1.4rem 0 0.2rem;*/
}
.other-con h2 {
  line-height: 0.8rem;
}
h3 {
  text-align: center;
  font-size: 0.46rem;
  margin-bottom: 0.3rem;
  margin-top: 1.1rem;
  color: #333;
}
.share-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: none;
}
