body{
	background-color: #F6F6F6;
}
.header{
	width: 100%;
	height: 140px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


.header .font12 {
	background-color: #225da1;
	color: white;
	height: 34px;
	line-height: 34px;
	width: 134px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
}

.header .seach {
	width: 660px;
	height: 45px;
	position: relative;
}
#seach_value {
	display: block;
	float: left;
	width: 660px;
	height: 45px;
	background: rgba(33, 93, 162, 0.03);
	border-radius: 5px;
	border: 1px solid #005CA7;
	padding-left: 15px;
	font-size: 14px;
	line-height: 52px;
}

.header .seach .button {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 55px;
	height: 45px;
	padding-right: 10px;
	cursor: pointer;
	background: url('../images/icon/b_seach.png') no-repeat center;
	border: none;
	border-radius: 0 5px 5px 0;
}

.header .shopping-cart {
	padding: 5px 15px;
	position: relative;
}
.header .shopping-cart .number{
	min-width: 20px;
	height:20px;
	line-height: 20px;
	position: absolute;
	left: 110px;
	top: 1px;
	padding: 0 5px;
	background-color:#ff6d00;
	color: #FFFFFF;
	border-radius:20px;
	text-align: center;
	transform: scale(0.83,0.83);
}
.header .download-img{
	width: 280px;
	height: 96px;
}
.header a.shopping-cart:hover{
	color: #FF6D00;
}

.books{
	width: 1480px;
	margin:0 auto;
	margin-top: 100px;
}

.books .title{
	margin: 30px 0;
}
.books.title .left {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.books .title .left .span1{
	display: inline-block;
	width: 53px;
	height: 53px;
	box-sizing: border-box;
	background: url(../images/index/sc_index_26.png) no-repeat center;
	background-size: 100% 100%;
	vertical-align: middle;
	color: white;
	padding: 28px 0 0 10px;
}

.books .title .left .span2{
	vertical-align: middle;
}


.books .content .left{
	width: 16%;
	background: url(../images/index/sc_index_30.png) no-repeat center;
	height: 366px;
	padding: 30px 1%;
	box-sizing: border-box;
}
.province .content .left{
	background: url(http://lx.edulxw.cn/upload/cate/20200519/9f7d0d1178a0e5faa5e8dca4f7354e34.png) no-repeat center;
}
.industry .content .left{
	background: url(http://lx.edulxw.cn/upload/cate/20200519/6f7080e43dff59b7fa99614f0e888d52.png) no-repeat center;
}
.books .content .left .title{
	height: 25px;
}
.books .content .left .top{
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dashed white;
}
.books .content .left ul{
	width: 100%;
	flex-wrap: wrap;
}
.books .content .left a{
	color: #FFFFFF;
	padding: 0 10px;
}

.books .content .books-list{
	width: 1480px;
}
.books .content .books-item{
	width: 280px;
	box-shadow: 0px 10px 10px 5px rgba(67,95,127,0.06);
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: 40px;
	transition: all 0.3s ease;
}
.books .content .books-item:hover{
	box-shadow: 3px 5px 6px 1px rgba(67,95,127,0.15);
}
.books .content .books-item:nth-child(1){
	margin-left: 0;
}
.books .content .books-item img{
	width: 200px;
	margin: 0 auto;
	display: block;
}
.books .content .books-item .books-bottom{
	width: 100%;
	padding: 13px;
	box-sizing: border-box;
	padding-top: 20px;
}
.books .content .books-item .title{
	width: 100%;
	height: 42px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 1.3;
}
.books .content .books-item .play{
	width: 70px;
	height: 24px;
	line-height: 24px;
	border-radius: 3px;
	color: #FF6F06;
	border: 1px solid #FF6F06;
	text-align: center;
}

.remen{
	margin-top: 0;
}

.books .title >a:hover{
	color: #FF6D00;
}

.books_list{
	height: 1352px;
	margin-bottom: 100px;
}