 .item_img .item_box :hover{
    /*border: #60676b 1px solid;*/
     box-shadow: 1px 2px 3px 4px #a5a5a5;
     transition-property:all;

     transition-duration:0.5s;
}
 ol, ul ,li{list-style:none}
 img {border: 0; vertical-align:middle}
 .clear{clear:both;height:1px;width:100%; overflow:hidden; margin-top:-1px}
 a{color:#000000;text-decoration:none}


 #mrq{width:100%; margin:20px auto; padding:2px; text-align:center}
 #Marquee_x { overflow:hidden; }
 #Marquee_x ul li ,#Marquee_x ul li div{ float:left;line-height:25px;overflow:hidden} /* 横向滚动必须让所有li左浮动 */
 #Marquee_x ul li div{ float:left;line-height:25px;height:131px; width:142px; overflow:hidden}
 #Marquee_x ul li div img{ border:1px solid #DADADA; width:140px; height:105px; display:block}
 #Marquee_x ul li div span{ display:block;}


#video-gallery{width:100%;}
.videoGallery .rsTmb{padding:20px;}
.videoGallery .rsThumbs .rsThumb{width:300px;height:100px;border-bottom:1px solid #2E2E2E;}
.videoGallery .rsThumbs{width:300px;padding:0;}
.videoGallery .rsThumb:hover{background:#000;}
.videoGallery .rsThumb.rsNavSelected{background-color:#484848;border-bottom:-color #02874A;}
.sampleBlock{left:3%;top:1%;width:100%;max-width:400px;}
.rsVideoContainer{width:100%;height:100%;overflow:hidden;display:block;float:left; }
@media screen and (min-width:0px) and (max-width:500px){
	.videoGallery .rsTmb{padding:6px 8px;}
	.videoGallery .rsTmb h5{font-size:12px;line-height:17px;}
	.videoGallery .rsThumbs.rsThumbsVer{width:100px;padding:0;}
	.videoGallery .rsThumbs .rsThumb{width:100px;height:47px;}
	.videoGallery .rsTmb span{display:none;}
	.videoGallery .rsOverflow,.royalSlider.videoGallery{height:300px !important;}
	.sampleBlock{font-size:14px;}
}
.videoGallery .rsTmb img{ float: left; display: block; width: 100px; height: 62px; margin-right: 10px; }
.videoGallery .rsTmb::after{content: " "; display: inline-table; clear: both;}
.videoGallery .rsTmb h5{ font-size: 14px; }
.videoGallery .rsTmb h5 span{ color: #FF0004;}

/* columns */
ul.columns{width:1170px;margin:20px auto 0 auto; }
ul.columns li{width:214px;float:left; display:inline;margin:10px; padding:0;position:relative;}
ul.columns li:hover{z-index:2;}
ul.columns li img{position:relative;filter:alpha(opacity=30);opacity:0.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";}
ul.columns li a:hover img{z-index:9;filter:alpha(opacity=100);opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
ul.columns li a .info{position:absolute;left:-10px; top:-10px;padding:225px 7px 20px;width:220px;display:none;background:rgba(18, 112, 91, 0.8);font-size:1.2em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; color:#fff; box-shadow: 1px 1px 5px #196554; }
ul.columns li a:hover .info{display:block;}
ul.columns li a:hover h2{ z-index: 10;}
ul.columns li h2{font-size:1.2em;font-weight:normal;text-transform:uppercase;margin:0; padding:10px 0; position: absolute; bottom: 0px; left: 0px; right: 0px; background:rgba(18, 112, 91, 0.8); text-align: center; color: #fff;}
ul.columns li p{padding:0 5px; margin: 0; margin-top: 10px;  font-size:12px; line-height: 20px; }

