.pl li{
	line-height:50px;
	text-align:center;
}

.pl li a{
	font-size:26px;
	font-weight:bold;
}

.pl li a:hover{color:#1f78fe;}

.pkbg{
	background-color:#0e1833;
	width:100%;
	padding:30px 0;
	margin-top:50px;
}

.pk{
	max-width:1000px;
	margin: auto;
	height:476px;
	margin-top:30px;
	background-repeat:no-repeat;
	position:relative;
}

.pkbox{
	border-radius:5px;
	width:814px;
	height:390px;
	background-color:#fff;
	margin-left:50px;
	position:absolute;
	top:42.5px;
}

.pk-l{
	float:left;
	margin-right:30px;
	background-color:#efefef;
	padding:3px;
}

.pk-l img{
	height:384px;
	
}

.pk-r{
	float:left;
	width:440px;
	margin-top:20px;
}

.pk-title{
	height: 40px;
    line-height: 40px;
}
.pk-title img{
	width:80px;
	height:40px;
}
.pk-title b{
	margin-left:5px;
	font-size:30px;
	color:black;
	float:left;
}

.pk-title a{

	float:right;
	font-size:14px;
}

.pk-title a:hover{
	color:#5a2dff;
}
#jb{
	background:linear-gradient(to left,white,rgb(254,120,11));
}
#jb:hover{
	background: linear-gradient(to right,rgb(254,215,196),red);
}