/*TODO common.css*/

.tag-title {
    float: left;
    min-width: 30px;
    height: 24px;
    line-height: 24px;    
    color: #999;
    border: 0px solid #eee;   
    font-size: 14px;
    border-radius: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


.tag-item {
    float: left;
    min-width: 50px;
    height: 20px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    color: #999;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 10px;
    margin-right: 8px;
    cursor: pointer;
	/*font-weight: normal;*/
}
/*产品列表 video-list*/
.ad002,.ad006{
	width: 1200px;
	height: 120px;
	object-fit: cover;
}

.video-list{
	width: 1200px;
	height: auto;
	position: relative;
    z-index: 1;
}

.video-list .left{
	float: left;
	width: 840px;
	height: auto;
	/*background-color: #ccc;*/
}
.video-list .left .item{
	float: left;
	width: 270px;
	height: 295px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:10px;	
	box-sizing: border-box;
}

.video-list .left .item:hover{
	box-shadow: 2px 2px 10px #333;
}

.video-list .left .item .s1{	
	width: 250px;
	height: 166px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	/*background-color: #cc1;*/
}

.video-list .left .item .s1 .png{
	width: 250px;
	height: 166px;
	object-fit: cover;
	border-radius: 8px;
	transition: all 0.6s;
}


.video-list .left .item .s1 .play{
	position: absolute; 
	width: 50px; 
	height: 50px; 
	left: 194px; 
	top: 110px;
	z-index: 100;
	cursor: pointer;
}
.video-list .left .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

.video-list .left .item .s2{
	width: 250px;
	height: 80px;	
	/*background-color: #eee;*/
}
.video-list .left .item .s2 .t1{
	width: 250px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	padding: 0px 10px;
	box-sizing: border-box;
	margin-top: 4px;
}
.video-list .left .item .s2 .t2{
	width: 250px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	padding: 0px 10px;
	color: #999;
	box-sizing: border-box;
	
}
.video-list .left .item .s2 .t3{
	width: 250px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	padding: 0px 10px;
	color: #999;
	box-sizing: border-box;
}


.video-list .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	background-color: #fff;
}


.video-list .right .cont01{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	
}
.video-list .right .cont01 .title{
	width: 340px;
	padding: 0 5px;
	
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;

}

.video-list .right .cont01 .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;

}

.video-list .right .cont01 .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}
.video-list .right .cont01 .title:nth-child(2) span{
	color: #fff;
	background-color: #ff9e33;
}
.video-list .right .cont01 .title:nth-child(3) span{
	color: #fff;
	background-color: #ff9e33;
}



/**/
.video-list .right .cont02{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.video-list .right .cont02 .item{
	width: 360px;
	height: 90px;
	overflow: hidden;
	/*background-color: #eee;*/
	border-bottom: 1px dashed #eee;
	margin-top: 10px;

}
.video-list .right .cont02 .item .s1{
	float: left;
	width: 120px;
	height: 80px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.video-list .right .cont02 .item .s1 .png{
	width: 120px;
	height: 80px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.video-list .right .cont02 .item .s1 .play{
	position: absolute; 
	width: 40px; 
	height: 40px; 
	left: 76px; 
	top: 36px;
	z-index: 100;
	cursor: pointer;
}
.video-list .right .cont02 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.video-list .right .cont02 .item .s2{
	float: right;
	width: 210px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
	/*background-color: #666;*/
}
.video-list .right .cont02 .item .s2 .t1{
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	/*background-color: #eee;*/
	overflow: hidden;

}
.video-list .right .cont02 .item .s2 .t2{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	/*background-color: #eee;*/
	color: #999;
	overflow: hidden;
	
}
.video-list .right .cont02 .item .s2 .t3{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	margin-top: 3px;
	color: #999;
	overflow: hidden;
}


/*gallery-detail*/
.left-v01{
	float: left;
	width: 800px;
	height: 685px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.left-v01 .cont01{
	margin: 10px;
	width: 780px;
	height: 530px;
	overflow: hidden;
	background-color: #eee;
}
.left-v01 .cont02{
	margin: 10px;
	width: 780px;
	height: 125px;
	overflow: hidden;
	/*background-color: #eee;*/
}
.left-v01 .cont02 .s1{	
	width: 780px;
	height: 85px;
	overflow: hidden;
	/*background-color: #123;*/
	box-sizing: border-box;
}
.left-v01 .cont02 .s1 .t1{
	width: 780px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 15px;
}

.left-v01 .cont02 .s1 .t2{
	width: 780px;
	height: 25px;
	line-height: 25px;
	/* overflow: hidden; */
	/* font-size: 12px; */
	color: #999;
	display: flex;
	/* background-color: #666; */
}
.left-v01 .cont02 .s1 .t2 span{
	width: 300px;
}
.left-v01 .cont02 .s1 .t2 .tt{
	flex: 1;
	/* background-color: red; */
}

.left-v01 .cont02 .s1 .t3{
	width: 780px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	/* font-size: 12px; */
	color: #999;
}

.left-v01 .cont02 .s2{	
	width: 780px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	/*background-color: #443;*/
	box-sizing: border-box;
}

.right-v01{
	float: right;
	width: 390px;
	height: 685px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.right-v01 .cont{
	width: 370px;
	margin: 10px;
	height: 615px;
	background-color: #fff;
}
.right-v01 .cont .item{
	width: 370px;
	height: 123px;	
	background-color: #fff;
	border-bottom: 1px dashed #eee;
}
.right-v01 .cont .item .s1{
	float:left;
	width: 170px;
	height: 110px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 6px;
	position: relative;
	/*background-color: #eee;*/
}
.right-v01 .cont .item .s1 .png{
	width: 170px;
	height: 110px;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.6s;
	border-radius: 5px;
}
.right-v01 .cont .item .s1  .play{
	position: absolute; 
	width: 50px; 
	height: 50px; 
	left: 117px; 
	top: 56px;
	z-index: 100;
	cursor: pointer;
}
.right-v01 .cont .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}


.right-v01 .cont .item .s2{
	float:right;
	width: 190px;
	height: 110px;
	overflow: hidden;
	box-sizing: border-box;

	/*background-color: #eee;*/
}
.right-v01 .cont .item .s2 .t1{
	width: 175px;
	height: 50px;
	line-height: 25px;
	font-size: 15px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 8px;
}
.right-v01 .cont .item .s2 .t2{
	width: 175px;
	height: 25px;
	line-height: 25px;
	/* font-size: 12px; */
	color: #999;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 3px;
	/* margin-top: 20px; */
}


/*第二屏  left-v02  right-v02  2021-6-6 00:23*/

.left-v02{
	float: left;
	width: 800px;
	height: auto;
	
	/*background-color: #fff;*/
}
.left-v02 .cont{
	width: 800px;
	height: 155px;
	padding: 10px;
	/*margin: 10px;*/
	background-color: #fff;
	box-sizing: border-box;
}
.left-v02 .cont .item{
	float: left;
	width: 144px;
	height: 130px;
	overflow: hidden;
	box-sizing: border-box;
	/*background-color:#ccc;*/
	margin-left: 10px;
	margin-top: 10px;
}
.left-v02 .cont .item .s1{
	width: 144px
	height:100px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.left-v02 .cont .item .s1 .png{
	width: 144px;
	height: 100px;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.6s;
}

.left-v02 .cont .item .s1 .play{
	position: absolute; 
	width: 40px; 
	height: 40px; 
	left: 100px; 
	top: 56px;
	z-index: 100;
	cursor: pointer;
}
.left-v02 .cont .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.left-v02 .cont .item .s2{
	width: 144px
	height:30px;
	line-height: 30px;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	box-sizing: border-box;
}

.right-v02{
	float: right;
	width: 390px;
	height: 434px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.right-v02 .cont{
	width: 390px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.right-v02 .cont .title{
	width: 380px;
	padding: 0 5px;	
	box-sizing: border-box;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.right-v02 .cont .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;
}
.right-v02 .cont .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}
.right-v02 .cont .title:nth-child(2) span{
	color: #fff;
	background-color: #ff9e33;
}
.right-v02 .cont .title:nth-child(3) span{
	color: #fff;
	background-color: #ff9e33;
}
