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%;
}

main {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
}

.sidebar {
	width: 238px;
}

.sidebar p {
	height: 53px;
	background-color: #1e50ae;
	box-shadow: 3px 2px 21px 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-align: center;
	line-height: 53px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}

.sidebar ul {
/* 	margin-top: 20px; */
	width: 238px;
	background-color: #ffffff;
	box-shadow: 0px 17px 43px 0px rgba(0, 0, 0, 0.05);
	
}

.sidebar_content {
	color: #333333;
}
/* .sidebar li:active .triangle{
	display: block;
}
.sidebar li:focus .triangle{
	display: block;
} */
.sidebar_content li {
	height: 54px;
	padding-left: 20px;
	text-align: top;
	font-size: 14px;
	line-height: 54px;
	/* font-weight: 500; */
	cursor: pointer;
	position: relative;
	background-color: #f4f7f9;
	border-bottom: 1px solid #e6e6e6;
}
.triangle{
	display: none;
	height:0px;
	width:0px;
	border-color:rgba(0,0,0,0) rgba(0,0,0,0)  rgba(0,0,0,0) #6a94e4;
	border-style:solid;
	border-width:12px;
	transform:rotate(45deg);
	position: absolute;
	right: -12px;
	bottom: -12px;
}
.sidebar_content .select {
	color: #1e50ae;
	background-color: #e2ebf2;
	font-weight: bold;
}
.select:after{
	content:'';
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #1e50ae;
	border-left: 15px solid transparent;
}
.list_item{
	width: 743px;
	margin-top: 30px;
	display: none;
}
.order {
	width: 743px;
	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 0px 8px 20px;
	border-radius: 10px;
/* 	border: solid 1px #e5e5e5;*/
 	font-size: 14px;
	margin-left: 15px;
	margin-top: 8px;
	/* font-weight: bold; */
	cursor: pointer;
}

.order input {
	width:198px;
	height: 31px;
	bac
	kground-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	border-radius: 10px;
	margin-left: 45px;
	padding-left: 20px;
}

.order img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 18px;
	right: 165px;
	cursor: pointer;
}

.order p {
	line-height: 53px;
	font-size: 14px;
	color: #333;
	display: inline-block;
	margin-left: 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: 10px;
	font-weight: bold;
}
.text>p>span{
	color: #1e50ae;
}
.time {
	float: right;
	/* width: 55px; */
	overflow: hidden;
	white-space: nowrap;
}

.scheme li:nth-child(3n){
	margin-right: 0;
}
.scheme li:hover{
	background-color: #e2ebf2;
}
.scheme li:hover h5{
	color: #1e50ae;
}
.scheme li:hover img{
	transform: scale(1.1);
	transition: all .8s ease;
}
/* #paging1,#paging2,#paging3,#paging4{
	text-align: center;
	margin-left: 50%;
	transform: translateX(-50%);
} */
.layui-laypage span{
	border: none;
	background-color: rgba(0,0,0,0);
}
#paging1{
	text-align: center;
}
#paging1,#paging2,#paging3,#paging4,#paging5{
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	margin-bottom: 20px;
	width: 743px;
}