﻿.content{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
}
.video-navBar{
    width: 100%;
    height: 80px;
    background: #dfdfdf;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px;
}
.video-nav{
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.btn-left{
    width: 60px;
    height: 80px;
    float: left;
    /* position: absolute;
    top: 0; */
	opacity: 0.5;
    background: url(https://f2.zhizunsf176.com/M00/01/1A/wKgACl4cD8KAHmOEAAAAAAAAAAA0748746.btn-left.png) center center no-repeat;
}
.btn-right{
    width: 60px;
    height: 80px;
    /* right: 0; */
    float: right;
	opacity: 0.5;
    background: url(https://f2.zhizunsf176.com/M00/01/1A/wKgACl4cD8KAHmOEAAAAAAAAAAA0748746.btn-right.png) center center no-repeat;
}
.btn-left:hover{
	opacity: 1;
}
.btn-right:hover{
	opacity: 1;
}
.btnnav-box{
    width: 1080px;
    height: 100%;
    overflow: hidden;
    float: left;
    /* background: mediumaquamarine; */
    position: relative;
}
.btnnav-box ul{
    top:0;
    left:0;
    height: 100%;
    transition: all .5s;
    position: absolute;
}
.btnnav-box ul li{
    height: 40px;
    float: left;
    padding: 0 18px;
    background: #b3b3b3;
    margin-left: 50px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}
.btnnav-box ul li a{
    display: block;
    color: #fff;
}
.btnnav-box ul li.active{
    background: #fff;
}
.btnnav-box ul li.active a{
    color: #333;
}

/* 自定义内容区样式 */
.custom-box{
    width: 1200px;
    height: 345px;
    background: #333;
    margin-bottom: 30px;
}
.custom-ul-box{
    width: 846px;
    height: 305px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 20px;
}
.custom-box ul{
    top: 0;
    left: 0;
    position: absolute;
    transition: all .5s;
}
.custom-box ul li{
    width: 275px;
    height: 305px;
    float: left;
    position: relative;
    margin-right: 10px;
}
/* .custom-content{
    width: 275px;
    height: 280px;
    float: left;
    position: relative;
    margin-right: 10px;
} */
.custom-content .sftx-list-img{
    width: 275px;
    height: 155px;
}
.custom-content .sftx-list-text a{
    font-size: 14px;
    color: #fff;
}
.custom-ul-btn{
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 10px;
    background: mediumaquamarine;
    margin-left: -20px;
}
.custom-ul-btn ul li{
    width: 8px;
    height: 8px;
    float: left;
    margin-right: 8px;
    border-radius: 100%;
    overflow: hidden;
}
.custom-ul-btn ul li span{
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
}
.custom-ul-btn ul li span.activespan{
    background: #ff0000;
}

/* 自定义标题推荐位第一条样式 */
.sftx-list-ul-li1{
    width: 314px;
    height: 345px;
    background: #bf0614;
    overflow: hidden;
    float: left;
}
.sftx-list-ul-li1 .custom-content{
    height: 305px;
    position: relative;
    margin: 20px;
}
.sftx-list-ul-li1 .sftx-list-img{
    width: 275px;
    height: 155px;
}
.sftx-list-ul-li1 .sftx-list-title{
    margin-top: 20px;
	line-height: 25px;
}
.sftx-list-ul-li1 .sftx-list-title a{
    font-size: 18px;
    color: #fff;
}
.sftx-list-ul-li1 .sftx-list-text{
	padding: 0;
}
.sftx-list-ul-li1 .sftx-list-text a{
    font-size: 14px;
    color: #ffcaca;
}
.sftx-list-ul-li1 .sftx-list-text a:hover{
	color: #ffcaca !important;
}
/* 视频 -- 视频列表 */
.sftx-list{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    /* margin-top: 30px;
    margin-bottom: 40px; */
    display: none;
}
.sftx-list-ul{
    width: 1214px;
    height: 100%;
    padding-top: 30px;
    padding-left: 30px;
    overflow: hidden;
    background: #ffffff;
}
.sftx-list-ul li{
    width: 256px;
    height: 262px;
    float: left;
    margin-right: 40px;
    position: relative;
}
.sftx-list-img{
    width: 256px;
    height: 144px;
	border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.video-time-none{
	display:none;
}
.video-time{
    width: 45px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    font-size: 12px;
    color: #fefefe;
    text-align: center;
    line-height: 20px;
    background: url(https://f2.zhizunsf176.com/M00/01/1A/wKgACl4cD8KAHmOEAAAAAAAAAAA0748746.time-bg.png) no-repeat;
}
.video-time-none{
	display:none;
}
.sftx-list-img a ,.sftx-list-img a img{
    display: block;
    width: 100%;
    height: 100%;
	transition: all 1s;
}
.sftx-list-img img:hover{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.sftx-list-text{
    line-height: 25px;
    margin-top: 15px;
	padding: 0 10px;
}
.sftx-list-text a{
    font-size: 14px;
    color: #333333;
}
.sftx-list-text a:hover{
    color: #bf0614;
}
.sftx-list-time-box{
	height: 26px;
	position: absolute;
	bottom: 27px;
}
.sftx-list-time{
    font-size: 14px;
    color: #b4b4b4;
    float: left;
	line-height: 26px;
}
.sftx-list-time a{
    font-size: 14px;
    color: #b4b4b4;
}
/* 最新视频 */
.sftx-list-ul-box{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 60px;
}

/* 底部样式 */
.video-footer{
    width: 100%;
    height: 94px;
    background: url(https://f2.zhizunsf176.com/M00/01/1A/wKgACl4cD8KAHmOEAAAAAAAAAAA0748746.footer-banner.png);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
	font-family: "HYGangYiTi";
}
.video-footer-content{
    width: 1200px;
    height: 94px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.video-footer-content .footer-left{
    width: 60px;
    height: 94px;
    float: left;
	opacity: 0.5;
    background: url(https://f2.zhizunsf176.com/M00/01/1A/wKgACl4cD8KAHmOEAAAAAAAAAAA0748746.footer-left.png) center center no-repeat;
}
.video-footer-content .footer-right{
    width: 60px;
    height: 94px;
    float: right;
	opacity: 0.5;
    background: url(https://f2.zhizunsf176.com/M00/01/1A/wKgACl4cD8KAHmOEAAAAAAAAAAA0748746.footer-right.png) center center no-repeat;
}
.video-footer-content .footer-left:hover{
	opacity: 1;
}
.video-footer-content .footer-right:hover{
	opacity: 1;
}
.video-footer-ul-box{
    width: 1080px;
    height: 110px;
    margin: 0 auto;
    overflow-y: hidden;
    position: relative;
}
.video-footer-ul{
    height: 94px;
    overflow: hidden;
	margin-left: -10px;
}
.video-footer-ul-box li{
    float: left;
    width: 70px;
    height: 70px;
    background: #f6f6f6;
    margin-left: 20px;
	margin-right: 20px;
    margin-top: 12px;
    color: #333;
    font-weight: 900;
	text-align: center;
	border-radius: 5px;
}
.video-footer-ul-box li span{
    display: block;
    font-size: 48px;
    line-height: 50px;
}
.video-footer-ul-box li strong{
	display: block;
	font-size: 12px;
}
.video-footer-ul-box li.activeLi{
	background: #bd0c1d;
}
.video-footer-ul-box li.activeLi span{
	color: #ffffff;
}
.video-footer-ul-box li.activeLi strong{
	color: #ffffff;
}
.video-footer-ul-box li:hover{
	background: #bd0c1d;
}
.video-footer-ul-box li:hover span{
	color: #ffffff;
}
.video-footer-ul-box li:hover strong{
	color: #ffffff;
}
.hot{
	display: inline-block;
	font-size: 14px;
	color: #3fb8fc;
	margin-left: 14px;
	padding: 5px;
	border: 1px solid #3fb8fc;
	border-radius: 3px;
}
/* opacity: 0;
    filter:alpha(opacity=0); */
	