.loading-body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.loading-box {
  background-color: #fff;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.loading-box .centent-box .log-box{
  width: 845px;
  height: 259px;
  margin: 0 auto;
}
.loading-box .centent-box .log-box b{
  opacity: 0;
  background: url("images/icon_69.png") no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 10px;
  display: block;
}
/*.loading-box .centent-box .log-box img {*/
/*  height: 220px;*/
/*}*/
.loading-box .centent-box .nub-box {
  display: flex;
  justify-content: center;
  /*margin-top: 200px;*/
  margin-top: 80px;
  margin-bottom: 80px;
  height: 87px;
}
.loading-box .centent-box .nub-box .nub {
  position: relative;
  width: 330px;
  text-align: center;
  line-height: 1.2;
  opacity: 0.1 !important;
}
.loading-box .centent-box .nub-box .nub .top {
  position: absolute;
  top: 10px;
  font-size: 24px;
  right: 85px;
  line-height: 1.1;
}
.loading-box .centent-box .nub-box .nub i {
  font-style: normal;
  font-size: 20px;
  margin-right: 5px;
}
.loading-box .centent-box .nub-box .nub span {
  font-size: 14px;
}
.loading-box .centent-box .nub-box .nub::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.loading-box .centent-box .nub-box .nub:last-child::before {
  display: none;
}
.loading-box .centent-box .nub-box em {
  margin-right: 10px;
}
.loading-box .centent-box .nub-box em span {
  font-style: normal;
  font-size: 72px!important;
}
.loading-box .centent-box .bottom-box p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 5px;
}
.loading-box .centent-box .bottom-box span {
  font-size: 16px;
  color: #000000;
}
.loading-box .centent-box .bottom-box .icon-box {
  margin-top: 12px;
}
.loading-box .centent-box .bottom-box .icon-box .shub {
  display: block;
  margin-top: 10px;
  animation: down 1.2s infinite;
  -webkit-animation: down 1.2s infinite;
  cursor: pointer;
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
.block {
  width: 1380px;
}
.banner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner-box .swiper-slide .item-box {
  position: relative;
}
.banner-box .swiper-slide .item-box .txt-box {
  position: absolute;
  bottom: 330px;
  right: 0;
  left: 0;
}
.banner-box .swiper-slide .item-box .txt-box p {
  color: #fff;
  font-size: 22px;
}
.banner-box .swiper-slide .item-box .txt-box p img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  line-height: 1.1;
  margin-right: 15px;
}
.banner-box .swiper-slide .item-box .txt-box h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
}
.banner-box .swiper-slide .img-box {
  height: 100vh;
}
.banner-box .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .list-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  z-index: 99;
  font-size: 0;
}
.banner-box .list-box .block {
  height: 110px;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  width: 1120px;
}
.banner-box .list-box .item {
  display: inline-block;
  font-size: 20px;
  font-family: '微软雅黑';
  line-height: 110px;
  width: 25%;
  cursor: pointer;
  position: relative;
}
.banner-box .list-box .item::before {
  position: absolute;
  content: '';
  top: 31px;
  bottom: 31px;
  width: 1px;
  background-color: #474747;
  right: 0;
}
.banner-box .list-box .item:last-child::before {
  display: none;
}
.banner-box .list-box .item p {
  display: inline-block;
  position: relative;
  line-height: 3.8;
}
.banner-box .list-box .item span {
  position: absolute;
  bottom: 0px;
  right: 15px;
  line-height: 1.1;
  opacity: 0;
  font-size: 14px;
}
.banner-box .list-box .item.active,
.banner-box .list-box .item:hover {
  background-color: rgba(181, 0, 5, 0.85);
  color: #fff;
}
.banner-box .list-box .item.active span,
.banner-box .list-box .item:hover span {
  transition: all 0.3s;
  right: 0;
  opacity: 1;
}
.session_1 {
  height: 850px;
  padding-top: 70px;
  box-sizing: border-box;
  background: url(../images/img_3.jpg) center center no-repeat;
}
.session_1 .block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.session_1 .left-page ul {
  margin-top: 95px;
}
.session_1 .left-page ul li {
  width: 230px;
  border-bottom: 1px solid #b6b6b6;
  /*height: 168px;*/
  height: 100px;
  /*padding-top: 40px;*/
  padding-top: 10px;
  box-sizing: border-box;
}
.session_1 .left-page ul li p {
  font-size: 18px;
  color: #646464;
}
.session_1 .left-page ul li span {
  font-size: 48px;
  color: #3c3c3c;
  line-height: 1.2;
}
.session_1 .left-page ul li span.bgb50005 {
  color: #b50005;
}
.session_1 .right-page #main {
  width: 985px;
  height: 540px;
  position: relative;
}
.session_1 .right-page .time-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.session_1 .right-page .time-box i {
  font-weight: 700;
  font-style: normal;
}
.session_1 .right-page .time-box input {
  height: 34;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.session_1 .right-page .time-box span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.session_1 .right-page .time-box .btn {
  width: 100px;
  height: 34px;
  background-color: #b50005;
  color: #fff;
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}
.session_2 {
  margin-bottom: 140px;
}
.session_2 .left-page {
  float: left;
}
.session_2 .left-page .public-title {
  margin-bottom: 40px;
}
.session_2 .left-page ul li {
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 10px;
}
.session_2 .left-page ul li a.active,
.session_2 .left-page ul li a:hover {
  color: #b50005;
}
.session_2 .left-page .more-box {
  margin-top: 30px;
}
.session_2 .right-page {
  float: right;
  width: 1140px;
  margin-right: -12px;
}
.session_2 .right-page .text {
  background-color: red;
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 20%;
  z-index: 99999;
}
.session_2 .right-page .box {
  float: left;
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.session_2 .right-page .box .pop-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
}
.session_2 .right-page .box .pop-box .bg {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.session_2 .right-page .box .pop-box .centent-box {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: #fff;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.session_2 .right-page .box .pop-box .centent-box .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 2;
}
.session_2 .right-page .box .pop-box .centent-box .close-btn img {
  width: 22px;
}
.session_2 .right-page .box .pop-box .centent-box .img-box {
  position: relative;
  width: 58%;
  height: 100%;
  background-color: #000000;
}
.session_2 .right-page .box .pop-box .centent-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.session_2 .right-page .box .pop-box .centent-box .img-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.session_2 .right-page .box .pop-box .centent-box .right-box {
  width: 42%;
  padding-top: 55px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 30px;
  height: 100%;
  position: relative;
}
.session_2 .right-page .box .pop-box .centent-box .right-box .txt-box {
  height: 85%;
  overflow-y: scroll;
}
.session_2 .right-page .box .pop-box .centent-box .right-box .txt-box h3 {
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.session_2 .right-page .box .pop-box .centent-box .right-box .txt-box p {
  font-size: 14px;
  color: #2a2a2a;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 30px;
}
.session_2 .right-page .box .pop-box .centent-box .right-box .bottom-box {
  position: absolute;
  bottom: 60px;
  left: 40px;
}
.session_2 .right-page .box .pop-box .centent-box .right-box .bottom-box span {
  display: inline-block;
  margin-right: 35px;
  font-size: 12px;
  color: #5a5a5a;
}
.session_2 .right-page .box .pop-box .centent-box .right-box .bottom-box span img {
  margin-right: 8px;
}
.session_2 .right-page .box .pop-box .centent-box .right-box .bottom-box .share-box {
  position: relative;
  display: inline-block;
  margin-right: 35px;
}
.session_2 .right-page .box .pop-box .centent-box .right-box .bottom-box .share-box .icon-share img {
  margin-right: 8px;
}
.session_2 .right-page .box .pop-box .centent-box .right-box .bottom-box .share-box .share-1 {
  width: 0px;
  height: 42px;
  position: absolute;
  left: 0px;
  top: -8px;
  opacity: 0;
  transition: left 0.3s;
  overflow: hidden;
}
.session_2 .right-page .box .pop-box .centent-box .right-box .bottom-box .share-box:hover .share-1 {
  width: 210px;
  opacity: 1;
  left: 20px;
  overflow: visible;
}
.session_2 .right-page .box .item-box {
  margin-bottom: 30px;
  cursor: pointer;
}
.session_2 .right-page .box .item-box .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.session_2 .right-page .box .item-box .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.session_2 .right-page .box .item-box .img-box > img {
  width: 100%;
  transition: all 0.3s;
}
.session_2 .right-page .box .item-box .img-box .icon-box {
  position: absolute;
  z-index: 9;
  top: 25px;
  right: 25px;
}
.session_2 .right-page .box .item-box .txt-box {
  margin-top: 10px;
}
.session_2 .right-page .box .item-box .txt-box .title-box {
  font-size: 16px;
  color: #2a2a2a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
.session_2 .right-page .box .item-box .txt-box .bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #5a5a5a;
}
.session_2 .right-page .box .item-box .txt-box .bottom-box img {
  margin-right: 8px;
}
.session_2 .right-page .box .item-box:hover .img-box::before {
  opacity: 1;
}
.session_2 .right-page .box .item-box:hover .img-box > img {
  transform: scale(1.1);
}
.session_2 .right-page .box .item-box:hover .txt-box .title-box {
  color: #b50005;
}