body {
	background: #F6F7F9;
	font-family: "SH-R", STHeiTi, Arial, sans-serif;
}
.header{
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.header .wrap{
	width: 1480px;
}
.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;*/
	height: 45px;
	background: rgba(33, 93, 162, 0.03);
	border-radius: 23px;
	/*border: 1px solid #005CA7;*/
	/*padding-left: 15px;*/
	font-size: 14px;
	line-height: 52px;
	padding: 8px 55px 8px 15px !important;
}
.button{
	cursor: pointer;
}

.header .seach .button {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 55px;
	height: 45px;
	padding-right: 10px;
	cursor: pointer;
	background: #215DA2!important;
	border: none;
	border-radius: 0 5px 5px 0;
}

.header-new .shopping-cart {
	padding: 5px 15px;
	position: relative;
}
.header-new .shopping-cart .number{
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 85px;
	top: -5px;
	padding: 0 5px;
	background-color: #FF381F;
	color: #FFFFFF;
	border-radius: 20px;
	text-align: center;
	/*transform: scale(0.83,0.83);*/
	font-size: 14px;
	font-weight: bold;
}
.header .download-img{
    width: 280px;
    height: 96px;
}
.header a.shopping-cart:hover{
    color: #215DA2;
}
.tab {
    height: 80px;
    background-color: #FFFFFF;
}

.tab ul {
    width: 1480px;
    margin: 0 auto;
}

.tab ul>li {
    height: 80px;
    margin-right: 90px;
    line-height: 45px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

.tab>ul>li:hover {
    color: #215DA2;
}

.tab ul li i {
    display: block;
    width: 25px;
    height: 25px;
    transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    background: url(../images/index/icon.png) no-repeat;
    background-position: -100px 0;
}

.tab>ul>li:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.tab ul li span {
    font-size: 20px;
}

.tab ul li.focus {
    color: #215DA2;
    font-weight: bold;
    position: relative;
}

.tab ul li.focus::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 4px;
    background-color: #215DA2;
}

.tab ul li ol {
    display: none;
    width: 100%;
    background-color: #FFFFFF;
    color: #333333;
    position: absolute;
    text-align: center;
    top: 80px;
    left: 0;
    box-shadow: 0px 1px 15px 5px rgba(67, 95, 127, 0.15);
}

.tab ul li ol>li:hover {
    color:#215DA2;
/* 	background-color: #005CA7; */
}

.site {
	width: 1480px;
	margin: 25px auto 15px auto;
	color: #666666;
	font-size: 18px;
}

.site a {
	color: #666666;
	padding: 0 5px;
	font-size: 18px;
}

.site a:hover {
	color: #2567b3;
}


.books{
	width: 1650px;
	margin:0 auto;
}
.books .content .books-item:hover .title{
	color: #2567b3;
}
.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{
	position: relative;
	padding-bottom: 130px;
}

.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: 1650px;
	flex-wrap: wrap;
}
.books .content .books-item{
	width: 308px;
	height: 470px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	background-color: #ffffff;
	border-radius: 7px;
	margin-right: 26px;
	margin-top: 27px;
}

.books .content .books-item:nth-child( 5n){
	margin-right: 0;
}
.books .content .books-item:first-child{
	margin-right: 26px;
}
.books .content .books-item a{
	width: 100%;
	/*overflow: hidden;*/
}
.books .content .books-item >img{
	width: 268px;
	height: 261px;
	margin: 0 auto;
	display: block;
	/*padding-top: 25px;*/
}
.books .content .books-item .books-bottom{
	width: 100%;
	/*margin-top: 15px;*/
	padding: 15px 20px 20px 20px;
	box-sizing: border-box;
}
.books .content .books-item .title{
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 0;
    height: 48px;
	font-size: 17px;
}

.books .content .books-item .play{
	width: 70px;
	height: 24px;
	line-height: 22px;
	border-radius: 3px;
	color: #FF6F06;
	border: 1px solid #FF6F06;
	text-align: center;
}

.books .content .books-item .books-bottom .bottom .cart{
	width: 33px;
	height: 33px;
	border: 1px solid #D7E9FF;
	background: #F1F7FF;
	line-height: 33px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
.books .content .books-item .books-bottom .bottom .cart:hover{
	background: #2567B3;
}
.books .content .books-item .books-bottom .bottom .cart:hover img{
	content: url("../images/indexv3/111_hover.png");
}
.books .content .books-item .books-bottom .bottom .cart-end{
	background: #EBEBEB;
	border-radius: 3px;
	/*width: 110px;*/
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	color: #666666;
}
.bottom{
	padding-top: 15px;
}
.header .code .flex-column-center {
	margin-left: 38px;
}

.header .code img {
	width: 80px;
	height: 80px;
	border-radius: 2px;
}

.header .code p {
	padding: 0 5px;
}


.qxx{
	height: 27px;
	border: 1px solid #FAD0BD;
	line-height: 27px;
	padding: 0 20px;
	background: #FDECE4;
	font-size: 14px;
	font-weight: bold;
	color: #FF381F;
	border-radius: 27px
}
.qxx:hover {
	background: #E31303;
	color: #fff;
	cursor: pointer;
}
.hdcard-book .books-item{
	transition: all .5s;
}
.hdcard-book .books-item:hover{
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	transform: translateY(-5px);
	transition: all .5s ease
}

.hot-book{
	width: 1650px;
	margin:32px auto auto auto
}

.hot-book .list-book {
	gap: 19px;
	margin-bottom: 20px;

}
.hot-book .list-book a{
	width: 473px;
	height: 226px;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 16px;
	gap: 20px;
	margin-top: 16px;
}
.hot-book .list-book a:hover{
	 transition: all 0.3s ease; 
	 transform: translateY(-5px);
}
.hot-book .list-book a .books-img{
	width: 175px;
	height: 175px;
}
.hot-book .list-book a .books-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hot-book .list-book a .book-info{
	width: calc(100% - 191px);
	gap: 90px;
}
.hot-book .list-book a .book-info .title{
	height: 48px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.hot-book .list-book a .book-info .books-bottom span{
	height: 27px;
	font-weight: bold;
	font-size: 16px;
	color: #FF4343;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.hot-book .list-book a .book-info .books-bottom button{
	width: 95px;
	height: 37px;
	background: #FF4141;
	border-radius: 40px 40px 40px 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.tab-new .cat-list{
	background: #F6F6F6;
	border-radius: 40px;
	padding: 12px 28px;
	gap: 36px;
}
.tab-new .cat-list li{
	padding: 0px !important;
	height: 24px;
	font-weight: 500;
	font-size: 16px;
	margin-right: 0px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.tab-new .cat-list .focus{
    color: #0065FF;
    position: relative;
}
