	.huyoux_zhome {
	    position: relative;
	    width: 100%;
	    height: 1050px;
	    overflow: hidden;
	}
	.clip {
	    clip: rect(auto,auto,auto,auto);
	    height: 100%;
	     position: absolute;
	     left: 0px;
	    top: 0px;
	    width: 100%;
	    background: rgba(255,152,0,0.20);
	}
	.clip .bg {
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	    background: url(patter.png) repeat;
	}
	#huyouxiong-Video {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	    object-fit: contain;
	}