@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  onfocus: "blur(this)";
  outline: none;
  border: none;
  background: none;
  vertical-align: top;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  background: #e9e0cc;
}

body {
  font-family: Arial, Helvetica, sans-serif "微软雅黑";
  padding: 0;
  background: #e9e0cc !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.needtr {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.clear:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
@-webkit-keyframes name {
  10% {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  50% {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(1.6, 1.6);
  }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(1.6, 1.6);
  }
}
@keyframes name {
  10% {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  50% {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(1.6, 1.6);
  }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(1.6, 1.6);
  }
}
.shadowName {
  animation: "name" 3s ease-in-out 0s infinite;
  -ms-animation: name 3s ease-in-out 0s infinite;
  -moz-animation: name 3s ease-in-out 0s infinite;
  -o-animation: "name" 3s ease-in-out 0s infinite;
  -webkit-animation: "name" 3s ease-in-out 0s infinite;
}

.gotohome {
  width: 1.51rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}

.gotohome1 {
  z-index: 1;
}

.flex {
  display: flex;
}

.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.jcs {
  justify-content: space-between;
}

.jce {
  justify-content: space-evenly;
}

.po_r {
  position: relative;
}

.cur {
  cursor: pointer;
}

#app {
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
  max-width: 7.5rem;
  background: #e9e0cc;
}

/* 头部 */
section {
  width: 100%;
  z-index: 10;
  position: relative;
}

#fullpage {
  position: relative;
  z-index: 2;
}

.fp-slidesContainer {
  overflow: auto;
}

*::-webkit-scrollbar {
  height: 0.06rem;
  width: 0.06rem;
}

*::-webkit-scrollbar-thumb:hover,
*::-webkit-scrollbar-scrollbarbutton:hover {
  background-color: rgba(29, 34, 40, 0.4);
}

*::-webkit-scrollbar-thumb {
  border-radius: 0.03rem;
  background-color: #e9e0cc;
  border: 1px solid #e9e0cc;
  -webkit-border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  -ms-border-radius: 0.03rem;
  -o-border-radius: 0.03rem;
}

*::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border: 0.01rem solid #f2f2f2;
}

.section {
  width: 100%;
  height: 100%;
  background: #e9e0cc;
}

/* common */
.fl {
  float: left;
}

.fr {
  float: right;
}

.block {
  display: block;
}

.mainbg {
  background: #ecf0f5;
  height: 100%;
}

.aCur {
  color: #fff;
  padding: 0 5px;
  background: #2c73ac;
  line-height: 23px;
  font-size: 13px;
  margin-top: 8px;
}

.cl:after,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl,
.clearfix {
  zoom: 1;
}

.wrap {
  width: 100%;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
  margin: 0 auto;
}

.w800 {
  width: 800px;
  margin: 0 auto;
}

.w900 {
  width: 900px;
  margin: 0 auto;
}

.w960 {
  width: 960px;
  margin: 0 auto;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

.h {
  height: 100%;
}

.h50 {
  height: 50px;
}

.h80 {
  height: 80px;
}

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

#fixed_full_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  width: 0;
  z-index: 9999999;
  display: block;
}

.nqiframe {
  left: 0;
  top: 0;
  width: 7.5rem;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: url("../img/bg.jpg") center top no-repeat;
  background-size: cover;
  left: 50%;
  transform: translate(-50%, 0);
}
.nqiframe .logo {
  width: 3.61rem;
  position: absolute;
  display: block;
  bottom: 0.5rem;
  left: 0.2rem;
  transform: translate(50%, 0);
  z-index: 9999999;
  transform: scale(0);
}
.nqiframe .fenli {
  width: 3.53rem;
  margin: 0.6rem auto 0 auto;
  display: block;
  transform: scale(0);
}
.nqiframe .title1_img {
  width: 6.45rem;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: 9999999;
  margin-top: 0.7rem;
  transform: scale(0);
}
.nqiframe .title2_img {
  width: 3.64rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.4rem;
  z-index: 9999999;
  transform: scale(0);
}
.nqiframe .longsummary {
  width: 6.31rem;
  height: 2.61rem;
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999999;
  opacity: 0;
  display: block;
  font-size: 0.24rem;
  text-indent: 2em;
  color: #9D7D3A;
  font-weight: bold;
  line-height: 1.5;
}
.nqiframe .btn1_img {
  width: 2.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
  z-index: 9999;
  transform: translateZ(9999px);
}
.nqiframe .progress-num {
  color: #c8995a;
  font-weight: bold;
  font-size: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.needtr {
  background: url("../img/menubg.jpg") center top no-repeat;
  background-size: cover;
  display: none;
  position: relative;
}
.needtr .gohome {
  width: 1.8rem;
  position: absolute;
  bottom: 0.35rem;
  right: 0.6rem;
}

.first_bg {
  width: 7.5rem;
  height: 100%;
  opacity: 0;
  display: none;
}
.first_bg .menu_img {
  width: 5.53rem;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: 9999999;
  margin-top: 0.4rem;
}
.first_bg .bookshelf1 {
  width: 7.3rem;
  height: 3.2rem;
  background: url("../img/mub1.png") center bottom no-repeat;
  background-size: 100%;
  margin-left: auto;
  text-align: center;
  margin-top: 5vh;
  padding-left: 1rem;
  position: relative;
}
.first_bg .bookshelf1 .hand {
  width: 0.8rem;
  position: absolute;
  left: 1.8rem;
  bottom: 0.6rem;
  z-index: 9999;
  transform: translateZ(9999px);
  opacity: 0;
}
.first_bg .bookshelf2 {
  width: 7.37rem;
  height: 3.2rem;
  background: url("../img/mub2.png") center bottom no-repeat;
  background-size: 100%;
  text-align: center;
  margin-top: 2vh;
  padding-right: 1rem;
}
.first_bg .bookshelf3 {
  width: 6.56rem;
  height: 3.2rem;
  background: url("../img/mub3.png") center bottom no-repeat;
  background-size: 100%;
  margin-left: auto;
  text-align: center;
  margin-top: 2vh;
  padding-left: 1rem;
}
.first_bg .bookicon {
  width: 2.2rem;
  margin: 0 0.2rem;
  opacity: 0;
}

.listbox {
  width: 7.5rem;
  height: 100%;
  background: url("../img/listbg.jpg") center top no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
  overflow: hidden;
}
.listbox .listbox_inner {
  width: 100%;
  height: 12.57rem;
  flex-shrink: 0;
  flex-grow: 0;
  background: url("../img/juanz.png") center center no-repeat;
  background-size: contain;
}
.listbox .listbox_inner .juanz_t {
  height: 0.33rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.35rem;
  display: none;
}
.listbox .listbox_inner .news_wrap {
  width: 6.15rem;
  height: 11rem;
  position: absolute;
  left: calc(50% - 3rem);
  top: 0.9rem;
  overflow: auto;
  padding: 0 0.25rem 2rem 0.2rem;
}
.listbox .listbox_inner .news_wrap .news_list {
  width: 100%;
  padding: 0.22rem 0;
  border-bottom: 0.02rem solid #e4d8ca;
}
.listbox .listbox_inner .news_wrap .news_list > div {
  width: 100%;
}
.listbox .listbox_inner .news_wrap .news_list h1 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin-bottom: 0.18rem;
  max-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listbox .listbox_inner .news_wrap .news_list img {
  -o-object-fit: cover;
  object-fit: cover;
}
.listbox .listbox_inner .news_wrap .news_list .source {
  font-size: 0.23rem;
  line-height: 0.25rem;
  color: #999;
}
.listbox .list_shan {
  position: absolute;
  width: 7.5rem;
  height: 2.2rem;
  bottom: 0;
  left: 0;
}
.listbox .goback {
  width: 1.8rem;
  position: absolute;
  bottom: 0.35rem;
  right: 0.6rem;
}
.listbox .gonewslist {
  display: none;
  right: auto;
  left: 0.6rem;
}

.news_wrap .news_list.list1 img {
  width: 1.5rem;
  height: 1.1rem;
  margin-left: 0.16rem;
}

.news_wrap .news_list.list2 img {
  width: 100%;
  max-height: 2.52rem;
  margin-bottom: 0.16rem;
}

.news_wrap .news_list.list2 .news_video {
  width: 100%;
  max-height: 2.52rem;
  margin-bottom: 0.16rem;
}

.news_wrap .news_list.list3 img {
  width: 1.5rem;
  height: 0.97rem;
}

.news_wrap .news_list.list3 .focus_wrap {
  margin-bottom: 0.16rem;
}

.iframe_wrap {
  width: 6.3rem;
  height: 11.3rem;
  position: absolute;
  left: calc(50% - 3.2rem);
  top: 0.9rem;
  background-size: 4rem 4rem;
  overflow: hidden;
}

.iframe_wrap .iframe_wrap_box {
  width: 100%;
  height: 100%;
}

.iframe_wrap iframe {
  width: 100%;
  height: calc(100% + 57px + 135vw);
  transform-origin: left top;
  margin-top: -57px;
}

.music {
  position: fixed;
  right: 0.2rem;
  top: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 9999;
  background: url(../img/stop.png) center center no-repeat;
  background-size: 100%;
  z-index: 999999999;
  transform: scaleZ(999999999px);
}

.music.play {
  background: url(../img/play.png) center center no-repeat;
  background-size: 100%;
  animation: play linear 3s infinite;
  -webkit-animation: play linear 3s infinite;
}

.music.stop {
  animation: play linear 3s infinite;
  -webkit-animation: play linear 3s infinite;
}

@-webkit-keyframes play {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes play {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}/*# sourceMappingURL=index.css.map */