@charset "UTF-8";
/*CSS Document*/

/*top-banner*/
.top-banner .left-menu {
	float: left;
	width: 237px;
	height: 400px;
	background: url(../image/bg_index_left_menu.png) center top repeat;
	border-left: 1px solid #a08664;
	border-right: 1px solid #a08664;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.top-banner .left-menu img {
	margin: 10px 0;
	width: 238px;
	height: 60px;
}
.top-banner .left-menu menu {
	padding-top: 40px;
	background: url(../image/bg_index_left_menu_cloud.png) center top no-repeat;
}
.top-banner .left-menu menu a {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: #a08664;
	text-align: center;
}

/*banner*/
#temp2 {
	float: right;
	margin: 10px 0 0 10px;
	width: 910px;
	height: 390px;
}
#temp2 .JQ-content-box {
	position: relative;
	overflow: hidden;
	float: left;
	width: 800px;
	height: 390px;
}
#temp2 .JQ-content-box .JQ-slide-content {position: absolute;}
#temp2 .JQ-content-box li {
	float: left;
	width: 800px;
	height: 390px;
}
#temp2 .JQ-content-box li >a{
	width: 800px;
	height: 390px;
	display: table-cell;
	vertical-align: middle;
}
#temp2 .JQ-content-box li img {
	max-width: 800px;
	/*max-height: 390px;*/
    /*height:expression(this.width > 390 && this.height < this.width ? 390: true); 
    width:expression(this.height > 800 ? 800: true);*/
	margin: auto;
}
#temp2 .JQ-slide-nav {
	overflow:hidden;
	display: block;
	float: right;
	width: 110px;
	height: 390px;
}
#temp2 .JQ-slide-nav li {
	position: relative;
	display: inline;
	float: left;
	width: 110px;
	height: 78px;
	overflow: hidden;
}
#temp2 .JQ-slide-nav li a{
	width: 110px;
	height: 78px;
	display: table-cell;
	vertical-align: middle;
}
#temp2 .JQ-slide-nav li span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/bg_black_opacity_50.png) repeat;
}

#temp2 .JQ-slide-nav li img {
	/*max-width: 110px;*/
	max-height: 78px;	
	/*width: expression(this.width > 110 ? "110px" : "auto");
	height: expression(this.width > 110 ? (110/this.width * this.height)+ "px" : "auto");*/
	margin: auto;
	text-align: center;
}
#temp2 .JQ-slide-nav li.on {
	display: inline;
	float: left;
	width: 110px;
	height: 78px;
	/*opacity: ;*/
}
#temp2 .JQ-slide-nav li.on span {display: none;}
/*top-banner end*/

/*note-news*/ 
.note-news {
	height: 40px;
	background-color: #eeebe1;
}
.note-news .news {
	float: left;
	position: relative;
}
.note-news .news a.btn-prev,
.note-news .news a.btn-next {
	display: block;
	float: left;
	width: 30px;
	height: 40px;
	background: center center no-repeat;
}
.note-news .news a.btn-prev {
	background-image: url(../image/icon_index_button_prev_1.png);
    left: -5px;
}
.note-news .news a.btn-next {
	background-image: url(../image/icon_index_button_next_1.png);
    left: 25px;
}
.note-news .news .news-ul {
	position: relative;
	overflow: hidden;
	float: left;
	margin-left: 70px;
	width: 600px;
	height: 40px;
}
.note-news .news ul {
	position: absolute;
	width: 100%;
}
.note-news .news ul li {
	/*overflow: hidden;
	height: 40px;*/
}
.note-news .news ul li a {
    height: 40px;
    line-height: 40px;
    color: #836055;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
/*note-news  end*/

.index-page .advertising-img {
	margin: 0 auto;
	padding: 25px 0;
	/*padding-top: 0;*/
}

/*cultural-info*/
.cultural-info {padding: 15px 0;}
.cultural-info ul {
	overflow: hidden;
	margin-top: 10px;
}
.cultural-info ul li {
	float: left;
	margin: 0 0 10px 20px;
	width: 330px;
}
.cultural-info ul li .img {
	width: 330px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
}
.cultural-info ul li img {
	max-width: 330px;
    max-height: 160px;
    margin: auto;
}
.cultural-info ul li p {
	overflow: hidden;
	margin-top: 10px;
	height: 44px;
	word-break: break-all;
	line-height: 22px;
	color: #a08664;
}
.cultural-info ul li.li1 {
	margin: 0;
	width: 450px;
}
.cultural-info ul li.li1 .img {
	width: 450px;
	height: 397px;
}
.cultural-info ul li.li1 .img img{
	max-width: 450px;
	max-height: 397px;
	margin: auto;
}
.cultural-info ul li.li1 p {
	height: 22px;
	font-size: 18px;
	color: #a08664;
}
/*cultural-info end*/

/*culture-video-read*/
.culture-video-read {}

/*culture-video*/
.culture-video {
	float: left;
	width: 500px;
}
.culture-video ul {
	overflow: hidden;
	margin-top: 10px;
}
.culture-video ul li {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 230px;
}
.culture-video ul li .img {
	width: 230px;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
}
.culture-video ul li .img img {
	max-width: 230px;
	max-height: 160px;
	margin: auto;
}
.culture-video ul li p {
	overflow: hidden;
	margin-top: 10px;
	width: 230px;
	height: 20px;
	line-height: 20px;
	color: #a08664;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	*white-space: nowrap; 
}
.culture-video ul li .icon-play {
	position: absolute;
	left: 50%;
	top: 49px;
	margin-left: -31px;
	width: 62px;
	height: 62px;
}

/*classical-reading*/
.classical-reading {
	float: right;
	width: 650px;
}
.classical-reading > section {
	position: relative;
	margin-top: 10px;
	height: 384px;
	background: url(../image/bg_index_left_menu.png) center top repeat;
	border: 1px solid #eae3d7;
}

.classical-reading .book-lists {
	position: relative;
	overflow: hidden;
	margin: 34px 0;
	/* width: 207px; */
	height: 334px;
}
.classical-reading .book-lists ul {
	position: absolute;
	/* width: 5000px; */
	height: 334px;
	padding: 0 17px;
}
.classical-reading .book-lists li {
	float: left;
	width: 180px;
	margin: 0 10px;
}
.classical-reading .book-lists li > a {
	display: table-cell;
	vertical-align: middle;
	width: 185px;
	height: 259px;
}
.classical-reading .book-lists li img {
	max-width: 185px;
	max-height: 259px;
}
.classical-reading .book-lists li .btn-group {
	margin-top: 20px;
	height: 40px;
	text-align: center;
}
.classical-reading .book-lists li .btn-group a {
	width: 114px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: #a08664;
}
.classical-reading .book-lists li .btn-group a.btn-readol {
	/* float: left; */
	background-color: #e86651;
}

.classical-reading .btn-prev,
.classical-reading .btn-next {
	position: absolute;
	top: 165px;
	display: block;
	width: 16px;
	height: 60px;
	background: center center no-repeat;
}
.classical-reading .btn-prev {
	left: 20px;
	background-image: url(../image/icon_index_book_list_prev.png);
}
.classical-reading .btn-next {
	right: 20px;
	background-image: url(../image/icon_index_book_list_next.png);
}
/*culture-video-read end*/

/*cultural-topics*/
.cultural-topics {padding-top: 10px;}
.cultural-topics article {margin-top: 10px;}
.cultural-topics article a {
	margin-right: 3px;
	width: 380px;
}
.cultural-topics article a .box {
	width: 378px;
	height: 218px;
	border: 1px solid #a08664;
	display: table-cell;
	vertical-align: middle;
}
.cultural-topics article a img {
	max-width: 378px;
	max-height: 218px;
	margin: auto;
}
.cultural-topics article a p {
	overflow: hidden;
	margin-top: 10px;
	width: 380px;
	height: 20px;
	line-height: 20px;
	color: #a08664;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	*white-space: nowrap; 
}
/*cultural-topics end*/

/*learning-park-box*/
.learning-park-box {
	overflow: hidden;
	padding: 10px 0 20px 0;
}

.learning-park,
.copyright-trade {
	float: left;
	margin-right: 6px;
	width: 380px;
}

/*learning-park*/
.learning-park img {
	max-width: 378px;
	max-height: 248px;
	margin: auto;
}
.learning-park >a{
    width: 378px;
    height: 248px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #a08664;
}
.index-sec-title_s{
	margin-bottom: 10px;
}
/*learning-park end*/

/*copyright-trade*/
.copyright-trade ul {
	padding: 15px 20px 0;
	width: 338px;
	height: 233px;
	background-color: #fff;
	border: 1px solid #a08664;
}
.copyright-trade li {margin-bottom: 15px;}
.copyright-trade li a {
	overflow: hidden;
	height: 40px;
	word-break: break-all;
	line-height: 20px;
	color: #a08664;
}
.copyright-trade li p {
	line-height: 20px;
	color: #999;
	text-align: right;
}
/*copyright-trade end*/

/*learning-park-box end*/

/*resources-mall*/
.resources-mall {padding: 15px 0;}
.resources-mall .list-move-box {position: relative;}
.resources-mall .list-move-box article {
	position: relative;
	overflow: hidden;
	margin: 20px auto;
	width: 1020px;
	height: 185px;
}
.resources-mall ul {
	position: absolute;
	width: 5000px;
}
.resources-mall li {
	float: left;
	margin: 0 20px;
	width: 130px;
}
.resources-mall li a {
	display: table-cell;
    vertical-align: middle;
    width: 128px;
    height: 183px;
    /*border: 1px solid #a08664;*/
}
.resources-mall li img {
	max-width: 128px;
    max-height: 183px;
}

.resources-mall a.btn-prev,
.resources-mall a.btn-next {
	position: absolute;
	top: 62px;
	display: block;
	width: 16px;
	height: 60px;
	background: center center no-repeat;
}
.resources-mall a.btn-prev {
	left: 20px;
	background-image: url(../image/icon_index_book_list_prev.png);
}
.resources-mall a.btn-next {
	right: 20px;
	background-image: url(../image/icon_index_book_list_next.png);
}
/*resources-mall end*/
