@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: 625px;
  height: 495px;
  position: absolute;
  left: 50%;
  margin-left: -322px;
  top: 376px;
}
.btns > div{
  cursor: pointer;
  position: absolute;
  width: 130px;
  height: 130px;
  transform: rotate(45deg);
}
.btn1{
  left: 55px;
  top: 224px;
}
.btn2{
  left: 258px;
  top: 224px;
}
.btn3{
  left: 460px;
  top: 224px;
}
.btn4{
  left: 155px;
  top: 330px;
}
.btn5{
  left: 357px;
  top: 330px;
}
.btn6{
  width: 150px !important;
  height: 150px !important;
  left: 0px !important;
  top: 0px !important;
}

.active_content {
  width: 100%;
  height: 3700px;
  background: url(../images/subbg.jpg) no-repeat;
  background-position: top center;
  overflow: hidden;
  display: none;
}
.active_content.active{
  background: url(../images/subbg1.jpg) no-repeat;
  background-position: top center;
}

.active_title {
  width: 120px;
  height: 484px;
  position: fixed;
  right: 0;
  top: 200px;
  background: url(../images/nav.png?v=2) no-repeat;
  z-index: 50;
}
.active_title ul{
  margin-top: 0px;
  overflow: hidden;
}
.active_title li {
  width: 100%;
  height: 110px;
  margin-top: -21px;
  cursor: pointer;
}
.active_title li.nav1{
  margin-top: 0;
}
.nav1.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -127px 0px;
}
.nav2.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -262px -89px;
}
.nav3.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -390px -178px;
}
.nav4.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -516px -267px;
}
.nav5.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -640px -356px;
}

#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: 990px 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: 122px;
  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{
  width: 62px;
  height: 62px;
  margin: 0 auto;
  cursor: pointer;
}