.body {
	max-width: 1920px;
	min-width: 1100px;
	height: 988px;
	background: url(/images/zt/zhengzhou/banner.jpg) center no-repeat;
	background-size: auto 100%;
	overflow: hidden;
}

.title {
	width: 850px;
	height: auto;
	margin: 100px auto 50px auto;
}

.text {
	width: 1035px;
	height: auto;
	margin: 0 auto 50px auto;
	text-align: center;
}

.text p {
	margin: 0;
}

.text p:nth-child(1) {
	font-size: 52px;
	font-weight: bold;
	text-shadow: 0px 3px 0px #000000;
	color: white;
}

.text p:nth-child(2) {
	color: #F6F6F6;
	letter-spacing: 5px;
	font-size: 14px;
}

.content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	color: white;
	font-size: 18px;
	text-align: center;
}

.content li {
	display: inline-block;
	width: 180px;
	padding: 40px 30px 35px 30px;
	text-align: center;
	vertical-align: middle;
	background: url(/images/zt/zhengzhou/border.png) center 14px no-repeat;
	font-size: 14px;
}

.content li p{
	margin: 0;
}

.content li p:nth-child(1){
	color: #ffd061;
}

.address {
    margin:20px auto;
	font-size: 28px;
	color: #ffffff;
	text-align:center;
	font-weight: bold;
}

.monad {
	width: 1300px;
	padding: 10px 0;
	margin: 0 auto 50px auto;
	background-color: rgba(255, 255, 255, 0.1)!important;
	background-color: #ffffff;
	color: #e4e4e4;
	font-size: 20px;
	text-align: center;
	filter: alpha(opacity=10);
	line-height: 40px;
	border-radius: 10px;
}

.monad li span{
	font-weight: bold;
}

.tr_b {
	position: relative;
	width: 27px;
	height: 54px;
	margin: 0 auto;
	cursor: pointer;
}

.object {
	-webkit-animation: animate 0.8s ease-in-out infinite;
	animation: animate 0.8s ease-in-out infinite;
}

#object_two {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#object_three {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.text p:nth-child(1) {
	font-size: 52px;
	font-weight: bold;
	color: white;
	position: relative;
	height: 69px;
}
.text p:nth-child(1) *{
	position: absolute;
	top: 0px;
	left: 0px;
}

.text p:nth-child(1) span:nth-child(1){
	text-shadow: 0px 5px 0px #000000;
}

.text p:nth-child(1) span:nth-child(2){
	text-shadow: 0px 3px 55px #9acaff;
}

@-webkit-keyframes animate {
	50% {
		opacity: 0;
	}
}

@keyframes animate {
	50% {
		opacity: 0;
	}
}