.flex{
  display: flex;
}
.justify-between{
  justify-content: space-between;
}
.align-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.u-container{
  width: 1200px;
  margin: 0 auto;
}

/* menus */
.menus .menus-area .menu-item {
  margin-left: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
  padding:  25px 10px;
}
.menus .menus-area .menu-item:hover{
  background: #342ba7;
}
.menus .menus-area .menu-item:first-child{
  margin-left: 0;
}
.menus .menus-area .menu-item a{
  color:#fff;
  font-size: 20px;
}
.menus .menus-area .menu-item.active a{
  font-weight: 700;
}

/* bigPicThumbCarousel */
.bigPicThumbCarousel{
  width: 100%;
}
.bigPicThumbCarousel .view{
  width: 840px;
  height: 510px;
}
.bigPicThumbCarousel .view .view-content{
  width: 100%;
  height: 100%;
}
.bigPicThumbCarousel .view img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bigPicThumbCarousel .view .view-content{
  position: relative;
}
.bigPicThumbCarousel .view .view-content .title{
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  padding: 10px 5px;
  font-size: 16px;
  color:#fff;
}
.bigPicThumbCarousel .preview{
  width: 249px;
  height: 510px;
  /* height: 460px; */
  padding: 30px 0;
  position: relative;
  /* padding: 25px 0; */
}
.bigPicThumbCarousel .preview .swiper-container{
  width: 100%;
  height: 100%;
}
.bigPicThumbCarousel .preview .swiper-slide-item,
.bigPicThumbCarousel .preview .picture{
  width: 100%;
  height: 100%;
}
.bigPicThumbCarousel .preview .swiper-slide-item{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.bigPicThumbCarousel .preview .swiper-slide-item::after{
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bigPicThumbCarousel .preview .swiper-slide-item.active::after{
  display: none;
}
.bigPicThumbCarousel .preview .picture{
  overflow: hidden;
}
.bigPicThumbCarousel .preview .picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bigPicThumbCarousel .preview .swiper-button-next,
.bigPicThumbCarousel .preview .swiper-button-prev{
  left: 0;
  text-align: center;
  background-color: #000;
  width: 100%;
  height: 23px;
  background-repeat: no-repeat;
}
.bigPicThumbCarousel .preview .swiper-button-next{
  top: auto;
  bottom: 0;
}
.bigPicThumbCarousel .preview .swiper-button-prev{
  top: 0;
  margin-top: 0;
}


/* live */
.live-content{
  /* height: 600px; */
  /* overflow-y: auto; */
  /* padding-right: 10px; */
}  
.live-content .live-content-wrapper{
  background-color: #fff;
  padding: 20px 30px;
}
.live-content .live-content-wrapper .live-content-box{
  box-sizing: border-box;
  border-left: 2px solid #120893;
  padding-left: 19px;
} 
.live-content::-webkit-scrollbar{
  width: 16px;
  height: 16px;
  background-color: #120893;
}
.live-content::-webkit-scrollbar-track{
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #7f6227;
  box-shadow:inset 0 0 10px #4f3d18;
}
.live-content::-webkit-scrollbar-thumb{
  background-color: #fcd29b;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border:6px;
}
.live-content .item-live{
  margin: 20px 0 40px;
}
.live-content .item-live .title{
  font-size: 20px;
  color: #120893;
  font-weight: bold;
  position: relative;
  line-height: 11px;
}
.live-content .item-live .title:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -25px;
  top: 0;
  background: #120893;
}
.live-content .item-live .item-live-content {
  box-sizing: border-box;
  margin-top: 16px;
  font-size: 20px;
  color: #333;
  background: #f6f4f4;
  padding: 10px 10px 10px 10px;
}
.live-content .item-live-content .item-live-content-title{
  font-size: 16px;
  line-height: 28px;
}
.live-content .item-live-content .item-live-content-title .item-live-content-title-tl{
  font-size: 16px;
  line-height: 1.5;
}
.live-content .item-live-content .item-live-content-title .item-live-content-title-msg{
  margin-top: 5px;
  color: #666;
  text-align: justify;
  line-height: 1.5;
}
.live-content .item-live-content-desc{
  margin-top: 10px;
  font-size: 18px;
  color: #666;
  text-align: justify;
  line-height: 30px;
}
.live-content .item-live-content-media{
  position: relative;
  /* text-align: center; */
  margin-top: 15px;
}
.live-content .item-live-content-video{
  width: auto;
    display: inline-block;
}
.live-content .item-live-content-media img, 
.live-content .item-live-content-media video {
  max-width: 100%;
  max-height: 400px;
}
.live-content .multi-picture{
  width: 100%;
  height: 200px;
  display: flex;
}
.live-content .item-multi-picture{
  float: left;
  width: 33.33%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 0.5%;
}
.live-content .loadMore{
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  color: #999;
}
.live-content .load{
  cursor: pointer;
}

/* 左图右文 */
.LeftImageRightText .picture{
  width: 216px;
  margin-right: 30px;
}
.LeftImageRightText .picture img{
  width: 100%;
  display: block;
}
.LeftImageRightText .content{
  flex: 1;
}
.LeftImageRightText .content .title {
  font-size: 22px;
  /* font-weight: normal; */
  margin-bottom: 10px;
  position: relative;
  padding-left: 38px;
}
.LeftImageRightText .content .title::before {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-renyuan.png);
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  left: 0;
}
.LeftImageRightText .content  .title .position {
  font-size: 18px;
  margin-left: 18px;
}
.LeftImageRightText .content .desc {
  font-size: 17px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}

/* 异性的swiper - 3 */
.scale-carousel .swiper-container {
  padding: 20px 0;
}
.scale-carousel .swiper-slide {
  width: 500px;
  height: 350px;
}
.scale-carousel .swiper-slide .item-swiper-slide-top{
  width: 100%;
  height: 280px;
  position: relative;
}
.scale-carousel .swiper-slide .item-swiper-slide-top .picture{
  width: 100%;
  height: 100%;
}
.scale-carousel .swiper-slide .item-swiper-slide-top .picture img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.video-play{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.video-play .icon-play{
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/play.png);
  background-size: 100% 100%;
}
.scale-carousel .swiper-slide .item-swiper-slide .title {
  font-size: 16px;
  padding: 5px 0;
}
.scale-carousel .swiper-button-prev{
  left: -50px;
}
.scale-carousel .swiper-button-next{
  right: -50px;
}


/* 一次显示多个Slides */
.slides-per-view{
  position: relative;
}
.slides-per-view .picture{
  border:1px solid #b5afa3;
}
.slides-per-view .item-swiper-slide{
  height: 252px;
  position: relative;
}
.slides-per-view .item-swiper-slide .title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  background: rgba(0,0,0,0.5);
}
.slides-per-view .picture{
  height: 100%;
  position: relative;
}
/* .slides-per-view .video-play{
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
} */
.slides-per-view .video-play i{
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../images/play.png);
  background-size: 100% 100%;
}
.slides-per-view .picture img{
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.slides-per-view  .swiper-button-prev {
  left: -50px;
}
.slides-per-view  .swiper-button-next {
  right: -50px;
}
.slides-per-view .swiper-pagination{
  width: 100%;
  margin-top: 15px;
}
.slides-per-view .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin: 0 5px;
}


/* footer */
.footer{
  text-align: center;
  padding: 40px 0;
  line-height: 36px;
  background: #434345;
}
.footer a, .footer p {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.st_wrap .sTop {
  margin-bottom: 10px;
}
.footer a, .footer p {
  color: #fff;
}
.st_wrap p span.st_split {
  width: 1px;
  height: 16px;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  margin: 0 30px;
}
.st_wrap p a {
  font-size: 16px;
}



/* dialog */
.dialog{
  position: fixed;
  top:0;
  left: 0;
  bottom:0;
  right: 0;
  background:rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .dialog .overlay-dialog{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0,0,0,0.5);
} */
.dialog .dialog-body{
  /* width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; */
}
.dialog .dialog-body img.picture {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.dialog .dialog-body video{
  max-height: 100vh;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.dialog .dialog-body video.mobile-video{
  width: 100% !important;
  max-width: 100%;
  max-height: 100%;
}
.dialog .dialog-body img.close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 999;
}


