@font-face {
}

* {
  user-select: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  z-index: 999;
}

header ul {
  display: flex;
}

header ul li {
  position: relative;
  padding: 16px 0;
  margin: 0 5px;
  width: 70px;
  text-align: center;
  font-size: 15px;
  color: #fefcfc;
  opacity: 0.3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

header ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: all 0.5s;
  display: block;
  background-color: #bb9b55;
}

header ul li:hover,
header ul li.active {
  color: #fdfbfb;
  opacity: 1;
}

header ul li:hover::after,
header ul li.active::after {
  width: 100%;
}

.page2_main {
}

.page2_main .banner {
  padding-top: 140px;
  color: #fff;
}

.page2_main .banner .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page2_main .banner .big {
  font-size: 20px;
  /* margin: 30px 0 0 20px; */
  color: #d9b765;
}
.page2_main .banner .big span {
  /* color: #d9b765; */
  color: #fdfbfb;
  font-size: 19px;
}

.page2_main .banner .flex {
  padding: 0 9.2% 6vh;
  display: flex;
  /*justify-content: space-between;*/
  /*align-items: center;*/
  /*align-content: center;*/
}

.page2_main .banner .return {
  /* height: 20px; */
  position: fixed;
  /* top: 90px; */
  /* left: 40px; */
  top: 108px;
  left: 0;
  cursor: pointer;
  width: 90px;
  height: 100px;
  /* border: 1px solid red; */
  background: url(../images/zuo1.png) no-repeat center;
  z-index: 9999;
}

.page2_main .banner .text {
  color: #fcfcfc;
  line-height: 20px;
  font-size: 12px;
}

.page2_main .banner .text:nth-child(1) {
  /*margin: 30% 0 0 0;*/
}

.page2_main .banner .text:nth-child(2) {
}

.page2_main .banner .text p {
  animation-duration: 0.5s;
}

.page2_main .banner .middel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 50px;
  height: 30px !important;
  background-color: #000;
  color: #d9b765;
  padding-left: 9.5%;
}

.page2_main .banner .middel div {
  cursor: pointer;
  height: 30px;
}

.page2_main .banner .middel div img {
  height: 20px;
  margin-top: 5px;
}

.page2_main .banner .swiper {
  flex: 1;
}

.page2_main .banner .swiper .swiper-wrapper {
  transition-timing-function: linear;
  /* border: 1px solid red; */
}

.page2_main .main2 {
  padding-left: 90px;
  padding-right: 100px;
  color: #fffdfd;
  background-color: rgba(0, 0, 0, 0.5);
}

.page2_main .main2 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.page2_main .main2 .top > div {
  width: 50%;
}

.page2_main .main2 .top .main_left .name {
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  /* color: #d9b765; */
  color: #fff;
}

.page2_main .main2 .top .main_left .time {
  margin-top: 18px;
  margin-bottom: 26px;
  font-size: 13px;
  /* color: #d9b765; */
  color: #727171;
}

.page2_main .main2 .top .main_right {
  padding: 10px 0 10px 0px;
  line-height: 27px;
  font-size: 11px;
  border-top: 1px solid #d9b765;
  border-bottom: 1px solid #d9b765;
  position: relative;
}
.page2_main .main2 .top .main_right .animate_fadeUp80,.page2_main .main2 .top .main_right .animate_fan {
  padding-left: 50px;
}

.page2_main .main2 .top .main_right .main_right_img {
  display: flex;
}
.page2_main .main2 .top .main_right a {
  width: 70px;
  height: 80px;
  /* border: 1px solid #d9b765; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 5px;
}
.page2_main .main2 .top .main_right a img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.page2_main .main2 .top .main_right .mhr {
  border-top: #d9b765 0.5px solid;
  height: 1px;
  margin: 10px 0 10px 0;
}
/* .page2_main .main2 .top .main_right .tit {
  position: absolute;
  top: 10px;
  left: 0px;
} */

.page2_main .main2 .text {
  padding-bottom: 38px;
  font-size: 13px;
  line-height: 22px;
  border-bottom: 1px solid #d9b765;
  position: relative;
}
#content-8 .mCSB_scrollTools .mCSB_draggerContainer::after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 6px;
  background-color: #5b5b5b;
}
#content-8 .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{display: none;}
#content-8 .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{margin: 0 1px;width: 10px;height: 10px;}
#content-8  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  width: 10px;height: 10px!important;background-color: #fff!important;
}
.page2_main .main2 .logo1 {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 52px;
}


.page_bottom .box a {
  margin-left: 10px;
}

.page2_main .banner .flex {
  padding: 0.4vh 65px 4vh !important;
}
.page2_main .main2 {
  padding: 0px !important;
}
.page2_main .main2 .main {
  margin: 60px 80px 0 80px !important;
}
.page2_main .main2 .text {
  overflow-y: auto; 
  padding-bottom: 18px !important;
}
.page2_main .main2 .text::-webkit-scrollbar {/*滚动条整体样式*/
  width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.page2_main .main2 .text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #535353;
}

.page2_main .main2 .text::-webkit-scrollbar-track {/*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 5px;
  background: #EDEDED;
}
.page_bottom {
  color: #fefcfc;
  position: fixed;
  bottom: 18px;
  right: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 999;
  white-space: nowrap;
  font-size: 12px;
  transform: scale(0.9, 0.9);
}
.page_bottom > a {
  display: flex;
  align-items: center;
}
.page_bottom > a > img {
  margin-right: 5px;
}
.page_bottom .box {
  margin-left: 50px;
  margin-right: 10px;
}
.page_bottom .box a {
  margin-left: 25px;
}
.page_bottom .share {
  margin-left: 20px;
  color: #fff;
  display: flex;
  align-items: center;
}
.page_bottom .share span {
  border-left: 0;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 25px;
  /* background-color: rgba(0, 0, 0, 0.3); */
}
.page_bottom .share span::after {
  content: "";
  position: absolute;
  height: 60%;
  border-left: 1px solid white;
  top: 22%;
  margin-left: -21px;
}
.page_bottom .share span:nth-child(1) {
  margin-left: 20px;
}
.page_bottom .share span img {
  height: 20px;
  margin-bottom: -5px;
}

@keyframes move_bg {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 20%;
  }
}

.main_right {
  /*transform: scale(0.9);*/
  /* margin-right: ; */
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* display: flex; */
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}

.pop > div {
  /* border: #007AFF 1px solid; */
  /* width: 33%; */
}

.pop div:nth-child(2) img {
  height: 100%;
}

.pop div:nth-child(2) {
  height: 100%;
  min-width: 500px;
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #007AFF; */
}

.pop div:nth-child(1) {
  position: relative;
  width: 20px;
  height: 100%;
  /* display: flex; */
  /* justify-content: flex-end; */
  /* padding-right: 80px; */
  /* border: #007AFF 1px solid; */
}

.pop div:nth-child(1) img {
  position: absolute;
  width: 20px;
  height: 21px;
  /* width: auto; */
  /* height: auto; */
}

.pop div:nth-child(3) {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 70%;
  line-height: 1.5em;
  padding: 0 0 0 3.4vw;
  width: 200px;
}
.pop .popicon {
  position: absolute;
  cursor: pointer;
}
.pop .x {
  left: 1vw;
}
.pop .zuo {
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  transform: rotate(180deg);
}
.pop .you {
  right: 30px;
  top: 50%;
  transform: translate(0, -50%Q);
}

.page2_main .banner .middel {
  height: 45px;
}

.Bg {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 9999;
}

.main1_bg {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 40vh;
  background: rgb(0, 0, 0);
}
.fp-tableCell {
  background: 0% 0% / 100% 300% rgb(61, 61, 61);
}



.swi1 .swiper-button-next, .swi1 .swiper-button-prev{
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}
.swi1 .swiper-button-prev{
  left: 50px;
  height: 21px;
  width: 14px;
  background-size: contain;
  background-image: url(../images/zuo.png);
}
.swi1 .swiper-button-next{
  right: 50px;
  height: 23px;
  width: 14px;
  background-size: contain;
  background-image: url(../images/you.png);
} 