.Lunbo-video{
	width:100%;
	min-width:1202px;
	height:600px;
	min-height:510px;
}
.Lunbo-video .Lunbo-video-title{
	margin:20px auto 50px;
}

.Lunbo-video .Lunbo-video-title .Lunbo-video-h1{
	font-size:30px;
	color:#ef7700;
	height:50px;
	line-height:50px;
}
.Lunbo-video .Lunbo-video-title .Lunbo-video-h3{
	font-size:32px;
	color:#000;
	text-align:center;
}
.Lunbo-video .Lunbo-video-cont{
	height: 600px;
}
.Lunbo-video li{
	list-style: none;
}
.video{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	zoom:1;
	height:600px;
}
.videoMobile{
	width:90%;
	margin:0 auto;
	zoom:1;
	height:100%;
	position:relative;
}
.video>div{
	float: left;
}
.video>div:first-child {
	width: 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.Lunbobutton{
	height: auto;
	z-index: 50;
	width:29px; 
	height:29px; 
	margin-top:137px;
	margin-left:38px;
}
.Lunbobuttonright{
	height: auto;
	z-index: 50;
	width:29px; 
	height:29px; 
	margin-top:137px;
	margin-right:38px;
	}
.video>div:last-child {
	width: 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.video>div:nth-of-type(2){
	width: 90%;
}
.video ul{
	position: relative;
}
.video li{
	transition: all .6s;
	position: absolute;
}
.video li video{
	width:100%;
	height:500px;
}
.video li h3{
	text-align: center;
	margin-top: 2px;
	color: #1766d7;
}
/*设置初始位置*/
.video1{
	width:80%;
	height: 560.5px;
	left: 10%;
	z-index: 2;
	top:2%;
	}
.video2{
	width: 48%;
	height: 424.8px;
	left: 0;
	z-index: 1;
	top:13%;
}
.video3{
	width: 48%;
	height: 424.8px;
	left: 52%;
	z-index: 1;
	top:13%;
}

.video4{
	width:100%;
	height: 99%;
	z-index: 2;
	}
.video5{
	width: 100%;
	height: 99%;
	z-index: -1;
}
.video6{
	width: 100%;
	height: 99%;
	z-index: -1;
}
/*video样式*/
.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.animate {
  transition: all .5s;
}
.video-player {
  display: block;
  width: 100%;
  min-width: 500px;
  height: 100%;
  position: absolute;
  overflow:hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  background-color: #ffffff;
}
.video-player > video {
  display: block;
  margin: 0 auto;
  transition: all .5s;
}
.video-player .video-prompt {
  display: block;
  width: 180px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #999;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  padding-left: 10px;
  background: url(/images/videoimage/loading.gif) left no-repeat;
  background-size: 30px 30px;
}
.video-player .videoStatus {
  transform: rotateY(180deg);
}
.video-player .video-title {
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  margin: auto;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .5s;
}


.video-player .video-controls {
  width: 100%;
  height: 32.6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32.6px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .5s;
}
.video-player .video-controls .video-seek {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 2px;
  background-color: #999;
}
.video-player .video-controls .video-seek .seek-con {
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 2px;
}
.video-player .video-controls .video-seek .seek-buffer {
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #EEEEEE;
  opacity: .5;
}
.video-player .video-controls .video-seek .seek-slider {
  width: 5px;
  height: 5px;
  position: absolute;
  top: -1px;
  left: 0;
  cursor: pointer;
  border-radius: 16px;
  margin-left:7.5px;
}
.video-player .video-controls .video-seek > .viewBox {
  display: none;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.video-player .video-controls .video-seek > .viewBox > video {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.video-player .video-controls .video-seek > .viewBox > span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 20px;
  text-indent: .25em;
}
.video-player .video-controls .video-seek > .viewBox > i {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: 44px;
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.video-player .video-controls .video-play {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 2%;
  cursor: pointer;
  background: url(/images/videoimage/pause.svg);
  background-size: 20px 20px;
}
.video-player .video-controls .video-pause {
  background: url(/images/videoimage/play.svg);
  background-size: 20px 20px;
}
.video-player .video-controls .video-timer {
  width: 110px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: calc(3% + 10px);
  color: #ffffff;
  font-size: 14px;
}
.video-player .video-controls .video-timer > span {
  line-height: 22px;
  pointer-events: none;
  color:#ffffff;
}
.video-player .video-controls .video-barrage {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  left: calc(3% + 150px);
  cursor: pointer;
  background: url(/images/videoimage/barrage.png);
  background-size: 20px 20px;
}
.video-player .video-controls .video-update {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  left: calc(3% + 180px);
  cursor: pointer;
  background: url(/images/videoimage/update.png);
  background-size: 20px 20px;
}
.video-player .video-controls .barrageClose::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -2px;
  bottom: -2px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}
.video-player .video-controls .barrageClose::after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0px;
  bottom: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotateZ(-120deg);
}
.video-player .video-controls .video-screen {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 11px;
  right: 1.5%;
  cursor: pointer;
  background: url(/images/videoimage/enlarge.svg);
  background-size: 15px 15px;
}
.video-player .video-controls .video-clarity {
  width: 36px;
  height: 30px;
  position: absolute;
  top: 3px;
  right: calc(2% + 21px);
}
.video-player .video-controls .video-clarity > p {
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.video-player .video-controls .video-clarity > nav {
  display: none;
  width: 36px;
  padding: 5px 0;
  position: absolute;
  bottom: 25px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-player .video-controls .video-clarity > nav > span {
  display: block;
  width: 36px;
  padding: 5px 0;
  color: #999999;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.video-player .video-controls .video-clarity > nav > span:hover {
  color: #eee;
}
.video-player .video-controls .video-clarity > nav .disabled,
.video-player .video-controls .video-clarity > nav .disabled:hover {
  cursor: auto;
}
.video-player .video-controls .video-clarity:hover > nav {
  display: block;
}
.video-player .video-controls .video-audio {
  display: block;
  width: 110px;
  position: absolute;
  top: 8px;
  right: calc(2% + 88px);
}
.video-player .video-controls .video-audio .audio-button {
  width: 20px;
  height: 18px;
  position: relative;
  float: left;
  cursor: pointer;
  background: url(/images/videoimage/audio.svg);
  background-size: 20px 18px;
}
.video-player .video-controls .video-audio .audio-mute::before {
  content: '×';
  display: block;
  position: absolute;
  bottom: -4px;;
  right: 5px;
  color: #e2e2e2;
  font-size: 20px;
}
.video-player .video-controls .video-audio .audio-box {
  width: 80px;
  height: 2px;
  position: relative;
  float: left;
  margin: 8px 0 0 7px;
  border-radius: 2px;
  background-color: #999;
}
.video-player .video-controls .video-audio .audio-box .audio-con {
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.video-player .video-controls .video-audio .audio-box .audio-slider {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -2px;
  left: 0;
  cursor: pointer;
  border-radius: 12px;
}
.video-player .video-controls .video-reversal {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: calc(3% + 230px);
  cursor: pointer;
  background: url(/images/videoimage/reversal.png);
  background-size: 20px 20px;
}
.video-player .video-controls .video-playSpeed {
  display: block;
  width: 34px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: calc(2% + 57px);
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.video-player .video-controls .video-status {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 10px;
  background: url(/images/videoimage/loading.gif);
  background-size: 30px 30px;
}
.video-player .video-controls .video-comment {
  display: block;
  width: 280px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: calc(3% + 300px);
  background-color: #eeeeee;
  border-radius: 3px;
}
.video-player .video-controls .video-comment > input[type=text] {
  display: block;
  width: 280px;
  height: 30px;
  padding: 5px 10px;
  position: relative;
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  border-radius: 3px;
  border: none;
  outline: none;
  background-color: #eeeeee;
  z-index: 10;
  transition: all .5s;
}
.video-player .video-controls .video-comment > div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.video-player .video-controls .video-comment > div > p {
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 5px;
  left: -30px;
  cursor: pointer;
  opacity: 0;
  background: url("/images/videoimage/setting.png") center no-repeat;
  background-size: 15px 15px;
  transition: all .5s;
}
.video-player .video-controls .video-comment > div > span {
  display: block;
  width: 35px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #999;
  transition: all .5s;
}
.video-player .video-controls .video-comment .setBox {
  display: none;
  height: 110px;
  padding: 15px 20px 5px 20px;
  bottom: 31px;
  z-index: 200;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.video-player .video-controls .video-comment .setBox .group {
  width: 100%;
  height: 30px;
}
.video-player .video-controls .video-comment .setBox .group > label,
.video-player .video-controls .video-comment .setBox .group > span {
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.video-player .video-controls .video-comment .setBox .group > span {
  font-size: 12px;
}
.video-player .video-controls .video-comment .setBox .group > input[type=color] {
  display: block;
  width: 23px;
  height: 26px;
  float: left;
  margin: 2px;
}
.video-player .video-controls .video-comment .setBox .group > input[type=number] {
  display: block;
  width: 45px;
  height: 22px;
  padding-left: 5px;
  margin: 3px 3px 3px 0;
  float: left;
  color: #666;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #999;
  border-radius: 2px;
  outline: none;
}
.video-player .video-controls .video-comment .setBox .group > input[type=radio] {
  display: block;
  width: 16px;
  height: 16px;
  margin: 7px;
  float: left;
  border: 1px solid #999;
  border-radius: 16px;
  outline: none;
}
.video-player .video-controls .video-comment .setBox .group:nth-child(2) > label:nth-child(4) {
  margin-left: 20px;
}
.video-player .video-controls .video-comment .setBox > i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  font-style: normal;
  cursor: pointer;
}
.video-player .video-controls .commentActive > input[type=text] {
  width: 215px;
  padding: 5px;
  margin-left: 25px;
}
.video-player .video-controls .commentActive > div > p {
  left: 5px;
  opacity: 1;
}
.video-player .screenShootBox {
  width: 100%;
  height: calc(100% - 110px);
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  pointer-events: none;
  background: transparent;
}
.video-player .screenShootBox > .screenShoot {
  display: none;
  max-width: 40%;
  position: absolute;
  top: 0;
  pointer-events: none;
  background: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-player .screenShootBox > .screenShoot[data-action=marquee] {
  left: 110%;
}
.video-player .screenShootBox > .screenShoot[data-action=stay] {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}


 .video-player .video-controls  .videofull {
  background: url(/images/videoimage/micrify.svg);
  background-size: 15px 15px;
}
.blue .video-controls .video-seek .seek-con {
  background-color: #00b4ed;
}
.blue .video-controls .video-seek .seek-slider {
  background-color: #00b4ed;
}
.blue .video-controls .video-clarity > nav .disabled,
.blue .video-controls .video-clarity > nav .disabled:hover {
  color: #00b4ed;
}
.blue .video-controls .video-audio .audio-box .audio-con {
  background-color: #00b4ed;
}
.blue .video-controls .video-audio .audio-box .audio-slider {
  background-color: #00b4ed;
}

/*视频上方的停止播放按钮*/
.pauseBigbutton{ 
    position: absolute;
    top: 41%;
    left: 46%;
    z-index: 4;
}
.pauseBigbuttonM1{
	position: absolute;
    top: 9.5%;
    left: 40%;
    z-index: 4;
	}
	.pauseBigbuttonM2{
	position: absolute;
    top: 44.5%;
    left: 40%;
    z-index: 4;
	}
	.pauseBigbuttonM3{
	position: absolute;
    top: 78.5%;
    left: 40%;
    z-index: 4;
	}

.palyBigbutton{ 
    position: absolute;
    top: 41%;
    left: 46%;
    z-index: 4;
}

.videopp4 .videopp5{
	float:left; width: 100%;height:95%;   margin-left: initial;margin-right: initial;margin-bottom:10px;border:1px solid #ddd;-webkit-box-shadow: #d2d2d2 0px 0px 2px;-moz-box-shadow: #d2d2d2 0px 0px 2px;box-shadow: #d2d2d2 0px 0px 2px;
	}

.videoBanner{
	z-index:333;
	}