@charset "UTF-8";

.index-wrap {
  width: 100%;
  height: 100vh;
  min-height: 5.625rem;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 0.09375rem;
  background: url("../img/bg.jpg") no-repeat center center/cover;
}

.comWidth {
  width: 6.27rem;
}

.bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.9rem;
  z-index: 2;
  background: url("../img/bg-bottom.png") no-repeat center center/cover;
}

.cover-guang {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  height: 100%;
  width: 100%;
  background: url("../img/cover.png") no-repeat center center/auto 100%;
}

.top-menu {
  position: absolute;
  top: 0.09375rem;
  height: 0.229rem;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-menu .logo {
  height: 100%;
  margin-right: 1.04rem;
}

.top-menu .logo>img {
  height: 0.1927rem;
}

.menu-list {
  height: 100%;
}

.menu-list>a {
  padding: 0 0.083rem;
  margin: 0 0.04rem;
  color: inherit;
  font-size: inherit;
  line-height: 0.229rem;
  position: relative;
}

.menu-list>a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.015625rem;
  background: #fff;
  display: block;
  content: "";
  transition: all 0.5s linear;
  transform: translate(-50%, 0);
}

.menu-list>a.active, .menu-list>a:hover {
  color: #dfe4fe
}

.menu-list>a.active::after, .menu-list>a:hover::after {
  width: 100%;
}

.con-main {
  position: absolute;
  top: 1rem;
  width: 100%;
  z-index: 10;
}

.con-one {
  padding-bottom: 0.1875rem;
}

.slogan {
  height: 0.64583rem;
  margin-bottom: 0.29rem;
}

.btn-title {
  line-height: 0.28125rem;
  color: inherit;
  font-size: inherit;
  text-align: right;
  width: 0.5729rem;
}

.btn-wrap {
  width: 100%;
}

.btn-wrap>a {
  margin-left: 0.09375rem;
  height: 0.28125rem;
}

.btn-wrap>a.btn-zhizuo, .btn-wrap>a.btn-bianji {
  height: 0.296875rem;
}

.btn-wrap>a>img {
  height: 100%
}

.con-two {
  padding-top: 0.26rem;
  background: url("../img/line.png") no-repeat top left/auto 0.0052rem;
}

.con-two-main {}

.btn-wrap-download {
  margin-bottom: 0.20833rem;
}

.bottom-main {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 0.239583rem;
  height: 1.660417rem;
  z-index: 10;
}

.bottom-main-top {
  height: 0.59375rem;
  padding-bottom: 0.1979rem;
  border-bottom: 1px solid #7889bc;
}

.bt-con {
  height: 100%;
}

.bt-con-item {
  width: calc(20% - 0.239583rem);
  height: 100%;
  position: relative;
}

.bt-con-item-title {
  height: 0.1927rem;
  color: inherit;
  font-size: inherit;
  margin-bottom: 0.0729rem;
}

.bt-con-item-title>img {
  height: 100%;
  margin-right: 0.04rem;
}

.ms {
  font-size: 0.0729rem;
  line-height: 0.104rem;
  color: inherit;
}

.bt-con-item::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  display: block;
  content: "";
  background: #7889bc;
}

.bt-con-item:last-child::after {
  display: none
}

.bottom-main-bottom {
  padding-top: 0.1979rem;
}

.xieyi-top {
  line-height: 0.18229rem;
}

.xieyi-top>a {
  padding: 0 0.125rem;
  position: relative;
  color: inherit;
  font-size: 0.0729rem;
}

.xieyi-top>a:nth-child(odd)::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 0.078125rem;
  width: 0.015625rem;
  display: block;
  content: "";
  background: #fff;
}

.banquan {
  color: inherit;
  font-size: 13px;
  line-height: 0.125rem;
  margin-top: 0.104rem;
  text-align: center;
}