body {
	background-color: #fafafa;
}

h5 {
	font-size: 14px;
}

.banner {
	width: 100%;
	height: 100%;
	max-width: 1920px;
	min-width: 1000px;
}

.banner img {
	width: 100%;
	height: 100%;
}



.sidebar {
	width: 100%;
	height: 70px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 3px 2px 21px 0px rgba(0, 0, 0, 0.02);

}

.sidebar p {
	display: inline-block;
}

.sidebar ul {
	width: 1000px;
	color: #333333;
	font-size: 14px;
	margin-top: 20px;
}

.sidebar_content {}

.sidebar_content li {
	display: inline-block;
	padding: 5px 22px;
	border-radius: 15px;
	cursor: pointer;
}

.sidebar_content .select {
	color: #fff;
	background-color: #1e50ae;
	font-weight: bold;
}



main {
	width: 1000px;
}

.list_item {
	width: 1000px;
	margin-top: 30px;
	display: none;
}

.order {
	width: 1000px;
	height: 53px;
	background-color: #ffffff;
	box-shadow: 3px 2px 21px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}

.order li {
	display: inline-block;
	padding: 8px 25px;
	border-radius: 10px;
	font-size: 14px;
	margin-left: 15px;
	margin-top: 8px;
	/* font-weight: bold; */
	cursor: pointer;
}

.order input {
	width: 225px;
	height: 31px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	border-radius: 10px;
	margin-left: 130px;
	padding-left: 20px;
}

.order img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 18px;
	right: 190px;
	cursor: pointer;
}

.order p {
	line-height: 53px;
	font-size: 14px;
	color: #333;
	display: inline-block;
	margin-left: 30px;
	margin-right: 20px;
}

.order p span {
	color: #1e50ae;
}

.order .order_select {
	color: #1e50ae;
	font-weight: bold;
}

.scheme {
	margin-top: 20px;
}

.scheme li {
	width: 230px;
	height: 236px;
	background-color: #ffffff;
	box-shadow: 3px 2px 21px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	margin-right: 26px;
	display: inline-block;
}

.scheme_img {
	width: 230px;
	height: 150px;
	overflow: hidden;
}

.scheme img {
	width: 230px;
	height: 150px;
	overflow: hidden;
}

.text {
	width: 210px;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}

.text h5 {
	color: #333333;
	margin-top: 5px;
	font-weight: bold;
}
.text p>span{
	color: #1e50ae;
}
.time {
	float: right;
/* 	width: 55px; */
	overflow: hidden;
	white-space: nowrap;
}

.scheme li:nth-child(4n) {
	margin-right: 0;
}

.scheme li:hover {
	background-color: #e3eeff;
}

.scheme li:hover h5 {
	color: #1e50ae;
}

.scheme li:hover img {
	transform: scale(1.1);
	transition: all .8s ease;
}

/* #paging1,#paging2,#paging3,#paging4{
	margin-left: 43%;
	transform: translateX(-43%);
} */

#paging1 {
	text-align: center;
}

#paging1,
#paging2,
#paging3,
#paging4,
#paging5 {
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	margin-bottom: 20px;
	width: 897px;
}
