﻿/*广告弹出*/
.ad-notice{position: fixed;top:20%;left: 0;z-index:2;display:none;width:100%;height:60%;overflow:hidden;transition: all .3s ease;-webkit-transition: all .3s ease;}
.ad-notice.active{margin-top: 0;    left: 96%;    margin-left: -40px;    right: 0;    width: 105px;height:80px;  cursor: pointer;  top: 25%;}
.ad-notice img{margin:0 auto;display: block;max-width: 100%;height:100%;}
.ad-notice-close{position: absolute;top: 0;right: 20%;width: 35px;height: 35px;background:  no-repeat center;cursor: pointer;}
    /*豫光影像*/
.video{padding: 40px 0;}
.video-ul{margin: 0 -25px;}
.video-li{padding:25px;float: left;width:50%;}
.video-li a{display: block;text-align: center;font-size: 16px;color: #000;}
.video-li-img{position:relative;margin-bottom: 10px;overflow: hidden;}
.video-li-img img{display: block;width: 100%;}
.video-li-icon{position: absolute;left: 0;top: 100%;width: 100%;height: 100%;background:  repeat;}
.video-li-icon img{position: absolute;left: 50%;top: 50%;width: 56px;margin-top: -28px;margin-left: -28px;}
.video-li a:hover .video-li-icon{top: 0;}
.shade{position: fixed;left: 0;top: 0;z-index:2;display:none;width: 100%;height: 100%;background:  repeat;}
.video-play{position: fixed;top: 10%;left: 50%;margin-left: -360px;z-index:2;display:none;width: 720px;background-color: #fff;}
#mediaplayer_logo{display: none;}

@media screen and (max-width: 740px) {
.ad-notice{width: 90%;height:auto;top:50%;left:50%;height:auto;transition: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);}
.ad-notice img{height:auto;}
.ad-notice-close{right:0;}
.ad-notice.active{width:60px;height:50px;}

	
	/*豫光影像*/
	.video-ul{margin: 0;}
	.video-li{padding: 10px;width: 50%;}
}


.shadea{position: fixed;left: 0;top: 0;z-index:2;display:none;width: 100%;height: 100%;background-color: #000;opacity: .5;filter: alpha(opacity=50);}



