@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

#app {
  min-width: 1200px;
  font-family: 'Microsoft Yahei';
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  user-select: none;
  overflow-x: hidden;
}

#wrapper {
  position: relative;
}

.logo {
  position: absolute;
  width: 172px;
  height: 63px;
  top: 20px;
  left: 50%;
  margin-left: -550px;
  background-image: url(../images/logo.png?v=2);
  background-size: 100% 100%;
  z-index: 99;
}

.main {
  height: 960px;
  background: url(../images/bg.jpg) #2b0b0f no-repeat;
  background-position: top center;
}

.btns {
  width: 1131px;
  height: 676px;
  position: absolute;
  left: 50%;
  margin-left: -565.5px;
  top: 259px;
  background: url('../images/btns.png');
  background-size: 100%;
}

.btns > div {
  cursor: pointer;
  position: absolute;
  width: 187px;
  height: 176px;
}

.btn1 {
  left: 179px;
  top: 52px;
}

.btn2 {
  left: 71px;
  top: 232px;
}

.btn3 {
  left: 161px;
  top: 400px;
}

.btn4 {
  left: 833px;
  top: 101px;
}

.btn5 {
  left: 886px;
  top: 355px;
}

.btn6 {
  width: 367px !important;
  height: 120px !important;
  left: 392px !important;
  top: 537px !important;
}

.active_content {
  width: 100%;
  height: 3700px;
  background: url(../images/subbg.jpg?v=1) no-repeat;
  background-position: top center;
  overflow: hidden;
  display: none;
}

.active_title {
  width: 256px;
  height: 422px;
  position: fixed;
  right: 12px;
  top: 200px;
  background: url(../images/nav.png?v=4) no-repeat;
  background-size: auto 100%;
  background-position: right;
  z-index: 50;
}

.active_title ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.active_title li {
  width: 100%;
  height: 73px;
  margin: 0 auto;
  /* margin-top: 11px; */
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 43px;
}

.active_title li:nth-of-type(1) {
  margin-top: 28px;
}

.active_title li.act {
  background: url(../images/nav.png?v=4) no-repeat;
  background-position-x: -5px;
}
.active_title li:nth-of-type(1).act {
  background-position-y: -28px;
}
.active_title li:nth-of-type(2).act {
  background-position-y: -101px;
}
.active_title li:nth-of-type(3).act {
  background-position-y: -174px;
}
.active_title li:nth-of-type(4).act {
  background-position-y: -247px;
}
.active_title li:nth-of-type(5).act {
  background-position-y: -320px;
}
#content {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 200px;
}

#content.act {
  background: url(../images/contbg1.jpg?v=1) no-repeat;
  background-position: top center;
}

#content img {
  display: block;
  margin: 1025px auto 0;
}

#navigation {
  position: absolute;
  top: 22px;
  right: 30px;
  height: 47px;
  z-index: 99;
}

.home {
  background: url(../images/link1.png) no-repeat;
}

.start {
  background: url(../images/link1.png) no-repeat;
  background-position: 100% 0;
}

.web4399 {
  background: url(../images/link1.png) no-repeat;
  background-position: 50% 0;
}

.btn-link {
  float: left;
  width: 158px;
  height: 47px;
}

@keyframes step_id {
  0% {
    opacity: 1;
    scale: 1;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

/* 版本提示 */
#NIE-warning-tips {
  display: none;
}

#NIE-warning-bg {
  display: none;
}

#NIE-warning-dialog {
  display: none;
}

.p-f-record a {
  color: #4f4f4f;
}

.hide {
  display: none;
}

.gotop {
  width: 62px;
  height: 62px;
  margin: 0 auto;
  cursor: pointer;
}
