@charset "UTF-8";
.ellipsis, .page-video .correlation .list li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellipsis, .page-video .correlation .list li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*html{font-size: 100px}
body{font-size:12px; font-family:$font; color:#333; -webkit-text-size-adjust:none}
a{color:#333; text-decoration:none; outline:none;
  &:active{star:expression(this.onFocus=this.blur())}
  &:link {text-decoration: none; outline:none}
  &:visited{text-decoration: none; outline:none}
  &:hover{text-decoration:none; color:$color; outline:none}
}*/
li {
  list-style: outside none;
}

h1 {
  font-size: 16px;
}

h2, h3, h4, h5 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  object-fit: cover;
}

.wal {
  width: 1215px;
  margin: 0 auto;
}

@font-face {
  font-family: "iconfont";
  /* Project id 2640790 */
  src: url("//at.alicdn.com/t/font_2640790_5c5uugdfwpo.woff2?t=1625488719772") format("woff2"), url("//at.alicdn.com/t/font_2640790_5c5uugdfwpo.woff?t=1625488719772") format("woff"), url("//at.alicdn.com/t/font_2640790_5c5uugdfwpo.ttf?t=1625488719772") format("truetype");
}
.iconfont {
  font-family: "iconfont";
}

.footer {
  position: relative;
  z-index: 11;
}
.footer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: url("../image/bottom.png") center no-repeat;
  height: 138px;
}
.footer .cr .relink {
  box-sizing: content-box;
}

#rightscrollnav li.focusus div, .bsBox, .bsBox * {
  box-sizing: unset;
}

#index {
  min-height: 100vh;
  background: #F2F7FA;
}

#masktxt {
  position: fixed;
  top: 50%;
  margin-top: -73px;
  width: 100%;
  z-index: 9999;
  display: none;
}

.index-banner {
  height: 526px;
  position: relative;
}
.index-banner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: url("../image/img1920.png") center no-repeat;
  height: 1282px;
}

.index-about {
  min-height: 900px;
  position: relative;
  z-index: 5;
  background: url("../image/index-about.png") center 180px no-repeat;
}
.index-about h2.title {
  text-align: center;
}
.index-about .nav {
  margin-top: -7px;
  padding-bottom: 75px;
}
.index-about .nav ul {
  display: flex;
  justify-content: center;
}
.index-about .nav li {
  padding: 0 10px;
}
.index-about .nav a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 0 26px;
  line-height: 47px;
  font-size: 16px;
  color: #000;
  transition: all 0.5s ease;
}
.index-about .nav a:hover, .index-about .nav a.on {
  background: #E10300;
  color: #fff;
}
.index-about .container {
  background: url("../image/img1185.png") center top no-repeat;
  height: 302px;
  position: relative;
}
.index-about .container div.title {
  position: absolute;
  left: 0;
  top: -26px;
  right: 0;
  text-align: center;
}
.index-about .container .content {
  width: 928px;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
  color: #585858;
  line-height: 24px;
  min-height: 188px;
  padding: 63px 0 30px 0;
}
.index-about .container .img {
  text-align: center;
}
.index-about .container .img img {
  position: relative;
}
.index-about .list {
  width: 1245px;
  margin: 100px auto 0;
  position: relative;
}
.index-about .list .list-wrapper {
  width: 1146px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.index-about .list .list-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.index-about .list .list-wrapper ul li {
  width: 33.33%;
}
.index-about .list .list-wrapper li a {
  display: block;
  position: relative;
}
.index-about .list .list-wrapper li a:hover .name {
  color: #e21b1b;
}
.index-about .list .list-wrapper li a .img {
  background: url("../image/img301.png") center top no-repeat;
  height: 179px;
  width: 330px;
  margin: 0 auto;
  position: relative;
  padding: 135px 19px 0 18px;
}
.index-about .list .list-wrapper li a .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 46px;
  height: 180px;
  background: url("../image/btn61.png") center no-repeat;
}
.index-about .list .list-wrapper li a img {
  width: 257px;
  position: absolute;
  top: 17px;
  left: 40px;
  z-index: -1;
}
.index-about .list .list-wrapper li a .name {
  padding: 28px 0;
  height: 91px;
  font-size: 16px;
  line-height: 1px;
  text-align: center;
  color: #000;
}
.index-about .list .list-wrapper li a .name span {
  display: block;
  font-size: 12px;
  color: #e21b1b;
  line-height: 3.5em;
}
.index-about .list .list-wrapper li a.thelasted::after {
  content: "";
  display: block;
  height: 43px;
  width: 43px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(../image/new.png) center center no-repeat;
  background-size: cover;
}
.index-about .list .list-wrapper li a.locked::after {
  content: "";
  display: block;
  height: 43px;
  width: 43px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(../image/lock.png) center center no-repeat;
  background-size: cover;
}
.index-about .list .arrow a {
  display: none;
  position: absolute;
  z-index: 5;
  top: 187px;
  width: 46px;
  height: 46px;
}
.index-about .list .arrow a.prev {
  left: 0;
  background-image: url("../image/prev46.png");
}
.index-about .list .arrow a.next {
  right: 0;
  background-image: url("../image/next46.png");
}
.index-about .list .dots {
  display: flex;
  justify-content: center;
  padding-bottom: 170px;
}
.index-about .list .dots span {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C0A9A9;
}
.index-about .list .dots span.swiper-pagination-bullet-active {
  background: #E10300;
}
.index-about .unav {
  margin: 70px auto -50px auto;
  text-align: center;
}
.index-about .unav ul {
  display: inline-block;
}
.index-about .unav li {
  display: inline-block;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  padding: 0 50px 0 80px;
  margin: 0 10px;
  background: #fff url(../image/img26.png) 57px center no-repeat;
  width: 200px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}
.index-about .unav li:hover {
  color: #e21b1b;
}
.index-about .unav li.vdo {
  background-image: url(../image/img65.png);
}
.index-about .unav li.vdo.on {
  background-image: url(../image/img251.png);
}
.index-about .unav li.on {
  background-color: #e21b1b;
  color: #fff;
  background-image: url(../image/img65-1.png);
}

.index-list {
  background: url("../image/index-list.jpg") center bottom no-repeat;
  position: relative;
}
.index-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -57px;
  right: 0;
  bottom: 0;
  background: url("../image/index-list.png") center top no-repeat;
}
.index-list .wal {
  min-height: 1760px;
  position: relative;
  z-index: 5;
  padding: 100px 0 400px 0;
  width: 1215px;
  margin: 0 auto;
}
.index-list .wal:before {
  content: "";
  display: block;
  position: absolute;
  left: -118px;
  top: 105px;
  bottom: 0;
  background: url("../image/img1260.png") left top no-repeat;
  width: 1260px;
}
.index-list .wal .ico {
  width: 305px;
  position: absolute;
  left: 50%;
  top: -137px;
  right: 0;
  transform: translateX(-52%);
}
.index-list .title {
  text-align: center;
  padding-bottom: 29px;
  position: relative;
}
.index-list .list {
  padding-bottom: 28px;
  position: relative;
  margin-top: 0;
}
.index-list .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -23px;
}
.index-list .list li {
  width: 20%;
  padding: 0 0 23px 23px;
}
.index-list .list a {
  display: block;
  position: relative;
  font-size: 17px;
  color: #000;
  line-height: 50px;
  height: 64px;
  padding-left: 70px;
  background: #fff url("../image/img26.png") 29px center no-repeat;
  border-radius: 32px;
}
.index-list .list a span {
  color: #E10300;
  font-size: 12px;
  margin-top: -2.5em;
  display: block;
}
.index-list .list a:hover {
  color: #E10300;
}
.index-list .list a.thelasted::after {
  content: "";
  display: block;
  height: 43px;
  width: 43px;
  position: absolute;
  right: -12px;
  top: -12px;
  background: url(../image/new.png) center center no-repeat;
  background-size: cover;
}
.index-list .list a.locked::after {
  content: "";
  display: block;
  height: 43px;
  width: 43px;
  position: absolute;
  right: -12px;
  top: -12px;
  background: url(../image/lock.png) center center no-repeat;
  background-size: cover;
}
.index-list .unav {
  margin-top: 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

#page {
  background: #f1ede8 url("../image/page.jpg") center top no-repeat;
  position: relative;
  min-height: 100vh;
}

.page-video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 650px;
  background: url("../image/img1632.png") center top no-repeat;
}
.page-video .wal {
  min-height: 1900px;
  position: relative;
  width: 1360px;
}
.page-video .video {
  padding: 98px 0 0 58px;
  height: auto;
  position: relative;
  margin-bottom: 160px;
  /*&:after{@include before(); left: 0; top: 30px; right: 0; bottom: 0; background: url("../image/img1257.png") center top no-repeat}*/
}
.page-video .video video {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  z-index: 0;
}
.page-video .video .vdo {
  position: relative;
  height: 624px;
  width: 1060px;
  z-index: 1;
}
.page-video .video .tv-1 {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 36px;
  width: 100px;
  height: 787px;
  background: url("../image/vdo-1.png") no-repeat;
}
.page-video .video .tv-2 {
  z-index: 2;
  position: absolute;
  left: 100px;
  top: 36px;
  width: 972px;
  height: 125px;
  background: url("../image/vdo-2.png") no-repeat;
}
.page-video .video .tv-3 {
  z-index: 2;
  position: absolute;
  left: 1072px;
  top: 36px;
  width: 288px;
  height: 787px;
  background: url("../image/vdo-3.png") no-repeat;
}
.page-video .video .tv-4 {
  z-index: 2;
  position: absolute;
  left: 100px;
  top: 709px;
  width: 972px;
  height: 114px;
  background: url("../image/vdo-4.png") no-repeat;
}
.page-video .video .btn {
  display: block;
  position: absolute;
  z-index: 5;
  left: -10px;
  top: 50px;
  right: 135px;
  height: 712px;
  background: url("../image/btn109.png") center no-repeat;
  cursor: pointer;
  border-radius: 190px 120px 200px 280px;
}
.page-video .video .ppcontrols {
  left: 4%;
  right: 4.1%;
  bottom: 14px;
  width: auto;
}
.page-video .video.playing .btn {
  background-image: url("../image/btn109stop.png");
  opacity: 0;
}
.page-video .video.playing .btn:hover {
  opacity: 1;
}
.page-video .container {
  width: 976px;
  margin: 0 auto;
  position: relative;
}
.page-video .container .title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -86px;
}
.page-video .container .name {
  font-size: 32px;
  color: #E10300;
  line-height: 1em;
  text-align: center;
  /*background: url("../image/line7.png") center no-repeat*/
}
.page-video .container .content {
  padding: 50px 0 20px 0;
  min-height: 248px;
  font-size: 16px;
  line-height: 1.75em;
  text-align: justify;
  color: #606060;
}
.page-video .correlation {
  background: url("../image/bg963.png") center repeat-y;
  position: relative;
  margin-top: 70px;
}
.page-video .correlation .title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -18px;
}
.page-video .correlation .list {
  padding: 46px 0 30px 35px;
  width: 976px;
  margin: 0 auto;
}
.page-video .correlation .list ul {
  display: flex;
  flex-wrap: wrap;
}
.page-video .correlation .list li {
  width: 33.333%;
}
.page-video .correlation .list li a {
  display: block;
  height: 64px;
  position: relative;
  line-height: 50px;
  color: #000;
  font-size: 16px;
  padding: 0 20px 0 60px;
  background: #f8f3eb url("../image/img25.png") 25px center no-repeat;
  border-radius: 32px;
  margin: 0 5px 10px 5px;
}
.page-video .correlation .list li a:hover {
  color: #E10300;
}
.page-video .correlation .list li a.thelasted::after {
  content: "";
  display: block;
  height: 43px;
  width: 43px;
  position: absolute;
  right: 0;
  top: -0.5rem;
  background: url(../image/new.png) center center no-repeat;
  background-size: cover;
}
.page-video .correlation .list li a.locked::after {
  content: "";
  display: block;
  height: 43px;
  width: 43px;
  position: absolute;
  right: 0;
  top: -0.5rem;
  background: url(../image/lock.png) center center no-repeat;
  background-size: cover;
}
.page-video .correlation .list li a span {
  color: #a5a5a5;
  font-size: 12px;
  margin-top: -2.5em;
  display: block;
}
.page-video .correlation .list-2 {
  padding-top: 9px;
  border: 0;
}
.page-video .correlation .list-2 li a {
  background-image: url("../image/img25_2.png");
}

.page-audio {
  color: #fff;
}
.page-audio .wal {
  background: url("../image/img1309.png") center top no-repeat;
  width: 1309px;
  height: 1160px;
}
.page-audio .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0 45px 0;
}
.page-audio .title h2 {
  font-size: 24px;
  line-height: 1em;
  padding: 0 32px;
}
.page-audio .title:before, .page-audio .title:after {
  content: "";
  height: 10px;
  background: url("../image/line-l.png") center no-repeat;
  width: 133px;
  flex: 0 0 auto;
}
.page-audio .title:after {
  background-image: url("../image/line-r.png");
}
.page-audio .list {
  width: 775px;
  margin: 0 auto;
  height: 560px;
  overflow: hidden;
  position: relative;
}
.page-audio .list ul {
  position: relative;
  top: 50%;
}
.page-audio .list li {
  opacity: 0.45;
}
.page-audio .list li div {
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.8em;
}
.page-audio .list li.on {
  opacity: 1;
}
.page-audio .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 732px;
  margin: 0 auto;
  padding-top: 70px;
}
.page-audio .btns .play {
  flex: 0 0 auto;
  width: 82px;
  height: 82px;
  background: url("../image/btn82.png") center no-repeat;
  border-radius: 50%;
  box-shadow: 0 7px #876c3d;
  cursor: pointer;
}
.page-audio .btns .play.on {
  background-image: url("../image/btn82stop.png");
}
.page-audio .btns .time {
  font-size: 18px;
  color: #604C2B;
}
.page-audio .btns .bar {
  width: 543px;
  height: 9px;
  background: #604C2B;
  border-radius: 5px;
  position: relative;
  left: 15px;
}
.page-audio .btns .bar i {
  display: block;
  width: 40px;
  height: 41px;
  background: url("../image/img40.png") center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: -1px 4px #876c3d;
}

@media screen and (max-width: 1440px) {
  .index-banner:before {
    background-position: top;
    background-size: 100%;
  }

  .index-banner {
    height: calc(100vh - 350px);
  }

  .page-video .video {
    transform: scale(0.8);
    margin-bottom: 50px;
  }
}