@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 {
  display: block;
  width: 225px;
  height: 110px;
  margin-left: 0;
}
.main{
  height: 960px;
  background: url(../images/bg.jpg) #2b0b0f no-repeat;
  background-position: top center;
}
.btns{
  width: 115px;
  height: 115px;
  position: absolute;
  left: 50%;
  margin-left: -240px;
  top: 368px;
  cursor: pointer;
}
.active_content {
  width: 100%;
  height: 960px;
  background: url(../images/subbg.jpg) no-repeat;
  background-position: top center;
  overflow: hidden;
  display: none;
}

.active_title {
  width: 225px;
  height: 950px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/nav.png?v=2) no-repeat;
  z-index: 50;
}
.active_title ul{
  margin-top: 2px;
  overflow: hidden;
}
.active_title li {
  width: 100%;
  height: 66px;
  margin-bottom: 0px;
  cursor: pointer;
  float: left;
  /* border-radius: 14px; */
}
.nav1.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -268px -112px;
}
.nav2.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -268px -178px;
}
.nav3.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -268px -244px;
}
.nav4.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -268px -310px;
}
.nav5.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -268px -376px;
}
.nav6.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -268px -442px;
}
.nav7.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -268px -508px;
}
.nav8.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -268px -574px;
}
.nav9.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: -268px -641px;
}
.title{
  width: 1200px;
  margin: 110px auto 0;
}
.title img{
  display: block;
  margin: 0 auto;
  margin-left: 340px;
}
#content {
  width: 1080px;
  height: 600px;
  margin: 20px auto;
  position: relative;
  overflow: auto;
}
#content.act{
  background: url(../images/contbg1.jpg?v=1) no-repeat;
  background-position: top center;
}
#content img{
  display: block;
  margin-left: 215px;
}
#navigation {
  position: absolute;
  top: 22px;
  right: 30px;
  /* width: 470px; */
  height: 47px;
  z-index: 99;
}

.home {
  background: url(../images/link1.png) no-repeat;
}

.start {
  background: url(../images/link1.png) no-repeat;
  background-position: 50% 0;
}

.web4399 {
  background: url(../images/link1.png) no-repeat;
  background-position: 100% 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 !important;
}
.gotop{
  width: 62px;
  height: 62px;
  margin: 0 auto;
  cursor: pointer;
}