.videoPanl{
	width: 1024px;
	height: 420px;
	background:  rgb(46, 42, 42) ;	
}

.bflist{
	float: right;
	height:380px;
	width: 200px;
	padding: 15px;
	overflow:auto;
}

.bflist ul ul li a{
	color: #0989B3;
	margin-left: 15px;
}
.bf a{
	color: #a8a7a7;
}
.bf a:active,.bf a:hover{
	color: #efefef
}

.varText{
	color:#000;
	font-size:8px;
}
.down-tenth{
	position:relative;
	text-align:center;
	margin:20px 0 0 20px;
	max-height:180;
}
 .downbl{
	display: inline-block;
	text-align: center;
	height: 200px;
	width: 160px;
	margin-right: 25px;
	border-radius: 2px;
	margin-bottom: 15px;
 }


.soft{
 
	background: -webkit-linear-gradient(left top, rgba(77, 185, 76) , rgba(66, 185, 84)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, rgba(77, 185, 76) , rgba(66, 185, 84)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, rgba(77, 185, 76) , rgba(66, 185, 84)); /* Firefox 3.6 - 15 */
	background-image: linear-gradient(rgb(77, 185, 76), rgb(66, 185, 84));/* IE8 */
	background: linear-gradient(bottom right,rgba(77, 185, 76) , rgba(66, 185, 84)); /* 标准的语法（必须放在最后） */
	-moz-box-shadow:2px 1px 5px #333333; -webkit-box-shadow:2px 1px 5px #333333; box-shadow:2px 1px 5px #333333;
}

.doc{
	background: -webkit-linear-gradient(left top, rgba(120, 161, 213) , rgba(91, 126, 192)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right,  rgba(120, 161, 213) , rgba(91, 126, 192)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right,  rgba(120, 161, 213) , rgba(91, 126, 192)); /* Firefox 3.6 - 15 */
	background-image: linear-gradient(rgb(120, 161, 213), rgb(91, 126, 192));/* IE8 */
	background: linear-gradient(bottom right, rgba(120, 161, 213) , rgba(91, 126, 192)); /* 标准的语法（必须放在最后） */
	-moz-box-shadow:2px 1px 5px #333333; -webkit-box-shadow:2px 1px 5px #333333; box-shadow:2px 1px 5px #333333;	
}

.img1{
	width: 56px;
	height: 60px;
	margin: 40px auto;
	background-image: url(../images/win.png);
	background-size: 100% 100%;

}

.img2{

	width: 56px;
	height: 60px;
	margin: 40px auto;
	background-image: url(../images/doc.png);
	background-size: 100% 100%;
  
}
.img1:hover, .img2:hover {
	
	background-image: url(../images/docArrow.png);
	background-size: 100% 100%;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transition: all .2s linear,opacity .3s linear;
	-webkit-transition: transform .2s linear,opacity .3s linear;
	-moz-transition: transform .2s linear,opacity .3s linear;
	-o-transition: transform .2s linear,opacity .3s linear;
	transform: scale(1.1, 1.1);
}

.downbl .soft:hover,.downbl .doc:hover{
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transition: all .2s linear,opacity .3s linear;
	-webkit-transition: transform .2s linear,opacity .3s linear;
	-moz-transition: transform .2s linear,opacity .3s linear;
	-o-transition: transform .2s linear,opacity .3s linear;
	transform: scale(1.1, 1.1);

}

.down-tenth h3{
  color: #efefef
}

.price-list{
	height: 255px;
}
.price-list li{
    text-align: center
}

.price-list li:hover{
	cursor: pointer;
	background:#0989B3;
	color: #efefef;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
}

.price-list .li-nor{
  color: #130c0e;
}

.price-list .li-spe{
	color: #ff5151;
 
  }
 

#news .k1120 ul li {

	position: relative;

	float: left;

	overflow: hidden;

	margin:20px 0 0 20px;

	width: 240px;

	height: 120px;

	border:2px solid #efefef;
}

#news .k1120  li span {

	position: absolute;

	background: #0989B3;

	-webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);

	-moz-transition: all .3s cubic-bezier(.25, .46, .45, .94);

	-o-transition: all .3s cubic-bezier(.25, .46, .45, .94);

	transition: all .3s cubic-bezier(.25, .46, .45, .94);

}

#news .k1120  li .wk_span_1 {

	top: 0;

	left: 0;

	width: 0;

	height: 2px;

}

#news .k1120  li .wk_span_2 {

	top: 0;

	right: 0;

	width: 2px;

	height: 0;

}

#news .k1120  li .wk_span_3 {

	right: 0;

	bottom: 0;

	width: 0;

	height: 2px;

}

#news .k1120  li .wk_span_4 {

	bottom: 0;

	left: 0;

	width: 2px;

	height: 0;

}

#news .k1120  li:hover .wk_span_1, #news .k1120 li:hover .wk_span_3 {

	width: 100%;

}

#news .k1120  li:hover .wk_span_2, #news .k1120 li:hover .wk_span_4 {

	height: 100%;

}

@media(max-width:1500px) {

 

#news .k1120  ul li {

	margin:20px 0 0 20px;

}


}