html,
body {
	min-width: 1200px;
	width: 100%;
	height: 100%;
}



.wmdjabanner {
	width: 100%;
	height: 100%;
	max-height: 960px;
	position: relative;
	overflow: hidden;
	background: url(/uploads/image/zxiwmdja/banner.jpg) no-repeat center center;
	background-size: cover;
}

.wmdjabanner .bannervideo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1920px;
	height: 1080px;
	margin-left: -960px;
	margin-top: -540px;
	background: url(/uploads/image/zxiwmdja/poster.jpg) no-repeat center center;
}



.wmdjabanner .bannervideo video {
	width: 100%;
	height: 100%;
}

.wmdjabanner .scrolldown {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
}

.wmdjabanner .scrolldown a {
	text-decoration: none;
	width: 130px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.wmdjabanner .scrolldown .downtit {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	line-height: 24px;
	font-family: arial;
	margin-bottom: 10px;
}

.wmdjabanner .scrolldown .downmouse {
	width: 30px;
	height: 50px;
	border-radius: 20px;
	position: relative;
	display: inline-block;
	border: 2px solid #fff;
}

.wmdjabanner .scrolldown .downmouse::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	left: 50%;
	top: 4px;
	-webkit-animation: scroll 1s linear .5s infinite backwards;
	animation: scroll 1s linear .5s infinite backwards;
	background-color: #fff;
}

@-webkit-keyframes scroll {
	0% {
		top: 4px;
		opacity: 1
	}

	100% {
		top: 21px;
		opacity: 0
	}
}

@keyframes scroll {
	0% {
		top: 4px;
		opacity: 1
	}

	100% {
		top: 21px;
		opacity: 0
	}
}

.wmdjawrap {
	min-width: 1200px;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}

.wmdjawrap img {
	object-fit: cover !important;
}

.wmdjawrap .main {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}

.wmdjawrap .maininfo {
	width: 1200px;
	height: auto;
	margin-bottom: 50px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	padding: 10px;
}

.wmdjawrap .maininfo p {
	padding: 10px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-align: justify;
	text-indent: 2em;
}

.wmdjawrap .maingroup {
	width: auto;
	min-height: 520px;
	overflow: hidden;
	margin-bottom: 50px;
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.wmdjawrap .maingroup .grouptit {
	text-align: center;
	margin-bottom: 20px;
}

.wmdjawrap .maingroup .grouptit a {
	font-size: 30px;
	color: #df2a36;
	line-height: 60px;
}

.wmdjawrap .maingroup .groupvideo {
	width: 400px;
	height: auto;
	/* background: #f5f5f5; */
	text-align: justify;
	position: relative;
}

.wmdjawrap .maingroup .groupvideo i {
	background: url(/uploads/image/xiindex2020/btn_play.png);
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9;
	margin: 87.5px 0 0 -27.5px;
}

.wmdjawrap .maingroup .groupvideo img {
	width: 100%;
	height: 225px;
	margin-bottom: 10px;
	display: block;
}

.wmdjawrap .maingroup .groupvideo h2 {
	text-align: left;
}

.wmdjawrap .maingroup .groupvideo h2 a {
	font-size: 20px;
	color: #333;
	line-height: 28px;
	font-weight: bold;
}

.wmdjawrap .maingroup .groupvideo p {
	font-size: 16px;
	line-height: 28px;
	padding: 10px 0;
	overflow: hidden;
}

.wmdjawrap .maingroup .groupcont {
	width: 720px;
	height: 140px;
	text-align: justify;
	margin-bottom: 20px;
}

.wmdjawrap .maingroup .groupcont p {
	font-size: 16px;
	line-height: 28px;
	padding: 10px 0;
}

.wmdjawrap .maingroup .groupcont p a {
	color: #666;
	padding: 0 3px;
}

.wmdjawrap .maingroup .groupnews {
	width: 720px;
	border-top: 2px solid #eee;
	padding-top: 40px;
	text-align: justify;
}

.wmdjawrap .maingroup .groupnews img {
	float: right;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 2px #666 dashed;
	padding: 5px;
}

.wmdjawrap .maingroup .groupnews h2 {
	padding-right: 240px;
}

.wmdjawrap .maingroup .groupnews h2 a {
	font-size: 20px;
	color: #333;
	line-height: 28px;
	font-weight: bold;
}

.wmdjawrap .maingroup .groupnews p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	padding: 10px 240px 10px 0;
}

.wmdjawrap .maingroup .groupnews p a {
	color: #666;
	padding: 0 3px;
}

.wmdjawrap a:hover {
	color: #df2a36 !important;
}

.wmdjawrap .maingroup .groupnews.fl img {
	float: left;
}

.wmdjawrap .maingroup .groupnews.fl h2 {
	padding-right: 0;
	padding-left: 240px;
}

.wmdjawrap .maingroup .groupnews.fl p {
	padding: 10px 0 10px 240px;
}

@media (max-width: 1400px) {
	.wmdjabanner {
		height: 788px;
	}

	.wmdjabanner .bannervideo {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1400px;
		height: 788px;
		margin-left: -700px;
		margin-top: 0;
	}
}
