
.explore-label {
    line-height: 30px;
    float: left;
    margin-right: 10px;
    font-weight: normal;
}
.explore-language-select, .explore-category-select {
    width: 216px;
    display: inline-block;
    position: relative;
    float: left;
}


/*banner*/
.explore-banner {
	background: #114062 url("/center/explore/images/banner.png") center;
	height: 465px;
	height: 435px;
	    box-shadow: 0px 1px 5px #E4E4E4;
}

.explore-banner h1 {
	margin: 0;
    color: white;
    font-size: 32px;
    line-height: 45px;
}

.explore-top-title-container {
    height: 208px;
    text-align: center;
}

.explore-top-book-container {
	position: relative;
	height: 230px;
	height: 215px;
	/*overflow: hidden;*/
	    overflow-y: hidden;
}

.explore-top-book-ul {
	white-space: nowrap;
	height: 100%;
	padding-left: 50px;
}

.explore-top-book-ul li {
	height: 100%;
	width: 130px;
	display: inline-block;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: all 0.5s;
}

.explore-top-book-ul li.pre-hide {
	width: 0px;
	margin-right: 0px;
}

.explore-top-book-ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 1100px) {
	.explore-banner h1 {
		font-size: 28px;
		line-height: 40px;
	}
}

@media (max-width: 830px) {
	.explore-banner h1 {
		font-size: 22px;
		line-height: 33px;
	}
}

