.jump{

	margin:0 auto;
	
}
.jump .img_tz{
	margin: 0 auto;
	text-align: center;
	width: 800px;
	height: 300px;
}
.jump .copywriting{
	margin: 0 auto;
	width: 800px;
	background: #e7644a;
	border: 1px solid #df3e3e;
	border-radius: 3px;
	padding: 30px;
}
.jump .copywriting p{
	font-size: 17px;
	line-height: 34px;
	color: #fed536;
}
.jump .copywriting p a{
	font-weight: bold;
	color: #3e97df;
	font-size: 18px;
}
.jump .copywriting p span{
	font-weight: bold;
	color: #ff0000;
	font-size: 18px;
	padding: 0 10px;
}
.jump .copywriting .btn{
	text-align: center;
	margin: 15px 0;
}
.jump .copywriting .btn button{
	background: #fed536;
	color: #e74140;
	font-size: 18px;
	padding: 10px 30px;
	border-radius: 3px;
	border: none;
	outline:medium; 
	cursor:pointer;
}

.title{
	font-size: 30px;
	font-weight: bold;
	color: #df3e3e;;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 20px;
}

.jump .copywriting button.gray{
	background: #ccc;
	color: #999;
}




































