.home-top{
	width: 100%;
	background-color: #fff;
	padding-top: 5%;
	.padding-bottom: 20px;
}
.home-logo{
	width: 400px;
	height: 100px;
	margin: 0 auto 40px auto;
}
.home-search{
	display: flex;
	width: 600px;
	height: 50px;
	background-color: #f5f7fd;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
}
.home-search input{
	flex: 1;
	height: 50px;
	line-height: 50px;
	outline: none;
	border: 0;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	background-color: #f5f7fd;
}
.home-search button{
	width: 120px;
	height: 50px;
	line-height: 50px;
	outline: none;
	border: 0;
	letter-spacing: 5px;
	font-size: 16px;
	background-color: #d6673f;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
}
.home-search button:hover{
	background-color: #561e30;
}

.home-tab{
	width: 600px;
	background-color: #fff;
	margin: auto;
	margin-top: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
.home-tab-name{
	padding-top: 10px;
	color: #bbb;
	font-size: 13px;
	text-align: center;
}
.home-tab ul{
	display: flex;
	height: 50px;
	overflow: hidden;
}
.home-tab ul li{
	width: 25%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #bbb;
	cursor: pointer;
	background-color: rgba(255,255,255,.4);
}
.home-tab .on{
	background-color: #f5f7fd;
	color: #666;
	border-radius: 10px 10px 0 0;
}

.home-book{
	width: 1200px;
	margin: auto;
	min-height: 520px;
	padding: 30px 0;
}

.home-book-name {
    color: #bbb;
    font-size: 13px;
    margin-left: 5px;
    margin-bottom: 10px;
	text-align: right;
}

.home-book-list{
	display: none;
}
.home-book-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.bookshow{
	display: block;
}

.home-book-list ul li {
    width: 170px;
    list-style: none;
    margin: 5px;
    text-align: left;
    padding: 10px;
    border-radius: 3px;
    background-color: #fff;
}

.home-book-list ul li h4 {
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 17px;
    color: #222;
}

.home-book-list ul li h4 span {
    font-size: 12px;
    color: rgba(0,0,0,.2);
    font-weight: normal;
    float: right;
    margin-top: -5px;
}

.home-book-list ul li p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #666;
}

.home-bottom{
	width: 100%;
	line-height: 50px;
	font-size: 12px;
	color: #999;
	text-align: center;
	background-color: #fff;
}
.home-bottom a{
	color: #666;
}
.home-bottom a:hover{
	color: #d6673f;
}

.qsearch-top{
	width: 100%;
	padding: 30px 0;
	background-color: #faf9f5;
}

.qsearch{
	width: 100%;
	min-height: 400px;
	background-color: #fff;
}

.qsearch-tip{
	display: flex;
	width: 100%;
	height: 50px;
	border-top: 1px solid #e8e8e9;
	border-bottom: 1px solid #e4e6ea;
}
.qsearch-tip-lf{
	width: 35%;
}
.qsearch-tip-rg{
	display: flex;
	width: 65%;
}
.qsearch-tab{
	position: relative;
	top: 1px;
	margin-left: 75px;
	line-height: 22px;
	padding-top: 18px;
	font-size: 14px;
	color: #bbb;
	cursor: pointer;
}
.qsearch-tip-rg .on{
	border-bottom: 1px solid #0f5bff;
	color: #333;
}
.qsearch-list{
	display: flex;
	width: 100%;
	margin: auto;
	position: relative;
}
.qsearch-list-lf{
	width: 35%;
	text-align: right;
}
.qsearch-list-lf ul{
	padding: 20px 30px;
}
.qsearch-list-lf li{
	font-size: 14px;
	line-height: 35px;
}
.qsearch-list-lf a{
	color: #999;
}
.qsearch-list-lf a:hover{
	color: #0F5BFF;
}
.qsearch-ls{
	padding-top: 30px;
	padding-right: 30px;
	font-size: 14px;
	color: #bbb;
}
.qsearch-list-rg{
	width: 65%;
	min-height: 800px;
	border-left: 1px solid #ebecef;
}

.qsearch-list-rg li{
	border-bottom: 1px solid #ebecef;
}
.qsearch-list-rg li:hover{
	background-color: #f2f1ec;
}

.qsearch-item{
	display: flex;
	width: 750px;
	padding: 25px 0 25px 75px;
}

.qsearch-item h4 {
    font-size: 19px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 2px;
    color: #333;
	padding-top: 5px;
	margin-left: 25px;
}
.qsearch-item h5{
	margin: 0 0 0 25px;
	font-weight: normal;
	line-height: 22px;
	padding: 10px 0 15px 0;
	font-size: 12px;
	color: #999;
}
.qsearch-item p{
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin: 0 0 0 25px;
	font-size: 14px;
	text-align: justify;
	color: #5d5f65;
}

.qsearch-box{
	display: flex;
	width: 600px;
	height: 50px;
	background-color: #fff;
	margin: auto;
	border-radius: 25px;
	overflow: hidden;
}
.qsearch-box .ipt{
	flex: 1;
	height: 50px;
	line-height: 50px;
	outline: none;
	border: 0;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
}
.qsearch-box button{
	width: 120px;
	height: 50px;
	line-height: 50px;
	outline: none;
	border: 0;
	letter-spacing: 5px;
	font-size: 16px;
	background-color: #d6673f;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
}

.qsearch-no{
	padding: 30px 75px;
	color: #999;
	font-size: 15px;
}
.qsearch-no a{
	color: #0F5BFF;
}

@media (max-width:640px) {
	.home-tab,.home-book{
		
	}
	.home-bottom a{
		display: none;
	}
	.home-bottom{
		padding-bottom: 50px;
	}
	.home-top{
		padding-top: 40%;
	}
	.home-tab{
		width: 100%;
	}
	.home-logo{
		width: 70%;
	}
	.home-logo img{
		display: block;
		width: 100%;
	}
	.home-search{
		width: 80%;
		height: 40px;
		line-height: 40px;
	}
	.home-search input{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.home-search button{
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.home-tab ul{
		width: 90%;
		margin: auto;
		height: 40px;
	}
	.home-tab ul li{
		height: 40px;
		line-height: 40px;
	}
	.home-book{
		width: 100%;
		padding: 20px 0;
	}
	.home-book-name{
		font-size: 12px;
		text-align: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	.home-book-list ul{
		margin: 0 1%;
	}
	.home-book-list ul li{
		width: 48%;
		margin: 1%;
		box-sizing: border-box;
	}
	.qsearch-box{
		width: 80%;
		height: 40px;
		line-height: 40px;
	}
	.qsearch-box .ipt{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.qsearch-box button{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.qsearch-tip-lf,.qsearch-list-lf{
		display: none;
	}
	.qsearch-tip-rg{
		width: 100%;
	}
	.qsearch-tab{
		margin-left: 20px;
	}
	.qsearch-list-rg{
		width: 100%;
		padding-bottom: 50px;
	}
	.qsearch-item{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
}