#banner {
  background: url(../images/banner.jpg) no-repeat center;
  background-size: 3840px 700px;
  height: 700px;
}

#banner .cont {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbox {
  height: 60px;
  background: #0a0017;
}

#nav {
  background: #0a0017;
  height: 60px;
}

#nav .cont {
  display: flex;
  justify-content: space-between;
  height: 60px;
}

#nav .cont .a {
  text-align: center;
  width: 16.66666667%;
  float: left;
}

#nav .cont .a a {
  line-height: 60px;
  color: #5f1e39;
  display: block;
  font-size: 24px;
}

#nav .cont .a:hover a,
#nav .cont .a.on a {
  background: #620e31;
  color: #d4b753;
  transition: all 0.5s;
}

#nav.on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

#yxdc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  z-index: 100;
  display: none;
}

#yxdc .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all 0.5s;
}

#yxdc .close:hover {
  transform: rotate(180deg);
  transition: all 0.5s;
}

#yxdc .box {
  box-sizing: border-box;
  padding: 40px;
  background-color: #ffffff;
  width: 640px;
  max-height: 80%;
  overflow-y: scroll;
  position: absolute;
  left: 50%;
  top: 5%;
  margin-left: -320px;
  position: relative;
  opacity: 0;
  transition: all 0.5s;
}

#yxdc .box.on {
  top: 10%;
  opacity: 1;
  transition: all 0.5s;
}

#yxdc .box .title {
  text-align: center;
  font-size: 40px;
}

#yxdc .box::-webkit-scrollbar {
  border-radius: 10px;
  background-color: #a0a0a0;
  width: 8px;
}

#yxdc .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 8px;
  background: #f2ce31;
}

#yxdc .box .text {
  font-size: 14px;
  color: #333333;
  line-height: 2.143;
  text-indent: 50px;
  margin: 20px 0;
}

#yxdc .box .item .top {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px 20px 20px 60px;
  background: #ffffff url(../images/word.png) no-repeat 20px center;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  width: 269px;
  height: 74px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 1.429;
}

#yxdc .box .item a {
  border-width: 1px;
  border-color: #2890f7;
  border-style: solid;
  width: 106px;
  height: 28px;
  display: block;
  margin: 15px auto;
  text-align: center;
  line-height: 28px;
  border-radius: 14px;
  color: #2890f7;
}

#yxdc .box .item a:hover {
  background: #2890f7;
  color: #ffffff;
}

#sdyc {
  background: #18032b;
  padding: 60px 0;
}

#sdyc .img {
  text-align: center;
}

#sdyc .text {
  font-size: 20px;
  color: #ffffff;
  line-height: 2;
  text-align: center;
  margin: 35px 0;
}

#sdyc .tabs {
  background: #20123a;
  margin-top: 50px;
  margin-bottom: 25px;
  border-radius: 10px;
}

#sdyc .tabs .tab {
  font-size: 20px;
  text-align: center;
  width: 16.66666667%;
  color: #a8a4e0;
  line-height: 1.8;
  cursor: pointer;
  height: 75px;
  box-sizing: border-box;
  padding: 18px 0;
}

#sdyc .tabs .tab:hover span,
#sdyc .tabs .tab.on span {
  display: inline-block;
  width: 80%;
  background: #d9bf60;
  color: #20123a;
  font-weight: bold;
  border-radius: 18px;
}

#sdyc .btn {
  background: -moz-linear-gradient(90deg, #b89316 0%, #e5cc77 100%);
  background: -webkit-linear-gradient(90deg, #b89316 0%, #e5cc77 100%);
  background: -ms-linear-gradient(90deg, #b89316 0%, #e5cc77 100%);
  width: 331px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  display: block;
  margin: 30px auto 0;
  color: #18032a;
}

#sdyc .btn:hover {
  opacity: 0.8;
}

#sdyc .tabChange {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sdyc .tabChange .item {
  width: 20%;
  box-sizing: border-box;
  padding: 15px 15px;
}

#sdyc .tabChange .item .t {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.5;
}

#sdyc .tabChange .item .b {
  font-size: 14px;
  line-height: 2.571;
  color: #d9bf60;
}

#sdyc .tabChange .item .b span {
  margin-right: 15px;
  font-size: 20px;
}

#sdyc .tabChange .item .b img {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

#bdsz {
  background: #20123a;
  padding: 60px 0;
}

#bdsz .title {
  text-align: center;
}

#bdsz .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
  text-align: center;
  float: left;
  width: 270px;
  height: 92px;
  margin-right: 39px;
  background: url(../images/bdsz-img1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.333;
}

#bdsz .items .item1 {
  background: url(../images/bdsz-img3.png) no-repeat;
  background-size: 100% 100%;
}

#bdsz .items .item img {
  width: 90px;
  margin-bottom: 5px;
}

#ljjb {
  padding: 60px 0;
  background: #18032b;
}

#ljjb .title {
  text-align: center;
  margin-bottom: 40px;
}

#ljjb .item {
  overflow: hidden;
  width: 350px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 35px;
  margin-right: 69px;
}

#ljjb .item img {
  vertical-align: top;
  width: 100px;
}

#ljjb .item .text {
  float: right;
  width: 240px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

#ljjb .item .text .name {
  font-size: 20px;
  color: #dabf60;
  line-height: 1.2;
  margin-bottom: 8px;
}

#ljjb .item .text .dec {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.714;
}

#ljjb .swiper-container {
  padding: 0 30px;
  padding-bottom: 50px;
}

#ljjb .swiper-button-next {
  right: 0;
}

#ljjb .swiper-button-next:after,
#ljjb .swiper-button-prev::after {
  display: none;
}

#ljjb .swiper-button-prev {
  left: 0;
}

#ljjb .swiper-pagination {
  text-align: center;
}

#ljjb .swiper-pagination span {
  border-radius: 5px;
  background-color: #dabf60;
  opacity: 0.502;
  width: 10px;
  height: 10px;
  transition: all 0.5s;
}

#ljjb .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #dabf60;
  width: 20px;
  height: 10px;
  transition: all 0.5s;
}

#hdhg {
  padding: 60px 0;
  background: #20123a;
}

#hdhg .title {
  text-align: center;
  margin-bottom: 40px;
}

#hdhg .subtit {
  text-align: center;
  margin-bottom: 35px;
}

#hdhg .swiper-container {
  margin-bottom: 55px;
}

#hdhg .swiper-slide {
  position: relative;
}

#hdhg .swiper-slide .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

#hdhg .swiper-slide.w1 {
  width: 30%;
}

#hdhg .swiper-slide.w2 {
  width: 38.4%;
}

#hdhg .swiper-slide.w3 {
  width: 30%;
}

#hdhg .items {
  margin-bottom: 55px;
}

#hdhg .items .item {
  position: relative;
  width: 285px;
  margin-right: 20px;
  float: left;
  cursor: pointer;
}

#hdhg .items .item .img {
  width: 100%;
}

#hdhg .items .item .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#hdhg .items .item .play {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
}

#hdhg .items .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
}

#hdhg .items .item .text .name {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 2.222;
}

#hdhg .items .item .text .dec {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

#content {
  background: url(../images/q.png) no-repeat center bottom;
  background-size: 1920px auto;
  margin-bottom: 45px;
}

#content .box6>.fl {
  width: 460px;
  height: 720px;
  margin-right: 20px;
}

#content .box6>.fl .tab_list li {
  width: 460px;
  height: 103px;
  border-bottom: 2px solid #231440;
  background-color: #231440;
  box-sizing: border-box;
  font-size: 20px;
  color: #f2ce31;
  padding: 0 30px;
  line-height: 101px;
  position: relative;
  cursor: pointer;
}

#content .box6>.fl .tab_list li:last-child {
  border: none;
}

#content .box6>.fl .tab_list li img {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  opacity: 0;
}

#content .box6>.fr {
  width: 720px;
  height: 720px;
  background-color: rgba(64, 8, 108, 0.6);
  overflow-y: auto;
}

#content .box6>.fr::-webkit-scrollbar {
  border-radius: 10px;
  background-color: #a0a0a0;
  width: 8px;
}

#content .box6>.fr::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 8px;
  background: #f2ce31;
}

#content .box6>.fl .tab_list li:hover,
#content .box6>.fl .tab_list li.active {
  color: #23013e;
  font-weight: 550;
  background-image: -moz-linear-gradient(90deg, #b79213 0%, #e6ca75 100%);
  background-image: -webkit-linear-gradient(90deg, #b79213 0%, #e6ca75 100%);
  background-image: -ms-linear-gradient(90deg, #b79213 0%, #e6ca75 100%);
}

#content .box6>.fl .tab_list li:hover img,
#content .box6>.fl .tab_list li.active img {
  opacity: 1;
}

#content .box6>.fr ul li {
  display: none;
}

#content .box6>.fr .top {
  width: 100%;
  height: 320px;
  background: url(../images/top_img.png) no-repeat center center;
  position: relative;
}

#content .box6>.fr .top p.p {
  width: 100%;
  font-size: 30px;
  color: #f2ce31;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 55%;
}

#content .box6>.fr .top p.de {
  width: 100%;
  font-size: 16px;
  color: #f2ce31;
  text-align: center;
  position: absolute;
  top: 70%;
}

#content .box6>.fr .bottom .table {
  width: 100%;
}

#content .box6>.fr .bottom .table tr th {
  font-size: 18px;
  color: #f2ce31;
  font-weight: bold;
  text-align: left;
  padding: 15px 0 18px;
  line-height: 1.8;
}

#content .box6>.fr .bottom .table tr th span {
  display: inline-block;
  margin-left: 22px;
}

#content .box6>.fr .bottom .table tr th em {
  font-size: 16px;
  color: #f2ce31;
  font-weight: normal;
}

#content .box6>.fr .bottom .table tr td {
  line-height: 1.8;
  /* display: flex;
    align-items: center; */
}

#content .box6>.fr .bottom .table tr td .name {
  font-weight: bold;
  margin-right: 20px;
  min-width: 60px;
  float: left;
}

#content .box6>.fr .bottom .table tr td .p {
  width: 520px;
  float: left;
}

#content .box6>.fr .bottom .table tr th:nth-child(1) {
  text-align: center;
}

#content .box6>.fr .bottom .table tr td:nth-child(1) {
  font-size: 20px;
  color: #f2ce31;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px 15px;
}

#content .box6>.fr .bottom .table tr td:nth-child(2) {
  font-size: 18px;
  color: #f2ce31;
  text-align: left;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

#content .box6>.fr .bottom .table tr:nth-child(2n) {
  background-color: rgba(46, 28, 80, 0.6);
}

#content .box6>.fr .bottom .table tr {
  background: rgba(35, 20, 64, 0.6);
}

#xydb .subtit {
  text-align: center;
  margin: 20px 0 35px;
}

#xydb .items {
  overflow: hidden;
}

#xydb .items .item {
  float: left;
  width: 180px;
  margin-right: 23px;
  position: relative;
}

#xydb .items .item .text {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  line-height: 2.5;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.6;
  padding: 5px 0;
}

#hzhb {
  background: #20123a url(../images/bg.png) no-repeat top center;
  background-size: 100% auto;
  padding: 60px 0;
}

#hzhb .title {
  text-align: center;
  margin-bottom: 55px;
}

#hzhb .img {
  text-align: center;
  margin-bottom: 55px;
}

#hzhb .text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.902);
  line-height: 2.857;
  margin-top: -20px;
  margin-bottom: 30px;
}

#hzhb .text span {
  padding: 0 15px;
}

#footer {
  padding: 50px 0;
  background: #18032b;
  color: #ffffff;
}

#footer span {
  padding: 0 15px;
}

#footer p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2.5;
  text-align: center;
}

#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: none;
}

#videoAlert .cont {
  position: relative;
  height: 100%;
}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 80%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 98%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
}

#videoAlert .prism-player {
  background: none;
}

#videoAlert .video_box .close {
  margin-bottom: 25px;
  cursor: pointer;
}