*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	border: none;
}

a:hover{
	text-decoration: underline;
}
body{
	background-color: #ab0004;
	min-width: 1660px;
	position: relative;
}
.header{
	background: url(/uploads/image/pzcimg/header.jpg) center no-repeat;
	width: 100%;
	height: 1275px;
}
.showvideo{
	display: block;
	margin: -138px auto 0;
	position: relative;
	z-index: 2;
}
.showvideo:focus{
	outline: none;
}
.bg{
	background: url(/uploads/image/pzcimg/bg.png) center no-repeat;
	width: 100%;
	height: 332px;
	position: absolute;
	left: 0;
	top:1040px;
	z-index: 1;
}
.flag{
	background: url(/uploads/image/pzcimg/flagbg.jpg) center no-repeat;
	width:1660px;
	height: 1033px;
	box-sizing: border-box;
	margin: -210px auto 0;
    padding: 280px 214px 0 256px;
}
.flag p{
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: justify;
}
a.divbox{
	display: block;
	width: 1440px;
	margin: 100px auto 0;
}
a.divbox:hover{
	text-decoration: none;
}
.part_title{
	width: 1440px;
}
.part_title img{
	display: block;
	margin-left: -66px;
}
.part_content{
	width: 1440px;
	height: 900px;
	background-color: #fff6e1;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.part_content img{
	display: block;
	margin: 0 auto;
}
.floatdiv{
	position: absolute;
	top: 1000px;
	right: 10px;
	width: 244px;
	height: 822px;
	background: url(/uploads/image/pzcimg/floatdiv.png) center no-repeat;
	z-index: 2;
}
.floatdiv a{
	display: block;
}
.floatdiv img{
	display: block;
	margin: 4px auto 0;
}
.iframebox{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}
.iframebox iframe{
	position: fixed;
	display: block;
	margin: 0 auto;
	width: 1366px;
	height: 768px;
	top: 50%;
	left: 50%;
	margin-top: -384px;
	margin-left: -683px;
}
.close{
	position: fixed;
	top: 50px;
	right: 80px;
	width: 50px;
	height: 50px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	cursor: pointer;
}