.container {
	width: 1200px;
	margin: 0 auto;
}

.header {
	/*height: 140px;*/
	width: 100%;
}

.header .logo {
	padding-top: 32px;
	padding-bottom: 30px;
}
.header .logo img{
	height: 78px;
}
.header .links {
	margin-top: 32px;
}

.header .links select {
	width: 178px;
	height: 22px;
}

.header .search {
	margin-top: 22px;
}

.header .search {
	display: table;
	*display: block;
	*float: right;
	width: 620px;
	height: 40px;
	border: 1px solid #251B17;
	border-radius: 3px;
}

.header .search .search-classify {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	margin-bottom: 0;
	width: 99px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	border-radius: 3px;
	display: none;
}

.header .search .search-classify .value-btn {
	font-size: 18px;
}

.header .search .search-classify>p {
	/*height: 30px;*/
	border-right: 1px solid #251B17;
	cursor: pointer;
}

.header .search>input {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 425px;
	*width: 396px;
	height: 40px;
	margin-bottom: 0;
	padding: 0 8px;
	line-height: 40px;
	font-size: 14px;
	background: transparent;
}

.header .search>span {
	display: table-cell;
	*display: block;
	width: 90px;
	*width: 109px;
	height: 40px;
	font-size: 18px;
	font-family: "PingFang SC";
	line-height: 1;
	*line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: #251B17;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
}

.header .nav {
	background: #251B17;
}

.header .nav>ul {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	background: #251B17;
	font-size: 0;
}

.header .nav>ul>li {
	display: inline-block;
	*display: inline;
	width: 240px;
	_height: 40px;
	zoom: 1;
	font-size: 18px;
	text-align: center;
}

.header .nav>ul>li:first-child {
	width: 240px;
}

.header .nav>ul>li.check {
	background: #DF0112;
}

.header .nav>ul>li.check a {
	border: 0;
}

.header .nav>ul>li>a {
	display: block;
	width: 100%;
	margin: 6px 0 7px;
	color: #fff;
	border-right: 1px solid #626262;
}

.header .nav>ul>li:last-child>a {
	border: 0;
}


/*头部搜索*/

.search-classify {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.search-classify>button {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

.search-classify>button {
	background: url(../img/search_icon_line.png) right center no-repeat;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.search-classify>button>span img {
	display: block;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -4px;
	margin-left: -5px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.open>.dropdown-menu {
	/*display: block;*/
}

.dropdown-menu {
	background: #FFFFFF;
	border-left: 1px solid #251B17;
	border-right: 1px solid #251B17;
	border-bottom: 1px solid #251B17;
	position: absolute;
	top: 38px;
	left: -1px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 100px;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.24);
}

.dropdown-menu li:hover {
	background: #EBEBEB;
}

.dropdown-menu li.on {
	background: #EBEBEB;
}

.dropdown-menu li {
	font-size: 18px;
}


/*首页分类布局结构*/

.slide {
	float: left;
	width: 267px;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
}

.rcont {
	overflow: hidden;
}


/*栏目页左右布局结构*/

.w300 {
	width: 300px;
}

.w854 {
	width: 854px;
}

.w267 {
	width: 267px;
}

.w893 {
	width: 893px;
}

.cont-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	overflow: hidden;
}

.cont-main,
.cont-slide {
	float: left;
}

.books .cont-main {
	margin-left: 40px;
}

.news .cont-main {
	margin-right: 46px;
}

.downloadBooklist .cont-main {
	margin-right: 46px;
}

.downloadResource .cont-main {
	margin-left: 40px;
}

.detailBook .cont-main {
	margin-right: 46px;
}

.category-menu-list {
	position: relative;
	width: 267px;
	font-size: 16px;
	background: #f6f6f6;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.09);
	z-index: 2;
	order: 1;
	padding-bottom: 12px;
}

.category-menu-list .first {
	height: auto;
	padding: 12px 0 12px 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: #493E3E;
}

.category-menu-list .first>p {
	color: #fff;
}

.category-menu-list .on>a {
	/* position: absolute; */
	/* border: 2px solid #D6D6D6; */
	/* background: #FFFFFF; */
	/* border-right: 0; */
	/* z-index: 100; */
}

.category-menu-list>li {
	position: relative;
	/* height: 44px; */
	/*line-height: 42px;*/
	font-size: 16px;
}

.category-menu-list>li>a {
	display: inline-block;
	position: relative;
	margin: 22px 32px 0px 32px;
	font-weight: 600;
	/*width: 100%;*/
	/* width: 224px; */
	/* height: 40px;
	*height: 44px; */
	/* line-height: 36px; */
	/* border-top: 2px solid #f6f6f6;
	border-left: 2px solid #f6f6f6;
	border-right: 2px solid #f6f6f6;
	border-bottom: 2px solid #f6f6f6; */
	border-right: none;
	font-size: 16px;
	text-decoration: none;
	background: #f6f6f6;
	box-sizing: content-box;
}

.category-menu-list>li>a>i {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.category-menu-list>li>a>i>img {
	display: block;
}

.category-menu-list>li>a>i,
.category-menu-list>li>a>font {
	vertical-align: middle;
}

.category-menu-list>li>a>span {
	position: absolute;
	right: 14px;
	top: 0;
	display: none;
}

.category-menu-list .on .second_list {
	display: block;
}

.second_list {
	/* display: none; */
	/* position: absolute; */
	top: 0;
	left: 265px;
	padding-left: 56px;
	padding-right: 32px;
	/* padding: 20px 50px 20px 25px; */
	/* width: 550px; */
	/* background: #FFFFFF; */
	/* border: 2px solid #D6D6D6; */
	font-size: 0;
	z-index: 2;
	/* -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1); */
}

.second_list li {
	/* display: inline-block;
	*display: inline;
	*zoom: 1; */
	line-height: 1.5;
	/* margin-right: 10px; */
	margin-top: 22px;

}

.second_list li:last-child {
	margin-bottom: 0;
}

.second_list>li>a {
	font-size: 14px;
	color: #372E2B;
	/*font-weight: bold;*/
	display: flex;
	justify-content: space-between;
}

.second_list>li>a::after {
	content: '>';
}

.second_list>li>a:hover {
	color: #DD0B20;
}

.second_list>li>a>font {
	margin-right: 10px;
	display: none;
}

.second_list>li>a:hover font {
	color: #372E2B;
}

.third_list>a {
	padding-right: 5px;
	font-size: 14px;
	color: #7d7d7d;
	border-right: 1px solid #7d7d7d;
}

.slide-ad {
	margin: 0 auto 10px;
	width: 267px;
	height: 120px;
	background: #f6f6f6;
	order: 0;
	font-size: 0;
}

.slide-ad img {
	display: block;
	width: 100%;
	height: 100%;
}

#banner {
	position: relative;
	height: 326px;
	overflow: hidden;
}

#banner {
	position: relative;
}

#banner .hd {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}

#banner .hd ul {
	overflow: hidden;
}

#banner .hd li {
	float: left;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	background: #575757;
}

#banner .hd li.on {
	background: #E40002;
}

#banner .bd>ul {
	overflow: hidden;
}

#banner .bd li {
	float: left;
}

#banner .bd li img {
	width: 100%;
	width: 908px;
	height: 326px;
}

.swiper-slide img {
	display: block;
}

#banner .pagination {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 2;
}

#banner .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 0 5px;
	border-radius: 0;
}

.pagination .swiper-pagination-bullet-active {
	background: #E40002;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #555;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-button-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 100px;
}

.swiper-button-next {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 100px;
	right: 0;
}

.item-title {
	overflow: hidden;
	padding-bottom: 8px;
	border-bottom: 2px solid #D9D9D9;
}

.item-title>p {
	float: left;
	height: 100%;
	color: #4C4C4C;
	font-size: 24px;
	font-weight: 800;
	font-family: simsun;
}

.item-title>p>img {
	display: block;
	margin: 7px 0;
}

.item-title .item-more {
	float: right;
	margin-top: 12px;
}

.item-title .item-more a>font,
.item-title .item-more a>i {
	display: inline-block;
	vertical-align: middle;
}


/**/


/*新闻列表*/

.news {
	overflow: hidden;
	margin-top: 15px;
}

.news-img {
	float: left;
	margin-right: 29px;
}

.news-cont {
	overflow: hidden;
}

.news-img img {
	display: block;
	width: 358px;
	height: 263px;
}

.news-cont>a {}

.news-cont ul>li {
	border-bottom: 1px dashed #D0D0D0;
}

.news-cont ul>li>a {
	display: block;
	padding: 10px 0;
	*padding: 11px 0;
	overflow: hidden;
}

.news-cont ul>li:first-child>a {
	padding-top: 8px;
}

.news-cont ul>li>a>p {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.news-cont .news-conttit {
	width: 395px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-cont .news-conttime {
	width: 116px;
	font-size: 14px;
	text-align: right;
}

#bookslide {
	position: relative;
	overflow: hidden;
}

.bookslide .prev {
	position: absolute;
	left: 0;
	top: 120px;
	width: 20px;
	height: 60px;
	background: url(../img/icon/home_recommend_icon_left.png) left center no-repeat;
	z-index: 2;
}

.bookslide .next {
	position: absolute;
	right: 0;
	top: 120px;
	width: 20px;
	height: 60px;
	background: url(../img/icon/home_recommend_icon_right.png) right center no-repeat;
	z-index: 2;
}

.bookslide {
	position: relative;

	padding: 30px 14px 0;
}

.book-tw {
	padding: 0 40px 5px;
}

.book-tw {
	float: left;
	width: 50%;
	*width: 43%;
}

.book-tw-img {
	float: left;
	width: 180px;
	height: 241px;
	margin-right: 30px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
}

.book-tw-cont {
	overflow: hidden;
	height: 241px;
}

.tw-title {
	font-weight: bold;
	font-size: 16px;
	color: #4C4C4C;
	margin-bottom: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tw-author {
	font-size: 14px;
	color: #4C4C4C;
	margin-bottom: 14px;
}

.tw-cont {
	color: #4C4C4C;
	max-height: 168px;
	font-size: 14px;
	font-weight: 400;
}

.book-tw img {
	width: 100%;
	height: 100%;
}

#bookslide .swiper-button-prev,
#bookslide .swiper-container-rtl .swiper-button-next {
	background-size: 15px;
	left: 0;
}

#bookslide .swiper-button-next,
#bookslide .swiper-container-rtl .swiper-button-prev {
	background-size: 15px;
	right: 0;
}

#bookslide .swiper-button-prev {
	background: url(../img/icon/home_recommend_icon_left.png) left center no-repeat;
}

#bookslide .swiper-button-next {
	background: url(../img/icon/home_recommend_icon_right.png) right center no-repeat;
}


/*dom书籍列表*/

.booklist {
	display: -webkit-flex;
	/* Safari */
	flex-wrap: wrap;
	width: 1200px;
	*width: 1270px;
	padding: 30px 8px 0;
	font-size: 0;
	margin: 0 0 -40px;
}

.book-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 180px;
	margin-right: 58px;
	margin-bottom: 40px;
}

.book-item:nth-child(5n) {
	margin-right: 0px;
}

.book-item .book-img {
	width: 180px;
	height: 241px;
}

.book-item .book-img img {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
}

.book-item .book-img img:hover {
	transform: scale(1.03);
	transition: transform .3s;
}

.book-item .book-cont>p {
	padding-top: 21px;
	font-size: 16px;
	color: #4C4C4C;
	height: 69px;
	overflow: hidden;
}


/*dom面包屑*/

.breadcrumb {
	width: 100%;
	line-height: 1;
	/*height: 30px;*/
	/*line-height: 30px;*/
}

.breadcrumb a,
.breadcrumb span {
	font-size: 14px;
	color: #4C4C4C;
}


/*推荐*/

.more {
	position: relative;
	border: 1px solid #D9D9D9;
	overflow: hidden;
}

.more-title {
	padding: 15px 31px;
	color: #4C4C4C;
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
}

.more-book {
	height: 523px;
	*height: 600px;
	margin: 0 20px;
	overflow: hidden;
}

.whitedom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: #fff;
	z-index: 2;
}

.book-tujian {
	height: 118px;
	border-bottom: 1px solid #D9D9D9;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.book-tujian-img {
	float: left;
	margin-right: 27px;
	width: 76px;
	height: 102px;
}

.book-tujian-img img {
	display: block;
	width: 100%;
}

.book-tujian-cont {
	position: relative;
	overflow: hidden;
	height: 102px;
}

.tujian-cont-title {
	font-size: 16px;
	font-weight: 500;
	color: #4C4C4C;
	margin-bottom: 6px;
}

.tujian-cont-price {
	position: absolute;
	bottom: 0;
}

.more-button-next {
	position: absolute;
	top: 18px;
	right: 32px;
	width: 24px;
	height: 24px;
	background: url(../img/slide_icon_right.png) no-repeat;
	cursor: pointer;
}

.more-button-prev {
	position: absolute;
	top: 18px;
	right: 60px;
	width: 24px;
	height: 24px;
	background: url(../img/slide_icon_left.png) no-repeat;
	cursor: pointer;
}


/*新闻列表*/

.newsitem {
	overflow: hidden;
	padding: 15px 0 21px;
	border-bottom: 1px dashed #D0D0D0;
}

.newsitem-img {
	float: left;
	width: 156px;
	height: 114px;
	margin-right: 60px;
}

.newsitem-cont {
	overflow: hidden;
}

.newsitem-img img {
	width: 100%;
	height: 100%;
}

.newsitem-cont .newsitem-cont-title {
	color: #251B17;
	font-size: 16px;
	font-weight: 500;
}

.newsitem-cont .newsitem-cont-title>p,
.newsitem-cont .newsitem-cont-time>p,
.newsitem-cont .newsitem-cont-des>p {
	color: #251B17;
}

.newsitem-cont .newsitem-cont-time>p {
	height: 21px;
	overflow: hidden;
}

.newsitem-cont-des {
	margin-top: 10px;
	height: 61px;
	overflow: hidden;
}

.newsitem-cont-des>p {
	cursor: default;
}


/*新闻详情*/

.detail-title>p {
	color: #4C4C4C;
	font-size: 20px;
	font-weight: 500;
}

.detail-time {
	margin-top: 4px;
}

.detail-time>p {
	color: #787878;
}

.detail-cont {
	margin-top: 30px;
}

.article img {
	max-width: 100% !important;
}


/*分类*/

.sort {
	overflow: hidden;
	margin-bottom: 16px;
}

.sort .sort-filtrate {
	/*min-height: 25px;*/
	float: left;
	padding-left: 8px;
	margin-right: 30px;
	font-size: 0;
	border-left: 4px solid #5C5C5C;
}

.sort .sort-filtrate a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.sort .sort-filtrate span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin: 0 10px;
}

.sort .sort-filtrate2 {
	/*min-height: 30px;*/
	float: left;
	overflow: hidden;
	font-size: 0;

}

.sort .sort-filtrate2 p {
	display: inline-block;
	padding: 0 4px;
	/*margin-bottom: 4px;*/
	margin-right: 10px;
	border: 1px solid #979797;
}

.sort .sort-filtrate2 p>span {
	margin: 0 3px;
	font-size: 16px;
}

.sort-close {
	cursor: pointer;
}

.filtrate,
.filtrate2 {
	padding: 10px 0;
	background: #F8F8F8;
}

.filtrate {
	display: table;
	/*margin-top: 16px;*/
	margin-bottom: 16px;
	border: 1px solid #E5E5E5;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(217, 217, 217, 0.5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(217, 217, 217, 0.5);
	box-shadow: 0px 1px 1px 0px rgba(217, 217, 217, 0.5);
	overflow: hidden;
}

.filtrate.none {
	display: none;
}

.filtrate2 {
	margin-bottom: 30px;
	border: 1px solid #F8F8F8;
	overflow: hidden;
}

.filtrate-l {
	display: table-cell;
	min-width: 100px;
	padding: 0 23px 0 17px;
	vertical-align: middle;
}

.filtrate-r {
	display: table-cell;
	width: 100%;
	padding: 0 15px;
	border-left: 1px solid #EAEAEA;
	overflow: hidden;
	font-size: 0;
	vertical-align: middle;
}

.filtrate-l>p {
	font-weight: 500;
}

.filtrate-l>p.check-sort {
	color: #DF0112;
}

.filtrate-r>p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 15px;
	*margin-left: 0;
	font-size: 14px;
	line-height: 2;
	color: #333333;
	cursor: pointer;
}

.filtrate-r>p.check-sort {
	color: #DF0112;
}

.third_list>a.check-sort {
	color: #DF0112;
}

.book-filtrate-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	font-size: 0;
}

.book-filtrate-list-null {
	height: 257px;
	text-align: center;
}

.book-filtrate-list-null>p {
	color: #4C4C4C;
	font-size: 14px;
	margin-top: 232px;
}

.book-filtrate {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 50%;
	*width: 43%;
	padding-right: 40px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #D0D0D0;
	overflow: hidden;
}

.book-filtrateimg {
	float: left;
	width: 140px;
	height: 187px;
	margin-right: 15px;
	background: #4C4C4C;
}

.book-filtrateimg img {
	width: 100%;
	height: 100%;
}

.book-filtratecont {
	overflow: hidden;
}

.book-filtrate-title {
	color: #251B17;
	font-size: 16px;
	font-weight: 500;
}

.book-filtrate-title {
	height: 48px;
	overflow: hidden;
	/*min-height: 48px;*/
}

.book-filtrate-des>p {
	height: 29px;
	line-height: 29px;
	padding: 5px 0;
	font-size: 14px;
	color: #251B17;
}

.titps {
	color: #4C4C4C;
	font-size: 14px;
	font-weight: 500;
}

.pagediv .pagination {
	position: static;
}

.resourcetable {
	margin-top: -10px;
}

.resourcetable table {
	border-collapse: separate;
	border-spacing: 2px 5px;
}

table thead th {
	background: #D2D2D2;
	height: 40px;
}

table thead th span {
	color: #575757;
	font-size: 16px;
	font-weight: 500;
}

table thead .s1 {
	width: 277px;
}

table thead .s2 {
	width: 380px;
}

table thead .s3 {
	width: 100px;
}

table thead .s4 {
	width: 126px;
}

table tbody td {
	vertical-align: top;
	background: #FAFAFA;
}

table tbody .s1 {
	width: 277px;
	padding: 8px 13px;
	overflow: hidden;
}

table tbody .s1 .s1-img {
	float: left;
	margin-right: 17px;
	width: 72px;
	height: 96px;
}

table tbody .s1 .s1-img img {
	display: block;
	width: 100%;
	height: 100%;
}

table tbody .s1>p {
	overflow: hidden;
	cursor: default;
}

table tbody .s1>p:hover a {
	color: #E32534;
}

table tbody .s2>span,
table tbody .s3>span,
table tbody .s4>span {
	display: block;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}

table tbody .s3>span,
table tbody .s4>span {
	text-align: center;
}

table tbody .s2 .folder {
	padding-left: 40px;
	background: url(../img/icon/resource_icon_package_normal.png) left 20px center no-repeat;
}

table tbody .s2 .file {
	padding-left: 40px;
	background: url(../img/icon/resource_icon_wj_normal.png) left 20px center no-repeat;
}

table tbody .s2 .folder:hover {
	background: url(../img/icon/resource_icon_package_press.png) left 20px center no-repeat;
	color: #E32534;
}

table tbody .s2 .folder:hover a {
	color: #E32534;
}

table tbody .s2 .file:hover {
	background: url(../img/icon/resource_icon_wj_press.png) left 20px center no-repeat;
	color: #E32534;
}

table tbody .s2 .file:hover a {
	color: #E32534;
}

.booklist-table {
	margin-top: 6px;
}

.booklist-table table {
	border-collapse: separate;
	border-spacing: 2px 5px;
}

.booklist-table table tbody .s1 {
	padding: 0;
}

.booklist-table table tbody .s1>p {
	line-height: 27px;
}

.booklist-table table tbody .s2>span:last-child {
	border-bottom: 0;
}


/*书籍详情*/

.detail-book {
	overflow: hidden;
}

.detail-book-img {
	float: left;
	width: 180px;
	height: 242px;
	margin-right: 45px;
}

.detail-book-img img {
	width: 100%;
	height: 100%;
}

.detail-book-cont {
	overflow: hidden;
}

.detail-book-cont .book-title {
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	margin-bottom: 17px;
}

.detail-book-cont>p {
	font-size: 16px;
	padding: 5px 0;
}

.detail-book-cont>p font {
	color: #949494;
	margin: 0 8px;
}

.detail-book-cont>p a {
	color: #949494;
}

.detail-book-cont>p a:hover {
	color: #DF0112;
}

.detailItem .detail-item {
	margin-top: 10px;
}

.detail-item .item-title>p {
	font-size: 20px;
}

.resource {
	padding: 20px 0;
}

.resource-item {
	margin-bottom: 13px;
}

.resource-item:last-child {
	margin-bottom: 0;
}

.resource-item {
	margin-bottom: 20px;
}

.resource-item-row {
	overflow: hidden;
}

.resource-item-row>p {
	line-height: 1.5;
	font-size: 14px;
	overflow: hidden;
}

.resource-item-row:last-child>p.file,
.resource-item-row:last-child>p.folder {
	margin-bottom: 0;
}

.resource-item-row>p>span {
	display: inline-block;
	font-size: 0;
}

.resource-item-row>p .s4 {
	float: right;
	width: 64px;
	font-size: 14px;
	text-align: center;
	background: url(../img/icon/book_detail_icon_download.png) right 5px center no-repeat;
	cursor: pointer;
}

.resource-item-row>p .s3 {
	float: right;
	width: 142px;
	font-size: 14px;
	text-align: center;
}

.resource-item-row>p .s2 {
	float: right;
	width: 62px;
	font-size: 14px;
	text-align: center;
}

.resource-item-row>p .s1 {
	float: left;
	width: 560px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.resource-item-row>p .s1 a:hover,
.resource-item-row>p .s4 a:hover {
	color: #DF0112;
}

.resource-item-row>p .s4:hover {
	background: url(../img/icon/book_detail_icon_downloadlink.png) right 5px center no-repeat;
}

.resource-item-row>p .s4 a {
	display: block;
}

.resource-item-level1 .resource-title>p {
	background: url(../img/bookdetail_icon_resource.png) left center no-repeat;
	border: 0;
	padding-left: 16px;
}

.resource-item-level2>p {
	padding-left: 30px;
}

.resource-item-level3>p {
	padding-left: 53px;
}

.resource-item-level1>p.folder,
.resource-item-level2>p.folder {
	font-weight: bold;
	margin-bottom: 9px;
}

.resource-item-level1>p.file,
.resource-item-level2>p.file,
.resource-item-level3>p.file {
	margin-bottom: 9px;
}

.resource-item-level1>p.file .s1 {
	width: 560px;
}

.resource-item-level2>p.file .s1 {
	width: 530px;
}

.resource-item-level3>p.file .s1 {
	width: 507px;
}

.resource-item-level1>p.folder:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(../img/bookdetail_icon_resource.png) left center no-repeat;
	vertical-align: bottom;
}

.resource-item-level2>p.folder:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(../img/bookdetail_icon_resource.png) left center no-repeat;
	vertical-align: bottom;
}

.intro {
	padding: 20px 0;
	overflow: hidden;
}

.intro>p {
	max-height: 110px;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	vertical-align: middle;
}

.unfold {
	float: right;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

.unfold>span {
	margin-right: 12px;
	font-size: 14px;
	color: #E42635;
	vertical-align: middle;
}

.unfold>img {
	vertical-align: middle;
}

.menu {
	padding: 20px 0;
}

.menu .menu-item>p {
	font-size: 14px;
	line-height: 28px;
	padding: 0 10px;
}

.menu .menu-item .menu-item-chapter {
	font-weight: 500;
}

.footer {
	width: 100%;
	background: #251B17;
}

.footer .container {
	background: #251B17;
}

.footer-main {
	padding: 32px 0 23px;
	font-size: 0;
	border-bottom: 1px solid #606060;
	overflow: hidden;
}

.footer-main-more,
.footer-main-ercode {
	display: inline-block;
	vertical-align: top;
}

.footer-main-more {
	/*margin-right: 54px;*/
	float: left;
}

.footer-main-ercode {
	float: right;
}

.footer-main-more>li {
	float: left;
	/*width: 345px;*/
	/**width: 290px;*/
	margin-right: 170px;
}

.footer-main-more>li:last-child {
	margin-right: 0;

}

.footer-main-more>li .dl>h3 {
	margin-bottom: 10px;
	color: #EFEFEF;
	font-size: 18px;
	font-weight: 500;
}

.footer-main-more>li .dl>ul>li>a {
	display: block;
	font-size: 13px;
	color: #EFEFEF;
	margin-bottom: 10px;
}

.footer-main-ercode>a {
	display: inline-block;
	float: left;
	text-align: center;
	margin: 0 10px;
}

.footer-main-ercode img {
	display: block;
	width: 120px;
	height: 120px;
}

.footer-main-ercode span {
	display: block;
	margin-top: 18px;
	font-size: 12px;
	color: #fff;
}

.footer-copyright {
	padding: 10px 0;
}

.footer-copyright>p {
	color: #EFEFEF;
	font-size: 14px;
	margin: 5px 0;
}

.dialog-view {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 102;
}

.model-download {
	width: 450px;
	min-height: 125px;
	background: #FFFFFF;
	border: 1px solid #939393;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
}

.model-head {
	background: #F3F3F3;
	overflow: hidden;
	height: 23px;
}

.model-head>img {
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

.model-download-file {
	padding: 10px 17px 14px;
	max-height: 180px;
	overflow-y: auto;
}

.model-download-file ul li {
	overflow: hidden;
	margin-bottom: 8px;
}

.model-download-file ul li:last-child {
	margin-bottom: 0;
}

.model-download-file ul li>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.model-download-file ul li span {
	display: block;
}

.model-download-file ul li>a:active .download-flie-num,
.model-download-file ul li>a:active .download-flie-title,
.model-download-file ul li>a:active .download-flie-size {
	color: #E32534;
}

.download-flie-num {
	float: left;
}

.download-flie-title {
	overflow: hidden;
}

.download-flie-title a:hover {
	color: #E32534;
}

.download-flie-size {
	padding-left: 33px;
}

.third_list>a:hover {
	color: #DD0B20;
	transition: color 100ms;
}

.news-cont ul>li>a:hover .news-conttit {
	color: #DD0B20;
	transition: color 100ms;
}

.book-tw-cont>a .tw-title:hover {
	color: #DD0B20;
	transition: color 100ms;
}

.newsitem-cont .newsitem-cont-title>a:hover p {
	color: #DD0B20;
	transition: color 100ms;
}

.book-filtrate-title>a:hover p {
	color: #DD0B20;
	transition: color 100ms;
}


/*侧边QQ 微信*/

.link {
	position: fixed;
	right: 0;
	top: 360px;
	background: #545454;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.28);
}

.link>ul>li {
	border-bottom: 1px solid #626262;
}

.link>ul>li:last-child {
	border-bottom: 0;
}

.link-item {
	text-align: center;
	padding: 10px 15px;
	cursor: pointer;
}

.link-item>p {
	color: #FFFFFF;
}

.link-item.qq>img {
	width: 35px;
	height: 38px;
}

.link-item.wx>img {
	width: 45px;
	height: 37px;
}

.link-item.wx {
	position: relative;
}

.link-item-dialog {
	display: none;
	position: absolute;
	right: 80px;
	bottom: -10px;
}

.link-item-dialog>img {
	width: 178px;
}


.detailBook .detail-book {
	position: relative;
}

.detail-book-button {
	width: 100px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 204px;
	background: #493E3E;
	border-radius: 4px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.detail-book-button p {
	color: #fff;
}

.international_textbooks {
	position: relative;
	width: 1061px;
	margin: 0 auto;
}

.international_textbooks_video {
	position: absolute;
	width: 920px;
	height: 521px;
	position: absolute;
	top: 1200px;
	left: 70px;
}

.international_textbooks_video video {
	width: 100%;
	height: 100%;
}

.international_textbooks_video_button {
	display: flex;
	width: 88px;
	height: 88px;
	position: absolute;
	top: 1416px;
	left: 486px;
	pointer-events: none;
}

.international_textbooks_book1 {
	width: 379px;
	height: 479px;
	position: absolute;
	top: 512px;
	left: 114px;
	cursor: pointer;
}

.international_textbooks_book1_hover {
	display: flex;
	align-items: center;
	position: absolute;
	top: 120px;
	left: 172px;
}

.international_textbooks_book1 p:first-child {
	width: 26px;
	height: 26px;
	background: rgba(221, 11, 32, 0.2);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	opacity: 0;
}

@keyframes animation1 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.international_textbooks_book1:hover p:first-child {
	animation: animation1 500ms linear 0ms 1 forwards;
}

.international_textbooks_book1 p:first-child span {
	width: 16px;
	height: 16px;
	background: #DD0B20;
	border-radius: 100%;
}

.international_textbooks_book1 p:nth-child(2) {
	width: 191px;
	height: 44px;
	background: url('../img/book_hover.png') no-repeat;
	background-size: 191px;
	display: flex;
	align-items: center;
	width: 0px;
	overflow: hidden;
}

@keyframes animation2 {
	0% {
		width: 0px;
	}

	25% {
		width: 0px;
	}

	100% {
		width: 191px;
	}
}

.international_textbooks_book1:hover p:nth-child(2) {
	animation: animation2 500ms linear 0ms 1 forwards;
}

.international_textbooks_book1 p:nth-child(2) span {
	font-size: 18px;
	color: #DD0B20;
	margin-right: 10px;
	flex: none;
	margin-left: 20px;
}

.international_textbooks_book1 p:nth-child(2) img {
	flex: none;
}

.international_textbooks_book2 {
	width: 372px;
	height: 478px;
	position: absolute;
	top: 605px;
	left: 579px;
	cursor: pointer;
}

.international_textbooks_book2_hover {
	display: flex;
	align-items: center;
	position: absolute;
	top: 120px;
	left: 104px;
}

.international_textbooks_book2 p:first-child {
	width: 26px;
	height: 26px;
	background: rgba(221, 11, 32, 0.2);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	opacity: 0;
}

@keyframes animation1 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.international_textbooks_book2:hover p:first-child {
	animation: animation1 500ms linear 0ms 1 forwards;
}

.international_textbooks_book2 p:first-child span {
	width: 16px;
	height: 16px;
	background: #DD0B20;
	border-radius: 100%;
}

.international_textbooks_book2 p:nth-child(2) {
	width: 191px;
	height: 44px;
	background: url('../img/book_hover.png') no-repeat;
	background-size: 191px;
	display: flex;
	align-items: center;
	width: 0px;
	overflow: hidden;
}

@keyframes animation2 {
	0% {
		width: 0px;
	}

	25% {
		width: 0px;
	}

	100% {
		width: 191px;
	}
}

.international_textbooks_book2:hover p:nth-child(2) {
	animation: animation2 500ms linear 0ms 1 forwards;
}

.international_textbooks_book2 p:nth-child(2) span {
	font-size: 18px;
	color: #DD0B20;
	margin-right: 10px;
	flex: none;
	margin-left: 20px;
}

.international_textbooks_book2 p:nth-child(2) img {
	flex: none;
}

/* .link_qq_mobile{
	display: none;
}
@media screen and (max-width: 480px) {
	.link_qq_mobile{
		display: block;
	}
	.link_qq_pc{
		display: none;
	}
} */