*{
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}
.jump_body,html,.jump_div{
	width: 100%;
	height: 100%;
}
.jump_div{
	background: url(../images/jump.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	position: relative;
}
.jump_p1{
	font-size: 54px;
	color: #0e2b4d;
	font-weight: 600;
	padding-top: 240px;
}
.jump_p1 span{
	color: #6db327;
}
.jump_p2{
	color: #0e2b4d;
	font-size: 32px;
	margin: 45px 0 13px;
}
.jump_p3{
	font-size: 26px;
	color: #6c6d6f;
	letter-spacing: 16px;
}
.jump_p4,.jump_p4 a{
	font-size: 16px;
	color: #6db327;
	letter-spacing: 1px;
	margin: 45px 0 160px;
}
.jump_p4 a{
	padding-bottom: 8px;
	border-bottom: 1px solid #6db327;
	text-decoration: none;
}
.jump_ul{
	width: auto;
	margin: auto;
	display: inline-block;
	list-style: none;
}
.jump_ul li{
	float: left;
	padding: 0 28px;
	font-size: 18px;
}
.jump_ul a{
	color: #777779;
	text-decoration: none;
}
.jump_ul .jump_li{
	width: 1px;
	height: 14px;
	background: #777779;
	padding: 0;
	margin-top: 5px;
}
.jump_bottom{
	position: absolute;
	bottom: 45px;
	width: 91.9%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.jump_bottom p{
	font-size: 12px;
	color: #9a9a9a;
}
.jump_botton_l{
	float: left;
}
.jump_botton_r{
	float: right;
}
@media only screen and (max-width:1040px ) {
	.jump_ul li{
		font-size: 14px;
		padding: 0 20px;
	}
	.jump_ul .jump_li{
		height: 10px;
	}
}
@media only screen and (max-width:965px ) {
	.jump_bottom p{
		float: none;
	}
	.jump_botton_l{
		margin-bottom: 15px;
	}
	.jump_bottom{
		bottom: 25px;
	}
	.jump_p3{
		font-size: 20px;
		letter-spacing: 9px;
	}
	.jump_p4, .jump_p4 a{
		font-size: 15px;
	}
	.jump_p1{
		font-size: 45px;
	}
	.jump_p2{
		font-size: 28px;
	}
	.jump_ul{
		width: 95%;
		margin: auto;
	}
}
@media only screen and (max-width:768px ) {
	.jump_ul{
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	.jump_p3{
		font-size: 18px;
	}
	.jump_p3 span,.jump_p4 a{
		display: block;
	}
	.jump_p4{
		position: relative;
	}
	.jump_p4 a{
		position: absolute;
		margin: 10px 0 0;
		width: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.jump_p1{
		padding-top: 190px;
	}
}
@media only screen and (max-width:420px ) {
	.jump_p1{
		font-size: 38px;
	}
	.jump_p2 {
	    font-size: 23px;
	}
	.jump_p3 {
	    font-size: 16px;
	}
	.jump_p4, .jump_p4 a {
	    font-size: 14px;
	}
}
@media only screen and (max-width:380px ) {
	.jump_p3{
		letter-spacing: 5px;
	}
}