.body {
	max-width: 1920px;
	min-width: 1100px;
	/*height: 988px;*/
    height: 959px;
	background: url(/images/zt/ceping/2018/banner.png) center no-repeat;
	background-size: auto 100%;
	overflow: hidden;
}

.body .top_nav {
	text-align: center;
	margin: 65px 0;
}

.body .top_nav li {
	margin: 0 20px;
}

.body .top_nav * {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 43px;
	color: #000000;
	font-style: normal;
}

.body .top_nav a em{
	border-bottom: 2px solid transparent;
}

.body .top_nav a:hover em{
	color: #223176;
	border-bottom: 2px solid #223176;
}

.body .title {
	text-align: center;
	color: #2a2a4e;
	margin: 80px 0;
	font-size: 48px;
}

.title p:nth-child(1){
	margin-bottom: 5px;
}

.body .title p:nth-child(3) {
	font-size: 12px;
	letter-spacing: 2.5px;
	margin-bottom: 10px;
}

.body .title p:nth-child(4) {
	font-size: 20px;
	font-weight: bold;
}

.body .href {
	width: 900px;
	margin: 50px auto 30px;
}

.body .href a {
	display: inline-block;
	width: 330px;
	line-height: 55px;
	background: #2A2A4E;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0 44px;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0px 0px 8px #9b9b9b;
}

.foot {
	width: 1350px;
	line-height: 34px;
	border-radius: 50px;
	background-color: #f7fafc;
	box-shadow: 0px 0px 10px #e5e8ea;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #42436b;
	padding: 10px 0;
}

.tr_b {
	position: relative;
	width: 27px;
	height: 54px;
	margin: 100px auto 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;
}

@keyframes animate {
	50% {
		opacity: 0;
	}
}