@charset "UTF-8";
body { font-size: 0.24rem; }

.swiper-container { width: 100%; height: 100%; }

.swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

.c { width: 1200px; margin: 0 auto; }

.header { box-shadow: 0px 1px 3px 0px rgba(75, 74, 74, 0.33); margin-bottom: 25px; }
.header .c { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.header .logo { width: 271px; }
.header .search { width: 340px; height: 40px; background-color: #f5f6f7; border-radius: 4px; display: flex; align-items: center; justify-content: space-between; padding: 0 21px; }
.header .search input { flex: 1; }

.banner { margin: 25px auto; position: relative; margin-top: 0; }
.banner .close { position: absolute; right: 10px; top: 10px; width: 32px; cursor: pointer; }

.main { display: flex; width: 1200px; margin: 0 auto; }
.main .main-left { width: 135px; margin-right: 25px; }
.main .main-left ul li { width: 135px; height: 42px; line-height: 42px; text-align: center; font-size: 16px; transition: .3s; position: relative; margin:2px 0;}
.main .main-left ul li > a { color: #333; width: 100%; height: 100%; display: block; }
.main .main-left ul li .jj { width: 227px; background: #fff; position: absolute; right: -227px; bottom: 0; display: flex; flex-wrap: wrap; box-shadow: 1px 1.7px 5.9px 0.1px rgba(74, 74, 75, 0.32); display: none; z-index: 99; }
.main .main-left ul li .jj a { width: 50%; text-align: center; color: #333333; }
.main .main-left ul li:hover { background: #f17116; border-radius: 4px; transition: .3s; }
.main .main-left ul li:hover > a { color: #fff; }
.main .main-left ul li:hover .jj { display: flex; }
.main .main-left ul .active { background: #f17116; border-radius: 4px; color: white; }
.main .main-left ul .active a { color: #fff; }
.main .main-right { flex: 1; width: 500px; }
.main .main-right .mr-t { display: flex; margin-bottom: 26px; box-shadow:2px 2px 2px #ddd; }
.main .main-right .mr-t .mr-tl { width: 660px; height: 371px; }
.main .main-right .mr-t .mr-tl video { width: 100%; height: 100%; }
.main .main-right .mr-t .mr-tr { flex: 1; background: #ffffff;}
.main .main-right .mr-t .mr-tr h2 { font-size: 18px; color: #000; line-height: 42px; position: relative; padding-left: 39px; border-bottom: 1px solid #f5f5f5; }
.main .main-right .mr-t .mr-tr h2::after { position: absolute; left: 24px; top: 50%; transform: translateY(-50%); content: ''; width: 6px; height: 28px; background: #f17116; }
.main .main-right .mr-t .mr-tr ul { padding-left: 24px; overflow: auto; height: 328px; padding-top: 13px; }
.main .main-right .mr-t .mr-tr ul li { margin-bottom: 20px; }
.main .main-right .mr-t .mr-tr ul li a { display: flex; align-items: center; }
.main .main-right .mr-t .mr-tr ul li a .item-l { width: 107px; height: 60px; background-color: #6c6c6c; margin-right: 18px; overflow: hidden; }
.main .main-right .mr-t .mr-tr ul li a .item-l img { width: 100%; }
.main .main-right .mr-t .mr-tr ul li a .item-r { flex: 1; }
.main .main-right .mr-t .mr-tr ul li a .item-r h3 { color:#333333;font-size: 16px; margin-bottom: 21px; font-weight: normal; line-height: 1.1; }
.main .main-right .mr-t .mr-tr ul li a .item-r p { font-size: 12px; color: #bbbbbb; }
.main .main-right .mr-t .mr-tr ul::-webkit-scrollbar { /*滚动条整体样式*/ width: 3px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; }
.main .main-right .mr-t .mr-tr ul::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 1px; background: #ccc; }
.main .main-right .mr-t .mr-tr ul::-webkit-scrollbar-track { /*滚动条里面轨道*/ border-radius: 1px; background: #f5f5f5; }
.main .main-right .title { font-size: 18px; color: #f17116; line-height: 42px; position: relative; padding-left: 18px; font-weight: bold; }
.main .main-right .title::after { position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ''; width: 6px; height: 28px; background: #f17116; }
.main .main-right .mr-m { display: flex; }
.main .main-right .mr-m .mr-ml { width: 660px; margin-right: 24px; }
.main .main-right .mr-m .mr-ml .wz-1 { border-bottom: 1px solid #eeeeee; margin-bottom: 25px; }
.main .main-right .mr-m .mr-ml .wz-1 h2 { font-size: 20px; color: #3b383d; font-weight: bold; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m { display: flex; padding: 13px 0; justify-content: space-between; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .peo { display: flex; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .peo .peo-l { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; margin-right: 18px; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .peo .peo-l img { width: 100%; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .peo .peo-r h3 { font-size: 16px; color: #3b383d; font-weight: normal; margin-bottom: 5px; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .peo .peo-r h3 span {padding: 0 5px; height: 20px; background-color: #f17116; border-radius: 4px; display: inline-block; color: #fff; font-size: 12px; text-align: center; line-height: 20px; margin-left: 10px; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .peo .peo-r p { font-size: 14px; color: #666666; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .wor { display: flex; align-items: center; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .wor h3 {padding-right: 15px; height: 34px; border-radius: 4px; border: solid 1px #bbbbbb; line-height: 34px; padding-left: 39px; color: #bbb; font-size: 16px; font-weight: normal; background: url(../images/a_17.jpg) no-repeat; background-position: 19px center; cursor: pointer; margin-right: 19px; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .wor .on { border: 1px solid #F44336; color: #F44336; background: url(../images/a_172.jpg) no-repeat; background-position: 19px center; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .wor h4 { font-size: 16px; color: #666666; }
.main .main-right .mr-m .mr-ml .wz-1 .wz-1m .wor h4 span { color: #f3111a; }
.main .main-right .mr-m .mr-ml .wz-2 { border-bottom: 1px solid #eeeeee; margin-bottom: 25px; }
.main .main-right .mr-m .mr-ml .wz-2 .title { margin-bottom: 29px; }
.main .main-right .mr-m .mr-ml .wz-2 p { font-size: 16px; line-height: 24px; color: #333333; margin-bottom: 15px; }
.main .main-right .mr-m .mr-ml .wz-2 div { font-size: 16px; line-height: 24px; color: #333333; margin-bottom: 15px; }
.main .main-right .mr-m .mr-ml .wz-2 .load { color: #666666; font-size: 16px; text-align: center; line-height: 66px; cursor: pointer;
    background: rgba(255,255,255,.7);
    margin-top: -50px;
    position: relative; }
.main .main-right .mr-m .mr-ml .wz-3 { border-bottom: 1px solid #eeeeee; margin-bottom: 25px; padding-bottom: 25px; }
.main .main-right .mr-m .mr-ml .wz-3 .title { margin-bottom: 25px; }
.main .main-right .mr-m .mr-ml .wz-3 .title span { color: #333333; }
.main .main-right .mr-m .mr-ml .wz-3 .wz-3m { display: flex; }
.main .main-right .mr-m .mr-ml .wz-3 .wz-3m .wz-3ml { width: 174px; height: 174px; background-color: #706e6e; overflow: hidden; margin-right: 20px; }
.main .main-right .mr-m .mr-ml .wz-3 .wz-3m .wz-3ml img { width: 100%; }
.main .main-right .mr-m .mr-ml .wz-3 .wz-3m .wz-3mr { flex: 1; }
.main .main-right .mr-m .mr-ml .wz-3 .wz-3m .wz-3mr p { font-size: 16px; color: #333; margin-bottom: 20px; }
.main .main-right .mr-m .mr-ml .wz-3 .wz-3m .wz-3mr h3 { display: flex; font-size: 16px; font-weight: normal; }
.main .main-right .mr-m .mr-ml .wz-3 .wz-3m .wz-3mr h3 a { color: #f17116; display: inline-block; margin-right: 20px; }
.main .main-right .mr-m .mr-ml .wz-4 { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #eee; }
.main .main-right .mr-m .mr-ml .wz-4 .title { margin-bottom: 25px; }
.main .main-right .mr-m .mr-ml .wz-4 .wz-4m { position: relative; }
.main .main-right .mr-m .mr-ml .wz-4 .wz-4m .item { width: 280px; }
.main .main-right .mr-m .mr-ml .wz-4 .wz-4m .item .item-t { width: 100%; height: 168px; overflow: hidden; background: #706e6e; margin-bottom: 19px; 
    background-size: cover !important;}
.main .main-right .mr-m .mr-ml .wz-4 .wz-4m .item .item-t img { width: 100%; }
.main .main-right .mr-m .mr-ml .wz-4 .wz-4m .item .item-b { color: #333333; font-size: 16px; }
.main .main-right .mr-m .mr-ml .wz-4 .wz-4m .swiper-button-next, .main .main-right .mr-m .mr-ml .wz-4 .wz-4m .swiper-button-prev { background: none; }
.main .main-right .mr-m .mr-ml .wz-4 .wz-4m .swiper-button-next { right: -10px; }
.main .main-right .mr-m .mr-ml .wz-4 .wz-4m .swiper-button-prev { left: -10px; }
.main .main-right .mr-m .mr-ml .wz-5 { padding-bottom: 25px; margin-bottom: 25px; }
.main .main-right .mr-m .mr-ml .wz-5 .title { margin-bottom: 25px; }
.main .main-right .mr-m .mr-ml .wz-5 .item { display: flex; align-items: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eee; }
.main .main-right .mr-m .mr-ml .wz-5 .item .item-l { width: 336px; height: 188px; background-color: #706e6e; margin-right: 20px; }
.main .main-right .mr-m .mr-ml .wz-5 .item .item-l a { display: block; width: 100%; height: 100%; }
.main .main-right .mr-m .mr-ml .wz-5 .item .item-r { flex: 1; }
.main .main-right .mr-m .mr-ml .wz-5 .item .item-r a { font-size: 16px; line-height: 24px; color: #333333; margin-bottom: 20px; display: block; }
.main .main-right .mr-m .mr-ml .wz-5 .item .item-r p { font-size: 14px; color: #999999; margin-bottom: 20px; }
.main .main-right .mr-m .mr-ml .wz-5 .item .item-r p span { width: 14px; height: 14px; display: inline-block; border-radius: 50%; margin-right: 10px; }
.main .main-right .mr-m .mr-ml .wz-5 .item .item-r h3 { font-weight: normal; font-size: 12px; }
.main .main-right .mr-m .mr-ml .wz-5 .item .item-r h3 a { display: inline-block; padding: 0 13px; height: 24px; background-color: #eeeeee; border-radius: 4px; text-align: center; line-height: 24px; color: #666666; margin-right: 10px; }
.main .main-right .mr-m .mr-ml .wz-5 .wz-5b { width: 100%; height: 38px; border-radius: 6px; border: solid 1px #f17116; color: #f17116; font-size: 16px; text-align: center; line-height: 38px; }
.main .main-right .mr-m .mr-ml .wz-5 .wz-5b a { display: block; width: 100%; height: 100%; color: #f17116; }
.main .main-right .mr-m .mr-ml .wz-5 .wz-5b img { display: inline-block; margin-left: 10px; }
.main .main-right .mr-m .mr-mr { width: 356px; }
.main .main-right .mr-m .mr-mr ul { margin-top: 24px; }
.main .main-right .mr-m .mr-mr ul li { margin-bottom: 21px; }
.main .main-right .mr-m .mr-mr ul li a { display: flex; }
.main .main-right .mr-m .mr-mr ul li a .li-l { width: 107px; height: 60px; background-color: #6c6c6c; overflow: hidden; margin-right: 18px; }
.main .main-right .mr-m .mr-mr ul li a .li-l img { width: 100%; }
.main .main-right .mr-m .mr-mr ul li a .li-r { flex: 1; }
.main .main-right .mr-m .mr-mr ul li a .li-r h2 { font-size: 16px; color: #333333; margin-bottom: 20px; font-weight: normal; line-height: 20px; }
.main .main-right .mr-m .mr-mr ul li a .li-r p { font-size: 12px; color: #999; }
.main .main-right .mr-m .mr-mr .ad { width: 350px; height: 236px; background-color: #272727; overflow: hidden; }
.main .main-right .mr-m .mr-mr .ad a { display: block; width: 100%; height: 100%; }
.main .main-right .mr-m .mr-mr .ad img { width: 100%; }

.footer { background: #000000; }
.footer .footer-m { color: #fff; width: 1200px; margin: 0 auto; height: 46px; display: flex; justify-content: space-between; align-items: center; }
.footer .footer-m .footer-mr a { color: #fff; }

.prism-big-play-btn { display: none !important; }

.msk { display: none; }

.marg { display: block !important; overflow: hidden; }
.marg .item-r { width: 287px; float: left; margin-top: 12px; }
.marg .item-l { float: left; width: 336px; }

.sg { margin-top: 32px; }

.fr_main { overflow: hidden; width: 1040px; padding-bottom: 35px; box-sizing: border-box; float: right; }
.fr_main .lables { overflow: hidden; }
.fr_main .lables .titles { overflow: hidden; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; height: 28px; }
.fr_main .lables .titles h2 { font-size: 18px; color: #f17116; line-height: 42px; position: relative; padding-left: 18px; font-weight: bold; }
.fr_main .lables .titles h2::after { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); content: ""; width: 6px; height: 28px; background: #f17116; }
.fr_main .lables .titles a { font-size: 14px; color: #f17116; }
.fr_main .lables ul { overflow: hidden; }
.fr_main .lables ul li { overflow: hidden; width: 192px; float: left; margin-right: 20px; }
.fr_main .lables ul li div { width: 100%; height: 108px; background: #6C6C6C; border-radius: 5px; }
.fr_main .lables ul li:nth-child(5n) { margin-right: 0; }
.fr_main .lables ul li p { font-size: 16px; color: #333333; line-height: 24px; padding: 16px 0 25px 0; box-sizing: border-box; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/*video样式*/
.video-box {
    overflow: hidden;
    /* background: #000; */
    width: 660px;
    height: 371px;
    display: block;
    margin: 0 auto;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 10;
}
.video-box-body {
    width: 100%;
    height: 371px;
    overflow: hidden;
    position: relative;
}
.video-body {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
}

#get-more-videos{
    cursor: pointer;
}
#kw-name{ margin-left: 20px;}
.wz-2 .hide-div{
    height: 200px;
    overflow: hidden;
}

/*控制条样式*/
/* .video-control {
    position: absolute;
    width: 100%;
    height: 40px;
    
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    z-index: 99999999999;
    left: 0;
    right: 0;
    bottom: 0;
}
.control-leftview {
    margin-left:14px;
	margin-right:14px;
    z-index: 5;
	float:left;
	height: 35px;
}
.control-btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: rgba(256, 256, 256, .5);
    cursor: pointer;
}
.control-leftview .control-btn {
    margin-right: 10px;
}
.progress-box {
    width: 150px;
    height: 35px;
	
	float:left;
}
.progress-box-body {
    width: 100%;
    height: 100%;
}
.current-time, .duration-time {
  
    text-align: center;
    color: #fff;
}
.current-time {    
    line-height:35px;
	height:35px;
    z-index: 5;
	float:left;
}
.duration-time {
	line-height:35px;
	height:35px;
   float:left;
    z-index: 5;
}
.durationbar-box {
    width: 100%;
    
}
.durationbar {
    width: 100%;
    height: 5px;
    margin-top: 20px;
    background: #ACABAB;
   
    position: relative;
}
.bufferbar, .currentbar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    
    z-index: 5;
    cursor: pointer;
}
.currentbar {
    background: #F3111A;
    z-index: 10;
}
.drawbar {
    position: absolute;
    --background: #fff;
    width: 0px;
    height: 0px;
    left: 0;
    top: -5px;
    z-index: 10;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}
.control-rightview {
    float:right;
    z-index: 5;
	height:35px;
}
.control-rightview .control-btn {
    margin-right: 12px;
}
.control-rightview .xiazai{
	display: inline-block;
	float:left;
	line-height:35px;
	margin-right:25px;
	color:#ffffff;
	background:url(../images/xiazai.png) no-repeat center left; 
	padding-left:20px;
}
.control-rightview .chaoqing{
	font-size:14px;
	color:#fff;
	padding:2px 10px;
	margin-top:6px;
	background:#3e3d3d;
	display: inline-block;
	line-height:20px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.control-leftview .control-btn:last-child, .control-rightview .control-btn:first-child {
    margin: 0;
	
}
.control-btn.loadbtn {
    background: url(../images/load.png) no-repeat center;
    background-size: 100%;
}
.control-btn.playbtn {
    background: url(../images/pause.png) no-repeat center;
    background-size: 100%;
}
.control-btn.playbtn.pausebtn {
    background: url(../images/play.png) no-repeat center;
    background-size: 100%;
}
.control-btn.mutedbtn {
    background: url(../images/muted.png) no-repeat center;
    background-size: 100%;
	float:left;
	margin-top: 5px;
}
.control-btn.mutedbtn.on{
	background-image:url(../images/jing.png);
}
.control-btn.fullscreenbar {
    background: url(../images/fullsrceen.png) no-repeat center;
    background-size: 100%;
	float:left;
	margin-top: 5px;
}
video:-webkit-full-screen {
    z-index: 9 !important;
    width: 100% !important;
    height: 100% !important;
}
video::-webkit-media-controls {
    display: none !important;
} */
