.index,
.index img {
	width: 100%;
}

body {
	font-family: "微软雅黑";
}

.index {
	/*position: relative;*/
}

.ffotter {
	font-size: 14px;
	color: #c4902d;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

img {
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}


/**/

.main {
	width: 100%;
}

.navigation {
	font-size: 20px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 90px;
	align-items: center;
}

.navigation_tab {
	width: 800px;
	display: flex;
	height: 90px;
	justify-content: space-between;
	align-items: center;
}

.navigation_tab p {
	height: 44px;
}

.navigation_tab p a {
	display: inline-block;
	padding: 15px;
	line-height: 23px;
	border-radius: 50px;
	color: #000000;
}

.navigation_tab p a.show {
	color: #FFFFFE;
	background-image: linear-gradient(#df80a0, #ac6593);
}

.navigation_tab p a:hover {
	color: #FFFFFE;
	background-image: linear-gradient(#df80a0, #ac6593);
}

.footer {
	color: white;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	font-size: 14px;
}

.banner {
	width: 100%;
}


/**/

.mcenter {
	width: 100%;
	/*min-height: 1400px;*/
	background: #f8eff2 url(../images/dibg.png) no-repeat center bottom;
	padding-top: 60px;
	position: relative;
	padding-bottom: 700px;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

.titlebg {
	width: 388px;
	height: 79px;
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFE;
	letter-spacing: 3px;
	margin: 0 auto;
	background: url(../images/titlebg.png) no-repeat;
}

.font {
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	text-indent: 2em;
}

.font_height {
	line-height: 50px;
}

.font span {
	color: #400984;
	font-weight: bold;
}

.mtb {
	margin-bottom: 80px;
}

.zhong {
	text-align: center;
}

.mt {
	margin-top: 40px;
}

.mt1 {
	margin-top: 20px;
}


.enter{
    position: relative;
    width: 100%;
    height: 100vh;
    line-height: 0;
    overflow: hidden;
}
.videoBg{
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}
.videoBg video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 60%;
  min-height: 410px;
}
.buttonEnter{
	position: fixed;
	left: 50%;
	top: 48%;
	margin-left: -100px;
	width: 200px;
	color: #fff;
	font-size: 28px;
	line-height: 50px;
	border-radius: 50px;
	font-weight: bold;
	border: #fff 2px solid;
	z-index: 1;
}