@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: 446px;
  height: 510px;
  position: absolute;
  left: 50%;
  margin-left: -205px;
  top: 364px;
}
.btns > div{
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 100px;
}
.btn1{
  left: 0px;
  top: 29px;
}
.btn2{
  left: 115px;
  top: 0;
}
.btn3{
  left: 238px;
  top: 32px;
}
.btn4{
  left: 327px;
  top: 137px;
}
.btn5{
  width: 120px !important;
  height: 120px !important;
  left: 260px;
  top: 256px;
}
.btn6{
  width: 145px !important;
  height: 112px !important;
  left: 145px;
  top: 374px;
}

.active_content {
  width: 100%;
  height: 4100px;
  background: url(../images/subbg.jpg) no-repeat;
  background-position: top center;
  overflow: hidden;
  display: none;
}

.active_title {
  width: 176px;
  height: 388px;
  position: fixed;
  right: 10px;
  top: 200px;
  background: url(../images/nav.png) no-repeat;
  z-index: 50;
}
.active_title ul{
  margin-top: 64px;
}
.active_title li {
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  /* border-radius: 14px; */
}
.active_title li.nav1{
  height: 32px;
}
.nav1.act {
  background: url(../images/nav.png?v=1) no-repeat;
  background-position: -189px -64px;
}
.nav2.act {
  background: url(../images/nav.png?v=1) no-repeat;
  background-position: -189px -108px;
}
.nav3.act {
  background: url(../images/nav.png?v=1) no-repeat;
  background-position: -189px -152px;
}
.nav4.act {
  background: url(../images/nav.png?v=1) no-repeat;
  background-position: -189px -196px;
}
.nav5.act {
  background: url(../images/nav.png?v=1) no-repeat;
  background-position: -189px -240px;
}

#content {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#content.act{
  background: url(../images/contbg1.jpg?v=1) no-repeat;
  background-position: top center;
}
#content img{
  display: block;
  margin: 1100px auto 0;
}
#navigation {
  position: absolute;
  top: 22px;
  right: 0px;
  width: 470px;
  height: 47px;
  z-index: 99;
}

.home {
  background: url(../images/link.png) no-repeat;
}

.start {
  background: url(../images/link.png) no-repeat;
  background-position: 100% 0;
}

.web4399 {
  background: url(../images/link.png) no-repeat;
  background-position: 50% 0;
}

.btn-link {
  float: left;
  width: 120px;
  height: 47px;
}

@keyframes step_id {
  0% {
    opacity: 1;
    scale: 1;
  }

  50% {
    opacity: .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{
  height: 80px;
  cursor: pointer;
}
.gotop:hover{
  background: url(../images/nav.png?v=1) no-repeat;
  background-position: -189px -284px;
}