html,
body {
	/* min-width: 1400px; */
	width: 100%;
	height: 100%;
	background: #addefa;
}


.wmdjabanner {
	width: 100%;
	height: 100%;
	max-height: 960px;
	position: relative;
	overflow: hidden;
	background: url(/uploads/image/zxiwmdja/banner.jpeg) no-repeat center center;
	background-size: cover;
	font-style: normal;
}

.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: 20px;
}

.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
	}
}

.maininfo {
	width: 1260px;
	height: auto;
	position: absolute;
	bottom: 140px;
	left: 50%;
	margin-left: -630px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	padding: 10px;
}
.maininfo p {
	padding: 5px 10px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-align: justify;
	text-indent: 2em;
}

.maingroup {
	width: 1200px;
	min-height: 520px;
	margin: 0 auto;
	padding: 100px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	position: relative;
	z-index: 9;
	/* color: #ffffff; */
}

/* .maingroup a{
	color: #ffffff;
} */

.maingroup .grouptit {
	text-align: center;
	margin-bottom: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/* padding: 10px 0; */
}

.maingroup .grouptit a {
	font-size: 42px;
	/* color: #df2a36; */
	line-height: 42px;
	font-weight: bolder;
}

.maingroup .groupvideo {
	width: 380px;
	height: auto;
	text-align: justify;
	position: relative;
}

.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;
}

.maingroup .groupvideo img {
	width: 100%;
	height: 225px;
	margin-bottom: 50px;
	display: block;
}

.maingroup .groupvideo h2 {
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 5px 0;
	display: none;
}

.maingroup .groupvideo h2 a {
	font-size: 20px;
	/* color: #333; */
	line-height: 22px;
	font-weight: bold;
}

.maingroup .groupvideo p {
	font-size: 16px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.maingroup .groupcont {
	width: 560px;
	height: 225px;
	text-align: justify;
	margin-bottom: 50px;
}

.maingroup .groupcont p {
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}

.maingroup .groupcont p a {
	/* color: #666; */
	padding: 0 3px;
}

.maingroup .groupnews {
	width: 560px;
	/* border-top: 2px solid #eee; */
	/* padding-top: 22px; */
	text-align: justify;
	position: relative;
}

.maingroup .groupnews img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 2px #666 dashed;
	padding: 5px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -85px;
}

.maingroup .groupnews h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	padding-right: 220px;
	margin: 5px 0 20px 0;
}

.maingroup .groupnews h2 a {
	font-size: 20px;
	/* color: #333; */
	line-height: 22px;
	font-weight: bold;
}

.maingroup .groupnews p {
	font-size: 16px;
	line-height: 28px;
	/* color: #666; */
	padding: 0 220px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.maingroup .groupnews p a {
	/* color: #666; */
	padding: 0 3px;
}

.maingroup a:hover {
	color: #df2a36 !important;
}

.maingroup .groupnews.fl img {
	left: 0;
	right: auto;
}

.maingroup .groupnews.fl h2 {
	padding-right: 0;
	padding-left: 220px;
}

.maingroup .groupnews.fl p {
	padding: 0 0 0 220px;
}

#fp-nav ul li a span, #menu-line, .fp-slidesnav ul li a span{
	background: #ffffff;
}

.bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:767px) {
	.wmdjabanner{
		background: url(/uploads/image/zxiwmdja/banner.jpeg) no-repeat top center;
		background-size: auto 260px;
	}
	.wmdjabanner .bannervideo{
		width: 462px;
		height: 260px;
		top: 0;
		left: 50%;
		margin: 0;
		transform: translatex(-50%);
	}
	.wmdjabanner .scrolldown{
		transform: scale(0.8);
		bottom: -10px;
		z-index: 10;
	}
	.wmdjabanner .scrolldown .downtit{
		color: #67a2b0;
	}
	.wmdjabanner .scrolldown .downmouse{
		border-color: #67a2b0;
	}
	.wmdjabanner .scrolldown .downmouse::after{
		background-color: #67a2b0;
	}
	.maininfo{
		width: auto;
		margin: 0;
		top: 260px;
		right: 0;
		bottom: 0;
		left: 0;
		/* background: url(/uploads/image/zxiwmdja/poster.jpg) no-repeat center center; */
	}
	.maininfo p{
		font-size: 14px;
		line-height: 24px;
	}
	.maingroup{
		width: 100%;
		height: auto;
		min-height: auto;
		padding: 20px;
		box-shadow: none;
		background: rgba(255, 255, 255, 0.9);
	}
	.maingroup .grouptit{
		margin-bottom: 10px;
	}
	.maingroup .grouptit a {
	    font-size: 18px;
	    line-height: 24px;
	}
	.maingroup .groupcont.fr,
	.maingroup .groupcont.fl{
		float: none;
		width: auto;
		height: auto;
		margin-bottom: 10px;
	}
	.maingroup .groupcont p {
	    font-size: 14px;
	    line-height: 22px;
	    padding: 0;
		-webkit-line-clamp: 3;
	}
	.maingroup .groupvideo.fl,
	.maingroup .groupvideo.fr{
		float: none;
		width: auto;
	}
	.maingroup .groupvideo img{
		height: 180px;
	}
	.maingroup .groupvideo i{
		margin-top: 59px;
	}
	.maingroup .groupvideo h2{
		margin-bottom: 10px;
	}
	.maingroup .groupvideo h2 a{
		font-size: 16px;
		line-height: 24px;
	}
	.maingroup .groupvideo p{
		font-size: 14px;
		line-height: 22px;
		padding: 0;
		-webkit-line-clamp: 3;
	}
	.maingroup .groupnews.fr,
	.maingroup .groupnews.fl{
		float: none;
		width: auto;
		border-top: 0;
		padding-top: 10px;
		position: relative;
	}
	.maingroup .groupnews img{
		width: 120px;
		height: 120px;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: left;
		margin: 0;
	}
	.maingroup .groupnews h2,
	.maingroup .groupnews.fl h2{
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 10px;
		-webkit-line-clamp: 3;
		clear: both;
	}
	.maingroup .groupnews h2 a {
	    font-size: 16px;
	    line-height: 22px;
	}
	.maingroup .groupnews p {
	    font-size: 14px;
	    line-height: 22px;
		padding: 0 0 0 20px;
	}
	.maingroup .groupnews.fl p {
		padding: 0 0 0 20px;
	}
	#fp-nav.fp-right{
		display: none;
	}
}
.mainfooter{
	width: 100%;
	margin-top: 0!important;
}
.fp-watermark{
	display: none!important;
}