@charset "utf-8";
/* CSS Document */
.domPC {
	display: block;
}
.domMob {
	display: none;
}
body {
	background: url(http://www.locpg.gov.cn/zt/xcjh2022/images/bgLive.jpg) 50% -1px no-repeat;
}
.banner {
	height: 469px;
	background:url(http://www.locpg.gov.cn/zt/xcjh2022/images/banner.jpg) 50% 0 no-repeat;
}
.menu {
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #8c0808;
	font-size: 20px;
	margin-bottom: 140px;
}
.menu a {
	font-size: 20px;
	color: #8c0808;
	margin: 0 25px;
}
.menu2{ display:none;}
.videobox {
	position: relative;
	width: 980px;
	height: 552px;
	margin: 0 auto;
	padding: 10px;
	background: -webkit-radial-gradient(0 0, #feae42, #f7274f);
	background: -moz-radial-gradient(0 0, #feae42, #f7274f);
}
.videobox span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 88px;
	height: 88px;
	background: url(http://www.locpg.gov.cn/static/xcjh2021/btn-play.png) no-repeat;
	z-index: 4;
	cursor: pointer;
}
.videobox img {
	width: 980px;
	height: 552px;
}
.videobox iframe {
	width: 980px;
	height: 552px;
	display:none;
}
.videobox video {
	width: 980px;
	height: 552px;
	display:none;
}
.footer {
	width: 1200px;
	margin: 0 auto;
	line-height: 30px;
	margin-top: 150px;
	text-align: center;
	color: #eebb61;
	font-size: 14px;
	padding-bottom: 50px;
}
.footer a {
	color: #eebb61;
	font-size: 14px;
}

@media screen and (min-width:0px) and (max-width: 767px) {
.domPC {
	display: none;
}
.domMob {
	display: block;
}
body {
	background:url(http://www.locpg.gov.cn/zt/xcjh2022/images/mbgLive.png);
}
.menu {
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #8c0808;
	font-size: 18px;
	margin-bottom: 0;
	background:#f1bb57;
}
.menu a{
	margin:0 25px;	
	font-size:16px;
}
.menu1{ display:none;}
.menu2{ display:inline;}
.videobox {
	position: relative;
	width: 100%;
	margin:0;
	height:auto;
	padding:0;
	box-sizing:border-box;
	background:none;
}
.videobox iframe {
	width: 100%;
	height: 240px;
	display:none;
}
.videobox img {
	width: 100%;
	height: 100%;
}
.videobox span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: url(http://www.locpg.gov.cn/static/xcjh2021/btn-play.png) no-repeat;
	background-size:100% 100%;
	z-index: 4;
	cursor: pointer;
}

.videobox video {
	width: 100%;
	height: 240px;
}
.footer {
        width: 100%;
        background: url(http://www.locpg.gov.cn/zt/xcjh2022/images/tiger.png) 0 0 no-repeat;
		background-size:50% auto;
        margin: 0;
		margin-top:50px;
        padding: 115px 0 0 0;
        color: #eebb61;
    }
.footer ul{
		background:#c0453d;
		color:#f9edd3;
		padding:10px 0;
}
.footer a {
	font-size:12px;
	color:#f9edd3;
}

}
