 body{
	 margin:0px;
	 padding:0px;
	 }
.all{
	width:100%;
	height: 100%;
}


@media screen and (max-width:1024px) {
	.top{
		width:100%;
		height: 10%;
		border-bottom: 1px solid #FFDB7D;
	}
	.kf{
		margin: auto;
		margin-right: 5px;
		border: 0px none;
		border-radius:25px;
		height: 50%;
		width: 60%;
	}
	.swiper {
      width: 100%;
      height: 30%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	.line{
		margin: auto;
		width:90%;
		height: 50%;
	}
.content {
	width: 100%;
	height: 100%;
	padding: 0 .3rem;
	box-sizing: border-box;
}
.box{
	padding: .3rem 0;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.link{
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .3rem;
	text-decoration: none;
}
.link:last-child{
	margin-bottom: 0;
}
.link .row1{
	width: 15%;
	height: 25px;
	background: #f2f2f2;
	border-radius: .1rem;
	border: 1px solid #f5cc2e;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	color: #000;
}
.link .row2{
	width: 65%;
	height: 25px;
	background: #f2f2f2;
	border-radius: .1rem;
	border: 1px solid #f5cc2e;
	font-size: 15px;
	color: #000;
	text-align: center;
	line-height: 25px;
}
	
.link .row3{
	width: 15%;
	height: 25px;
	background: #f5cc2e;
	border-radius: .1rem;
	border: 1px solid #f5cc2e;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 25px;
}
.actions{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 .3rem;
	box-sizing: border-box;
}
.actions .btn{
	width: 90%;
	height: 40px;
	margin: auto;
	background-color: #f4cb2e;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.actions .btn img{
	width: 25px;
}
.actions .btn span{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-left: .2rem;
}
	.foot{
		height: 10%;
	}
	.footwz{
		width: 100%;
		height: 100%;
		margin: auto;
		text-align: center;
		vertical-align: sub;
	}
}




@media screen and (min-width:1024px) {
	body{
		width:100%;
		margin:0px auto;
		padding:0px;
	}
	.topz{
		width:100%;
		height: 10%;
		border-bottom: 1px solid #000;
	}
	.top{
		width:1024px;
		height: 100%;
		margin: auto;
	}
	.cen{
		width: 1024px;
		height: 80%;
		margin: auto;
	}
	.kf{
		margin: auto;
		margin-right: 5px;
		border: 0px none;
		border-radius:25px;
		height: 50%;
		width: 60%;
	}
	.bg{
		width: 1024px;
		margin-top: 15px;
	}
	.line{
		margin: auto;
		margin-top: 0px;
		width:1024px;
		height: 80%;
	}
.content {
	width: 100%;
	height: 80%;
	padding: 0 .3rem;
	box-sizing: border-box;
	border-right: 1px dashed #282fd0;
}
.box{
	padding: .3rem 0;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.link{
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .3rem;
	text-decoration: none;
}
.link:last-child{
	margin-bottom: 0;
}
.link .row1{
	width: 15%;
	height: 45px;
	background: #f2f2f2;
	border-radius: .1rem;
	border: 1px solid #f5cc2e;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	color: #000;
}
.link .row2{
	width: 65%;
	height: 45px;
	background: #f2f2f2;
	border-radius: .1rem;
	border: 1px solid #f5cc2e;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 45px;
}
	
.link .row3{
	width: 15%;
	height: 45px;
	background: #f5cc2e;
	border-radius: .1rem;
	border: 1px solid #f5cc2e;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 45px;
}
.actions{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 .3rem;
	box-sizing: border-box;
}
.actions .btn{
	width: 90%;
	height: 40px;
	margin: auto;
	background-color: #f4cb2e;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.actions .btn img{
	width: 25px;
}
.actions .btn span{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-left: .2rem;
}
	.foot{
		height: 10%;
	}
	.footwz{
		width: 1024px;
		height: 100%;
		margin: auto;
		text-align: center;
		vertical-align: sub;
	}
}
