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

.left {
	float: left;
}

.right {
	float: right;
}

.padd-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.padd-L-0 {
	padding-left: 0 !important;
}

.padd-R-0 {
	padding-right: 0 !important;
}

.margin-0 {
	margin: 0 !important;
}

.margin-t-2 {
	margin-top: 1.8rem;
}

@media (max-width: 992px) {
	.padd-0, .padd-L-0, .padd-R-0 {
		padding: 0 !important;
	}

	.margin-0 {
		margin: 0 !important;
	}

	.margin-t-2 {
		margin-top: 1.2rem;
	}
}

.background-w {
	background: #fff;
}
/*顶部文字/微信*/
.topother {
	height: 2.5rem;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	line-height: 2.5rem;
}

.topother img, .toplogo .dropdown img, .navs img, .bookinfo .dropdown img {
	margin-top: -5px;
	margin-right: .2rem;
	width: 1.2rem;
}

.topother .dropdown.right {
	margin-left: 1rem;
}

.topother .dropdown.right .dropdown-menu img {
	margin: 0;
	width: auto;
}

.topother .dropdown:hover .dropdown-menu, .topother .dropdown-menu:before {
	display: inline-block;
}

.toplogo .dropdown span {
	color: #999;
}
/*logo+搜索*/
.toplogo {
	padding: 1rem 0;
	height: 5.5rem;
}

.toplogo .logo img {
	height: 3.5rem;
}

.toplogo .dropdown, .toplogo .search {
	padding-top: .55rem;
}

.btn, .form-control {
	border-radius: 0;
}

.toplogo .search .btn {
	padding: 5px 24px;
	border: 1px solid #2d2c31;
	background: #2d2c31;
	color: #fff;
	font-size: 1.15rem;
}

.toplogo .dropdown-menu, .bookinfo .dropdown-menu {
	padding: .6rem 0;
}

.toplogo .dropdown-menu li a, .bookinfo .dropdown-menu li a {
	padding-top: .3rem;
	padding-bottom: .3rem;
}

@media (max-width: 992px) {
	.search {
		display: none;
	}

	.toplogo .logo img {
		margin-top: .2rem;
		height: 3rem;
	}

	.toplogo .dropdown-menu, .bookinfo .dropdown-menu {
		min-width: 8.2rem;
	}
}

@media (max-width: 767px) {
	.toplogo {
		padding: .5rem 0;
		height: 4rem;
	}

	.toplogo .logo img {
		margin-top: .3rem;
		height: 2.3rem;
	}

	.toplogo .dropdown, .toplogo .search {
		padding-top: .3rem;
	}

	.topother img, .toplogo .dropdown img {
		margin-top: -2px;
		margin-right: .1rem;
		width: 1rem;
	}
}
/*分类*/
.navbg {
	height: 3rem;
	background: #d21d31;
	color: #fff;
}

.classify {
	float: left;
	width: 16.5rem;
}
.classify .classify-pills {
	padding: 0 1.2rem;
	width: 100%;
	height: 100%;
	border: 0;
	background: #ae1828;
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 1rem;
	line-height: 3rem;
}

.classify .classify-pills i {
	margin-right: .5rem;
	line-height: 2.8rem;
}

.classify .classify-pills i.right {
	margin-right: 0;
	padding-right: 0;
}

.classify .dropdown-menu {
	overflow: hidden;
	margin-top: 0;
	padding: .8rem .7rem;
	width: 100%;
	height: 24rem;
	min-width: inherit;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0px;
	box-shadow: 0 0 0px;
}
.classify .dropdown-menu hr{
	float: left;
	width: 100%;
	margin-top: .8rem;
	margin-bottom: .8rem
}
.classify .dropdown-menu li a {
	padding: .5rem 0 .5rem .5rem;
	color: #585858;
	font-weight: bold;
}

.classify .dropdown-menu li {
	float: left;
	margin: 0;
	padding: .2rem 0;
	width: 50%;
}


.classify .dropdown-menu li.divider {
	padding: 0;
	width: 100%;
}

.classify .dropdown-menu li p {
	margin-bottom: 0;
	color: #999;
	font-size: 80%;
}

.classify .dropdown-menu li a:hover, .classify .dropdown-menu li a:hover p {
	color: #d21d31;
}

.classify .dropdown-menu .iconimg {
	float: left;
	text-align: center;
}

.classify .dropdown-menu .iconimg img {
	position: relative;
	top: .3rem;
	left: 0;
	margin-right: .4rem;
	width: 1.7rem;
}

.classify .dropdown-menu li a:hover .iconimg img {
	left: -.2rem;
}
.bookclassify.classify .dropdown-menu{
	padding: .4rem 1.2rem;
	padding-bottom: 1.5rem;
	overflow: inherit
}
.bookclassify.classify .dropdown-menu.subopen{
	height: auto;
}
.bookclassify.classify .dropdown-menu .menu-overflow{
	height: 22rem;
	overflow: hidden;
}
.bookclassify.classify .dropdown-menu.subopen .menu-overflow, .bookclassify.classify .dropdown-menu.dropdown-menu-other .menu-overflow, .bookclassify.classify .dropdown-menu.dropdown-menu-other{
	height: auto;
	overflow: inherit
}
.bookclassify.classify .dropdown-menu .menu-overflow > li{
	width: 100%;
    border-bottom: 1px dashed #e5e5e5;
	padding: .6rem 0 .7rem
}
.bookclassify.classify .dropdown-menu .iconimg img{
	width: 1rem;
	top:-1px;
}
.bookclassify.classify .dropdown-menu .menu-overflow li a:hover .iconimg img{
	left: 0;
}
.bookclassify.classify .dropdown-menu .menu-overflow li a{
	padding: 0;
}
.bookclassify.classify .dropdown-menu .menu-overflow li a:hover{
	background-color: transparent;
}
.bookclassify.classify .dropdown-menu .menu-overflow li i{
	color: #ccc;
	font-size: .8rem
}
.bookclassify.classify .dropdown-menu .menu-overflow li ul{
	padding: .3rem 0 0;
}
.bookclassify.classify .dropdown-menu .menu-overflow li ul li{
	width: auto;
	padding: 0;

}
.bookclassify.classify .dropdown-menu .menu-overflow li ul li a{
	font-weight: inherit;
	font-size: .9rem;
	color: #999;
	margin-right: .4rem
}
.bookclassify.classify .more{
	position: absolute;
	bottom:-1.3rem;
	left:50%;
	margin-left:-1.3rem;
	width: 2.6rem;
    height: 1.3rem;
    border:1px solid #e1e1e1;
	border-top: 0;
    background-color: #fff;
    border-radius: 0 0 1.3rem 1.3rem;
	text-align: center;
	line-height: 1rem;
	z-index: 200
	
}
.bookclassify.classify .more a{
	width: 100%;
	display: inline-block;
	cursor: pointer;
}
@media (max-width: 1199px) {
	.classify .dropdown-menu {
		height: auto;
		background-color: rgba(255,255,255,.95);
	}

	.classify .dropdown-menu li a {
		padding-top: .23rem;
		padding-bottom: .23rem;
	}
	.bookclassify.classify .dropdown-menu .menu-overflow{
		height: 18.8rem;
	}
	.bookclassify.classify .dropdown-menu .iconimg img {
        width: .95rem;
   }
}

@media (max-width: 767px) {
	.navbg {
		height: 3rem;
	}

	.classify .classify-pills {
		font-size: .95rem;
		line-height: 3rem;
	}

	.classify {
		width: auto;
	}

	.classify .classify-pills i:last-child {
		display: none;
	}

	.classify .dropdown-menu {
		margin-top: -1px;
		padding-top: .5rem;
		padding-bottom: .8rem;
		min-width: 16rem;
		font-size: .95rem;
	}

	.classify .dropdown-menu li {
		padding: .2rem 0;
	}

	.classify .dropdown-menu li a {
		font-weight: inherit;
	}

	.classify .dropdown-menu li p {
		display: none;
	}

	.classify .dropdown-menu .iconimg img {
		top: 0;
		width: 1rem;
	}
	.bookclassify.classify .dropdown-menu{
		width: 20rem
	}
	.bookclassify.classify .dropdown-menu .menu-overflow li ul{
		padding-top: .2rem
	}
	.bookclassify.classify .dropdown-menu .menu-overflow li ul li{
		padding: 0
	}
	.bookclassify.classify .dropdown-menu{
		padding-bottom: 1rem
	}
	.bookclassify.classify .dropdown-menu .menu-overflow{
		height: auto;
	}
}
/*主菜单*/
.nav-list {
	margin-left: 16.5rem;
}

.nav-toggle {
	display: none;
}

.mask-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 899;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
}

.mask-bg.active {
	display: block;
	opacity: 1;
}

.navs ul {
	float: right;
	margin: 0;
	padding: 0;
}

.navs>ul>li {
	position: relative;
	float: left;
	padding-right: 1px;
	text-align: center;
	line-height: 3rem;
}

.navs>ul>li>ul {
	position: absolute;
}

.navs>ul>li>a {
	position: relative;
	display: inline-block;
	padding: 0 1.8rem;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: .913rem;
}

.navs>ul>li.current >a, .navs>ul>li> a:hover {
	background: #2d2c31;
	color: #fff;
}

.navs li:hover> ul {
	display: block;
}

.navs ul li ul li a {
	display: block;
	width: 100%;
	color: #5a5a5a;
	text-align: center;
	font-size: .9rem;
	line-height: 2.5rem;
}

.navs ul li ul li a:hover {
	background: #d21d31;
	color: #fff;
	text-decoration: none;
}

.navs ul li {
	position: relative;
}

.navs ul li .arrow {
	display: none;
}

.navs> ul > li > ul li ul:before {
	position: absolute;
	top: 1rem;
	left: -.8rem;
	display: block;
	margin: 0px auto;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	content: "";
	text-align: center;
}

.navs> ul > li > ul li ul:hover:before {
	border-left: 5px solid #d21d31;
}
/*二级ul样式*/
.navs ul li ul {
	position: absolute;
	top: 3rem;
	left: 0;
	z-index: 2;
	display: none;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.navs ul li ul li ul {
	top: 0px;
	left: 100%;
	display: none;
}

/*.navs>ul>li:last-child {
	float: right;
}

.navs>ul>li:last-child a {
	padding: 0;
}

.navs>ul>li:last-child a:hover {
	background-color: transparent;
}*/

.navs img {
	margin-top: -2px;
}
.bookclassify.classify .dropdown-menu .menu-overflow.seriesul{
	margin: 0 -.3rem
}
.bookclassify.classify .dropdown-menu .menu-overflow.seriesul > li{
	width: 50%;
	border: 0;
	padding: .3rem .3rem;
}
@media all and (max-width:1199px) {
	.navs>ul>li>a {
		padding: 0 1.5rem;
	}
}

@media all and (max-width:992px) {
	.nav-list {
		float: right;
		margin-left: 0;
		padding-right: .2rem;
	}

	.navs {
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 900;
		overflow-y: auto;
		padding-top: .8rem;
		padding-bottom: 10rem;
		width: 0px;
		height: 100%;
		height: 100vh;
		background: #fff;
		opacity: 0;
		transition: all 0.2s linear;
	}

	.navs.active {
		width: 300px;
		max-width: 70%;
		opacity: 1;
	}

	.navs ul li {
		position: relative;
		width: 100%;
		height: auto;
		text-align: left;
		line-height: normal;
	}

	.navs ul li ul {
		position: inherit;
		top: inherit;
		box-shadow: 0 0 0;
	}
/*二级ul样式*/
	.navs ul li a {
		display: block;
		padding-left: 2rem;
		border-bottom: 1px solid #dcdcdc;
		color: #5a5a5a;
		font-weight: inherit;
		font-size: 1rem;
		line-height: 3.2;
	}

	.navs ul li ul li ul {
		left: 0;
	}

	.navs ul li ul li a {
		padding-left: 2.5rem;
		background-color: #f7f7f7;
		text-align: left;
		font-size: .95rem;
		line-height: 3.3;
	}

	.navs ul li ul li ul li a {
		padding-left: 3.5rem;
		background-color: #f9f9f9;
	}

	.navs ul li ul li ul li li a {
		padding-left: 4.5rem;
		background-color: #fff;
	}

	.navs ul li ul li a:hover {
		background-color: #f7f7f7;
		color: #d21d31;
	}

	.navs ul li .arrow {
		position: absolute;
		top: 0px;
		right: 0;
		display: inline-block;
		width: 3.2rem;
		height: 3.2rem;
		border-left: 1px solid #dcdcdc;
		text-align: center;
		line-height: 3.2;
	}

	.navs ul li .arrow:after {
		color: #ccc;
		content: '';
		content: "\e258";
		font-size: 1rem;
		font-family: 'Glyphicons Halflings';
	}

	.navs ul li ul li .arrow {
		width: 3.15rem;
	}

	.navs ul li ul li .arrow:after {
		font-size: .913rem;
	}

	.navs>ul>li.current >a, .navs>ul>li> a:hover {
		background-color: transparent;
		color: #d21d31;
	}

	.navs ul li ul, .navs li:hover> ul {
		display: none;
	}

	.navs ul li.active > ul {
		display: block;
	}

	.navs ul li.active > .arrow {
		border-bottom: 1px solid #dcdcdc;
		border-left: 0;
		transform: rotate(90deg);
	}

	/*.navs>ul>li:last-child img {
		display: none;
	}

	.navs>ul>li:last-child a {
		padding-left: 2rem;
	}*/

	.nav-toggle {
		display: inline-block;
		height: 3rem;
		font-size: .95rem;
		line-height: 3rem;
	}
}
/*banner*/
.carousel-box {
	margin-left: 18.4rem;
	height: 24rem;
	background: #fff;
}
.newscarousl{
	margin: 0;
	height: 19rem;
}
.carousel {
	overflow: hidden;
	width: 100%;
	height: 24rem;
}
.newscarousl .carousel, .newscarousl .carousel-inner > .item{
	height: 19rem;
}
.carousel-indicators {
	left: 2.5%;
	margin-left: 0;
	width: 95%;
	text-align: right;
}

.carousel-caption {
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem 1.5rem;
	background: rgba(0,0,0,.6);
	text-align: left;
	font-weight: bold;
	font-size: 1.1rem;
}
.newscarousl .carousel-caption{
	font-size: .913rem;
}
@media (max-width: 1199px) {
	.carousel-box, .carousel {
		height: auto;
	}

	.carousel-caption {
		font-size: 1rem;
	}
}

@media (max-width: 992px) {
	.carousel-box {
		margin-right: -15px;
		margin-left: 0;
		margin-left: -15px;
		height: auto;
	}

	.carousel {
		height: auto;
	}

	.carousel-caption {
		font-size: .913rem;
	}
}

@media (max-width: 767px) {
	.carousel-caption {
		padding: .6rem 1rem;
	}
}
/*底部样式*/
.footbg {
	padding: 0 0 2rem 0;
	background: #fff;
}

.relbox {
	padding: 2rem 0;
	background: #f7f7f7;
	text-align: left;
}

.relbox .col-sm-4 {
	position: relative;
	display: flex;
	display: -webkit-flex;
	height: 6rem;
	justify-content: left;
	align-items: center;
}

.relbox .col-sm-4:before {
	position: absolute;
	left: -15%;
	width: 1px;
	height: 100%;
	background: #d6d6d6;
	content: '';
}

.relbox .col-sm-4:first-child:before {
	display: none;
}

.relbox ul {
	margin: 0;
	padding: 0;
}

.relbox ul li {
	line-height: 200%;
}

.relbox .col-sm-4 img {
	margin-top: -.2rem;
	width: .9rem;
}

.relbox .code img {
	margin-right: 1rem;
	width: 7rem;
}

.copyright {
	padding-top: 1.5rem;
	color: #666;
	line-height: 220%;
}

.copyright a {
	margin: 0 1rem;
}

@media (max-width: 1199px) {
	.relbox {
		padding: 1rem 0;
	}

	.relbox .code img {
		margin-right: .5rem;
		width: 6rem;
	}

	.relbox .code {
		font-size: .75rem;
	}
}

@media (max-width: 992px) {
	.footbg {
		padding: 0 0 1rem 0;
	}

	.relbox .col-sm-4 {
		margin-top: 0;
		justify-content: center;
	}

	.relbox .col-sm-4.mobnone {
		display: none;
	}

	.relbox .col-sm-4:before {
		left: 0;
	}

	.relbox ul li {
		text-align: center;
		font-size: .85rem;
		line-height: 160%;
	}

	.copyright {
		padding-top: 1rem;
		line-height: 180%;
	}
}

@media (max-width: 767px) {

	.relbox .col-sm-4:nth-child(2) {
		padding-left: 0;
	}

	.relbox .col-sm-4:nth-child(1):before {
		display: none;
	}

	.relbox .col-sm-4:nth-child(3) ul {
		padding-left: 1.2rem;
	}

	.relbox ul li {
		line-height: 160%;
	}
}
@media (min-width: 542px) and (max-width: 767px){
	.relbox .col-sm-4{
		width: 33.333%;
	    justify-content: center;
	}
	.relbox .col-sm-4:nth-child(2):before {
		display: inherit;
	}
}

/*图书列表*/
.booklist, .subnewslist {
	display: inline-table;
	padding: 1.6rem;
	width: 100%;
	/*height: 100%;*/
}
.booklist{
	float: left;
	display: inherit;
}
.title-box {
	display: inline-table;
	width: 100%;
	border-bottom: .15rem solid #d21d31;
	line-height: 2;
}

.booklist-col {
	margin: 0 -1.2rem;
}

.booklist-col .col-md-3 {
	width: 20%;
}

.booklist-col .book-cont {
	float: left;
	margin-top: 1.55rem;
	padding-right: 1.2rem;
	padding-left: 1.2rem;
}
.subbooklist .booklist-col .book-cont{
	margin-top:.7rem;
	margin-bottom: .7rem;
}
.booklist-col .thumbnail {
	height: 160px;
}

.booklist-col-two .thumbnail {
	margin-bottom: 0;
}

.booklist-col-two h6, .media-body h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 120%;
}

.booklist-col-two .caption {
	padding: .46rem 0;
}

.booklist-col-two .caption p:nth-child(2) {
	padding: .5rem 0;
}
.subbooklist .booklist-col-two .caption p:nth-child(2) {
	padding: 0;
	margin-bottom: .2rem
}
.subbooklist .booklist-col-two .caption p:nth-child(3){
	height: 2.8rem;
	overflow: hidden;
	margin-top: .5rem;
	margin-bottom: .5rem
}
.booklist-col hr {
	position: relative;
	top: .8rem;
	width: 96%;
	margin-top: .3rem;
	margin-bottom: .3rem;
}
.booklist-col hr:last-child{
	display: none;
}
@media (min-width: 767px) and (max-width: 1199px) {
	.booklist-col-two .col-xs-4 {
		padding: 0;
	}
}
@media (max-width: 1199px){
    .booklist-col .thumbnail {
	   height: 150px;
    }
}
@media (max-width: 992px) {
	.booklist-col-two .caption {
		padding-bottom: 0;
		padding-left: 1.2rem;
	}

	.booklist-col .thumbnail {
		height: 160px;
	}

	.booklist-col-two .thumbnail {
		max-height: 145px;
	}
}

@media (max-width: 541px) {
	.container-book {
		width: 100%;
	}

	.booklist {
		padding: 1.3rem;
	}

	.booklist-col .col-sm-6 {
		margin-top: 1rem;
		padding-right: .8rem;
		padding-left: .8rem;
		width: 50%;
	}

	.booklist-col-two .col-sm-6 {
		width: 100%;
	}

	.booklist-col {
		margin: 0 -.8rem;
	}

	.caption p.hot {
		text-align: center;
	}

	.booklist-col-two .book-cont {
		margin-top: 1.2rem;
		margin-bottom: .3rem;
		padding-right: .85rem;
		padding-left: .85rem;
	}

	.booklist-col-two h6 {
		font-size: 100%;
		height: 1rem;
		white-space: inherit;
		text-overflow: inherit;
	}
	.booklist-col .thumbnail {
		height: 190px;
	}
}
/*首页新闻列表*/

.newslist li {
	overflow: hidden;
	height: 2.71rem;
	border-bottom: 1px solid #e5e5e5;
	line-height: 3.2;
}

@media (max-width: 1199px) {
	.newslist li {
		height: 2.67rem;
		line-height: 2.8;
	}

	.booklist-col hr {
	   display: none
	}
}

@media (max-width: 992px) {
	.newslist li {
		float: left;
		width: 50%;
		height: 3rem;
		line-height: 3.2;
	}

	.newslist li:nth-child(odd) {
		padding-right: 1rem;
	}

	.margin-t-2-992 {
		margin-top: 1.2rem;
	}

	.subnavlist .newslist li {
		width: 100%;
	}
}

@media (max-width: 541px) {
	.newslist li {
		width: 100%;
	}
}
/*图书轮播*/
.booklist-carousel{
	background: #fff8f8;
	height: 22.5rem;
	padding-top: 1.5rem;
	margin-top: 1.4rem
}
.flipster{
	display: none;
}
.bookimg {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.bookimg:hover, .bookimg:focus{
	color: #2d2c31
}
.bookimg.Block {
  width: 8rem;
}
.bookimg.Block .img{
  height: 10.5rem;
	overflow: hidden;
	margin-bottom: 1rem;
}
.bookimg.Block .font{
	width: 170%;
	margin-left: -35%;
	line-height: 160%;
}
.bookimg.Block .font h6{
	line-height: 160%;
}
.flipster-carousel .flip-next .font, .flipster-carousel .flip-prev .font{
	display: none;
}
@media (max-width: 1199px) {
	.bookimg.Block {
        width: 7.5rem;
    }
	.bookimg.Block .img{
        height: 10rem;
    }
	.booklist-carousel{
		height: 21.5rem;
	}
}
@media (max-width: 1023px) {
	.booklist-carousel{
		display: none;
	}
}
@media (max-width: 541px) {
	.booklist-carousel{
		height: auto;
		padding-bottom: 1rem;
		display: inherit;
	}
	.bookimg.Block {
        width: 10rem;
    }
	.bookimg.Block .img{
        height: 13rem;
    }
}
/*友情链接*/
.linkbg {
	padding: 1.5rem 0;
	background: #fff;
}

.link-padding a {
	margin-right: 1rem;
	line-height: 180%;
}
.link-box{
	padding: .5rem 0 0 0;
}
.link-box li{
	float: left;
	width: 10%;
}
.link-box .thumbnail{
	width: 5.5rem;
	height: 5.5rem;
	margin: 0 auto;
	border-radius: 20%;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}
.link-box p{
	padding: .8rem .8rem 0;
	margin-bottom: 0;
	font-size: .8rem;
	max-height: 3rem;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.link-box .thumbnail {
		width: 4.8rem;
	    height: 4.8rem;
	}
}
@media (max-width: 992px) {
	.link-box li{
	    float: left;
	    width: 12.5%;
		margin-bottom: .5rem;
    }
	.link-box .thumbnail {
		width: 4.8rem;
	    height: 4.8rem;
	}
}
@media (max-width: 541px) {
	.link-box li{
	    float: left;
	    width: 25%;
		margin-bottom: .5rem;
    }
	.link-box .thumbnail {
		width: 4rem;
	    height: 4rem;
	}
	.link-box li:nth-child(9), .link-box li:nth-child(10){
		display: none;
	}
	.linkbg{
		padding: 1rem 0
	}
}


/*-------------------关于我们---------------------*/
.subbanner{

	height: 16.5rem;
	background: #fff;
	background-size: cover;
	background-position: top center;
}
.subbanner.about{
	background-image:url(/assets/sste/images/banner_about.jpg);
}
.subbanner.down{
	background-image:url(/assets/sste/images/banner_down.jpg);
}
.aboutbox .nav-tabs > li > a, .nav-tabs.one > li > a{
	font-size: 1.1rem;
	margin-right: 0;
	line-height: 2;
}
.aboutbox .nav-tabs > li.active > a, .aboutbox .nav-tabs > li.active > a:hover, .aboutbox .nav-tabs > li.active > a:focus, .nav-tabs.one > li.active > a, .nav-tabs.one > li.active > a:hover, .nav-tabs.one > li.active > a:focus{
	color: #d21d31;
	font-weight: bold;
	border: 0;
	background-color: transparent;
	border-bottom: 3px solid #d21d31;
}
.aboutcont{
    float: left;
	width: 100%;
	padding: 1.5rem 0 3rem;
	font-size: 1.05rem;
	line-height: 220%;
}
.suball-list .aboutcont{
	padding-top: 1rem;
	padding-bottom:1rem
}
.aboutcont h4{
	padding: 1.5rem 0 .5rem 0;
}
.aboutcont .dl-horizontal dt, .aboutcont .dl-horizontal dd{
	text-align: left;
	padding: .3rem .2rem
}
#allmap {
	width: 100%;
	height: 350px;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.subbanner {
		height: 12rem;
	}
	.nav > li > a{
		padding: .8rem 1rem
	}
	.aboutcont{
	    font-size: 1rem;
		padding-left:.2rem;
		padding-right: .2rem
    }
}
@media (max-width: 541px) {
	.subbanner {
		height: 6rem;
	}
	.aboutbox .nav-tabs{
		margin-top: 1rem;
	}
	.nav-tabs.one{
		background: #fff;
		margin: 0 0 1.2rem 0;
		border-top: 1px solid #ddd;
	}
	.aboutbox .nav-tabs{
		border-bottom: 0;
	}
	.aboutbox .nav-tabs > li, .nav-tabs.one > li{
		width: 33.333%;
		overflow: hidden;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-bottom: 0;
		margin-top: -1px;
	}
	.nav-tabs.one > li{
		border-top: 0;
		
	}
	.aboutbox .nav-tabs > li:nth-child(3), .aboutbox .nav-tabs > li:nth-child(6), .aboutbox .nav-tabs > li:nth-child(9), .nav-tabs.one > li:nth-child(3), .nav-tabs.one > li:nth-child(6), .nav-tabs.one > li:nth-child(9), .aboutbox .nav-tabs > li:last-child{
		border-right: 0;
	}
	.aboutbox .nav > li > a, .nav.one > li > a{
		padding: .6rem 0;
		text-align: center;
	}
	.aboutbox .nav-tabs > li.active > a, .aboutbox .nav-tabs > li.active > a:hover, .aboutbox .nav-tabs > li.active > a:focus, .nav-tabs.one > li.active > a, .nav-tabs.one > li.active > a:hover, .nav-tabs.one > li.active > a:focus{
		border: 0;
		border-bottom: 2px solid #d21d31;
	}
	.aboutbox .nav-tabs > li > a, .nav-tabs.one > li >a{
	    font-size: .95rem;
		line-height: 1.5;
    }
	.aboutcont{
	    padding-top: 1rem;
	    padding-bottom: 1.5rem;
	    font-size: .95rem;
    }
	.aboutcont h4 {
        padding: 1rem 0 .2rem 0;
    }
	.aboutcont .dl-horizontal dt{
		float: left;
		width: 6rem;
	}
	.aboutcont .dl-horizontal dd {
        margin-left: 6.5rem;
    }
	#allmap {
	    height: 250px;
    }
}
/*诚聘*/
.joinbox{
	padding-top: 2rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	line-height: 220%;
}
.joinlist{
	margin-top: 3rem;
}
.joinlist h6{
	width: 102%;
	background: #f5f5f5;
	padding:1rem;
	margin-left: -1rem;
}
.joinother{
	background: #f5f5f5;
	padding: 1.5rem 2rem;
	margin-top: 3rem;
	font-size: .913rem;
}
.navscoll{
	position: fixed;
	top:1rem
}
.joinbox .nav-tabs{
	float: right;
	width: 100%;
	max-width: 275px;
	border-bottom: 0;
}
.joinbox .nav-tabs > li{
	float: right;
	width: 92%;
	text-align: right;
		border-bottom: 1px solid #ddd;
}
.joinbox .nav-tabs > li a{
	padding-left: 1rem;
	padding-right: 1rem;
	color: #666;
	border: 0;
}
.joinbox .nav-tabs > li i{
	color: #ccc;
	-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
}
.joinbox .nav-tabs > li a:hover, .joinbox .nav-tabs > li a:focus, .joinbox .nav-tabs > li a:hover i, .joinbox .nav-tabs > li.active i{
    color: #d21d31;
	border: 0;
}
.joinbox .nav-tabs > li.active > a, .joinbox .nav-tabs > li.active > a:hover, .joinbox .nav-tabs > li.active > a:focus{
	color: #d21d31;
	background-color: transparent
}
@media (max-width: 992px) {
	.joinbox .nav-tabs > li a {
		font-size: .913rem;
		padding: 1rem .5rem;
	}
	.joinlist{
		margin-top: 1.5rem;
		line-height: 200%;
		font-size: .95rem;
	}
}
@media (max-width: 541px){
	.joinbox {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
	.joinlist {
        padding: 0 .2rem;
    }
	.joinother{
		margin: 1.5rem 0 0 0
	}
	.joinlist h6{
		width: 100%;
		margin-left: 0;
	}
}
/*荣誉*/
.aboutbox .booklist{
	margin: 1rem 0;
	padding: 0 0 2rem 0
}
.honour-col.booklist-col .thumbnail{
	max-height:inherit;
	height: 270px;
	align-items:flex-start;
}
.honour-col.booklist-col .caption p.hot{
	height: auto;
}

@media (max-width: 1199px) {
	.aboutbox .booklist{
	    margin: .5rem 0 2rem;
    	padding: 0
    }
	.honour-col.booklist-col .thumbnail{
	    height: 15rem;
    }
	
	.booklist-col .book-cont{
		margin: 1rem 0 0 0;
	}
}
@media (max-width: 992px) {
	.honour-col.booklist-col .thumbnail{
	    height: 11rem;
    }
}

@media (max-width: 541px) {
	.honour-col.booklist-col .thumbnail{
	    height: 8rem;
		margin-bottom: .5rem;
    }
}
/*-----------------关于我们 end-------------------*/

/*-------------------数字出版---------------------*/
.publish{
	padding: 1rem 2rem;
}
.publish .booklist-col .book-cont{
	margin: 1rem 0
}
.publish .booklist-col hr{
	top:.2rem
}
@media (max-width: 1199px) {
	.publish{
		padding: .5rem 1.4rem
	}
	.publish .booklist-col .thumbnail{
		height: 10rem;
	}
	.publish .booklist-col-two .caption p:nth-child(2){
		height: 4.8rem;
		overflow: hidden;
	}
	.publish .booklist-col hr {
        top: 0;
    }
}
@media (max-width: 992px) {
	.publish .booklist-col .thumbnail{
		height: 8rem;
	}
	.publish .booklist-col-two .caption p:nth-child(2){
		height: 3rem;
		margin-bottom: 1rem
	}
	.publish .btn{
		font-size: .8rem;
		padding: .3rem .8rem;
	}
}
@media (max-width: 541px) {
	.publish{
		padding:.5rem 1rem;
	}
	.publish .booklist-col .thumbnail{
		height: 7.5rem;
	}
	.publish .booklist-col-two .caption p:nth-child(2){
		height: 3rem;
		padding-top: 0;
		margin-bottom: .3rem;
	}
	.publish .booklist-col hr {
        display: none;
    }
	.publish .booklist-col .book-cont{
		margin: .5rem 0
	}
}
/*------------------数字出版 end------------------*/

/*--------------------新闻频道--------------------*/
.newscarousl{
	margin: 0;
	height: 19rem;
}

.newscarousl .carousel, .newscarousl .carousel-inner > .item, .subnewshot{
	height: 19rem;
}
.newscarousl .carousel-caption{
	font-size: .913rem;
}
.subnewshot{
	padding: 1.5rem;
	line-height: 175%;
}
.subnewshot h6{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subnewshot p{
	margin: .5rem 0 1rem 0;
}
.subnewslist .media-body p{
	line-height: 180%;
	margin-bottom: 0;
}
.subnewslist .media-object{
	width: 10rem;
	height: 6rem;
	overflow: hidden;
	margin-right: .5rem
}
.subnewslist h6.media-heading a, .subnewshot h6{
	color: #d21d31;
}
.subnewslist h6.media-heading{
	margin-bottom: .5rem;
	padding-top: .4rem
}
.subnewslist ul.newslist li{
	border-bottom: 0;
	height: auto;
	line-height: 2.5;
}
.subnewslist ul.newslist li span{
	font-size: .8rem;
	line-height: 2.8;
}
/*新闻三级列表*/
.suball-list, .subbooklist{
	display: inline-block;
	width: 100%;
	padding: 2rem;
}
.suball-list h4, .subbooklist h4{
	font-size: 1.8rem;
}
.suball-list h4 i, .subbooklist h4 i{
	margin-top: 5px;
}
.list-ulnews{
	margin-top: 1rem
}
.list-ulnews li{
	line-height: 3;
	font-size: .96rem;
}
.list-ulnews span{
	font-size: .875rem;
}
.subnav li a{
	padding: .7rem 1rem;
	font-size: 1rem
}
.subnav li a:before {
	font-family:'Glyphicons Halflings';
	content: "\e258";
	float: right;
	font-size: .8rem;
	color: #999;
	position: relative;
	top:.2rem
}
.subnav li:hover a:before {
	color: #d21d31;
}
.subnav li.active a{
	background: #d21d31;
	color: #fff;
}
.subnav li.active a:before{
	color: rgba(255,255,255,.6)
}
/*新闻内容*/
.news_cont{
	padding: 2rem;
	display: inline-block;
	width: 100%;
}
.contbox{
	font-size: 1.05rem;
	line-height: 220%;
}
.contbox .caption p{
	line-height: 160%;
}
.contbox .booklist-col .book-cont{
	border: 1px solid #eee;
	padding: 1.2rem 1.5rem;
	background: #f5f5f5;
	border-radius: 8px;
	margin: .5rem 1.5rem;
}
.flip{
	font-size: .95rem;
}
.flip a{
	color: #d21d31;
}
.relevant li{
	float: left;
	width: 50%;
	padding-left:.4rem;
	padding-right:.4rem;
	font-size: .913rem
}
@media (max-width: 1199px) {
	.subnewslist ul.newslist li{
		height: 2rem;
		overflow: hidden;
	}
	.subnewslist ul.newslist li span{
		display: none;
	}
	.newscarousl .carousel, .newscarousl .carousel-inner > .item, .subnewshot, .newscarousl{
		height: 18.5rem;
	}
	.subnewshot p{
		margin: .2rem 0 .6rem;
	}
	.list-ulnews li{
	    font-size: .913rem;
		line-height: 2.5
     }
	.list-ulnews span{
		font-size: .75rem
	}
	.subnav li a {
        padding: .5rem .8rem;
        font-size: .93rem;
   }
	.suball-list h4, .subbooklist h4 {
        font-size: 1.5rem;
    }
	.contbox{
		font-size: 1rem;
	}
	.news_cont{
		padding: 1rem 1.5rem
	}
}
@media (max-width: 992px){
	.suball-list, .subbooklist {
        padding: 1.5rem 1.8rem;
    }
	.subnavlist{
		padding-left: 1rem !important;
	}
	.contbox .booklist-col{
		float: left;
		width: 105%;
		clear: both;
		margin-bottom: .5rem
	}
}
@media (max-width: 541px) {
	.subnewslist .media .media-left{
		width: 100%;
		display: inherit;
		margin-bottom: .5rem;
		padding: 0;
	}
	.subnewslist .media-object{
		width: 100%;
		height: 8rem;
		margin: 0;

	}
	.newscarousl .carousel, .newscarousl .carousel-inner > .item, .newscarousl{
		height: 13rem;
	}
	.subnewshot{
		height: auto;
		padding-bottom: .2rem;
	}
	.suball-list, .subbooklist {
        padding:1.2rem;
    }
	.list-ulnews li{
	    font-size: .9rem;
		line-height: 1.8;
		margin-bottom: .5rem
     }
	.list-ulnews span{
		display: none
	}
	.suball-list h4, .subbooklist h4 {
        font-size: 1.2rem;
    }
	.news_cont{
		padding: 1rem 1.2rem
	}
	.news_cont h3{
		margin-top:.5rem; 
	}
	.contbox{
		font-size: .95rem;
	}
	.relevant li{
	    width: 100%;
	    padding-left:0;
	    padding-right:0;
    }
	.contbox .booklist-col{
		width: 100%;
		margin: 0
	}
	.contbox .booklist-col .book-cont{
		margin: 0 0 1rem 0;
		padding: 1rem
	}
	.contbox .booklist-col-two .caption p.text-muted{
		line-height: 150%;
		height: 4.5rem;
		overflow: hidden;
		padding-top: 0
	}
}
/*------------------新闻频道 end------------------*/

/*--------------------资源下载--------------------*/
.downlist{
	padding: 1rem 0;
}
.downlist .list-ulnews li{
	line-height: 3.2rem;
	    border-bottom: 1px dashed #e5e5e5
}
.downlist .list-ulnews li:last-child{
	border-bottom: 0;
}
.downlist .list-ulnews li:before{
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	font-size: .8rem;
	color: #999;
	position: relative;
	top:1px;
	padding-right: .4rem ;
	padding-left: .2rem;
}
.downlist .list-ulnews span{
	font-size: .96rem
}
@media (max-width: 1199px) {
	.downlist .list-ulnews span{
	   font-size: .913rem
    }
}
@media (max-width: 1199px) {
	.downlist .list-ulnews{
		margin-top: 0;
	}
	.downlist .list-ulnews li{
		line-height: 2;
		padding: .5rem 0;
		margin-bottom: 0;
		display: inline-table;
		width: 100%;
	}
	.downlist .list-ulnews li a{
		float: left;
		
		width: 70%;
	}
	.downlist .list-ulnews span{
		float: right;
	    font-size: .875rem;
		display: inherit
    }
	.downlist .list-ulnews span a{
		width: 100%
	}
	.downlist .list-ulnews li::before{
		float: left;
		height: 2rem;
		display: inline-block
	}
}
/*------------------资源下载 end------------------*/

/*--------------------图书频道--------------------*/

.booklist-sub.newslist{
	margin-top: 1rem;
}
.booklist-sub.newslist li{
	height: 2.85rem
}
.newslist li:nth-child(2n+1) {
    padding-right: 0;
}
.classly-left{
    padding: .5rem 1rem 0 0;
}
.classly-left h6 i{
	margin-top:.15rem;
	margin-right: .3rem
}
.classly-left hr{
	margin: 1.2rem 0 1.5rem 0;
	clear: both;
}
.classly-left > ul{
	margin: 0;
	padding: 0;
	display: inline-table;
}
.classly-left > ul > li{
	margin: .3rem 0;
	display: inline-table;
}
.classly-left > ul.L-before > li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e165";
    font-size: .6rem;
    color: #ddd;
    position: relative;
    top:.45rem;
    padding-right: .4rem;
    padding-left: .2rem;
	float: right;
}
.classly-left > ul > li a{
	width: 100%;
	line-height: 180%;
	padding: .2rem .3rem
}
.classly-left > ul > li > ul{
	padding: .2rem 0 0 0 ;
}
.classly-left > ul > li > ul > li{
	float: left;
}
.classly-left > ul > li > ul > li a{
	margin-right: .5rem;
	color: #999
}
.classly-left > ul > li > ul > li > a:hover{
	color: #d21d31
}

.classly-left ul li.active a{
	background: #d21d31;
	color: #fff;
}
.classly-left ul li.active a:hover{
	color: #fff;
}
.classly-left > ul > li > ul >li > ul{
	padding: .4rem;
	background: #f5f5f5;
	border:1px solid #ccc;
	margin-right: 1.5rem;
	border-radius: 5px;
	margin-left: .2rem
}
.classly-left > ul > li > ul >li > ul > li > a{
	font-size: .8rem
}
/*图书内容页*/
.book-contbox{
	width: 100%;
	display: inline-block;
	padding: 1.6rem;
}
.book-contbox .tab-content > .tab-pane{
	padding: 1.5rem .5rem 0;
    font-size: 1.05rem;
    line-height: 240%;
	min-height: 58rem
}
.book-contbox .bookinfo h4{
	margin: .5rem 0 1.5rem
}
.book-contbox .bookinfo > ul{
	display: inline-table;
}
.book-contbox .bookinfo > ul > li{
	float: left;
	font-size: 1rem;
	width: 50%;
	padding: .5rem 0
}
.book-contbox .bookinfo .bdsharebuttonbox{
	line-height: 2rem;
	margin-top: .5rem
}
.book-contbox .bookinfo-img{
	width: 100%;
	border: 1px solid #eee;
	display: flex;
    justify-content: center;
    align-items: Center;
}
.book-contbox .bookinfo-img img{
	height: 20.8rem
}
.bookvideo{
	width: 40rem;
	height: 25rem;
	margin-bottom: 2rem
}
.booklist-col-tree.booklist-col .thumbnail{
	height: 105px;
}
@media (max-width: 1199px) {
	.book-contbox {
        padding: 1rem 1.5rem;
    }
	.book-contbox .tab-content > .tab-pane, .book-contbox .bookinfo > ul > li{
		font-size: 1rem
	}
	.btn-lg{
		font-size: 1.1rem
	}
	.book-contbox .tab-content > .tab-pane{
		line-height: 200%;
	}
	.bookvideo{
	    width: 80%;
	    height: 20rem;
    }
	.booklist-col-tree.booklist-col .thumbnail{
	    height: 95px;
    }
}
@media (max-width: 992px) {
	.bookinfo{
		padding-left: 1.5rem!important
	}
	.book-contbox .bookinfo > ul > li{
		font-size: .95rem
	}
	.book-contbox .tab-content > .tab-pane h5{
		font-size: 1.1rem
	}
	.booklist-col-tree.booklist-col .thumbnail{
	    height: 95px;
    }
}
@media (max-width: 541px) {
	.book-contbox {
        padding: 1rem 1.25rem;
    }
	.bookinfo{
		padding-left: 0!important
	}
	.book-contbox .bookinfo > ul > li{
		font-size: .85rem;
		padding: .3rem 0;
	}
	.book-contbox .bookinfo > ul > li:first-child, .book-contbox .bookinfo > ul > li:last-child{
		width: 100%
	}
	.book-contbox .bookinfo h4 {
        margin: 1rem 0 .5rem ;
    }
	.book-contbox .tab-content > .tab-pane{
		font-size: .95rem;
		min-height: inherit;
		padding: 1rem 0
	}
	.book-contbox .tab-content > .tab-pane h5{
		font-size: 1.1rem
	}
	.book-contbox .tab-content > .tab-pane img{
		max-width: 100%;
	}
	.btn-lg {
        font-size: .95rem;
		padding: .4rem 1rem;
    }
	.book-contbox  .nav-tabs > li{
		width: 25%;
	}
	.book-contbox  .nav-tabs > li:last-child{
		display: none;
	}
	.book-contbox  .nav > li > a {
        padding: .6rem 0;
		text-align: center;
		font-size: .95rem
    }
	.book-contbox .tab-content > .tab-pane .list-unstyled{
        font-size: .875rem;
		line-height: 1.7
    }
	.book-contbox .bookinfo-img img {
        height: 15rem;
    }
	.booklist-col-tree{
		padding-top: .5rem;
	}
	.booklist-col-tree .caption{
		padding: .5rem 0 0 0;
	}
	.booklist-col-tree .caption p{
		margin-bottom: 0;
	}
	.booklist-col-tree.booklist-col .thumbnail {
        height: 200px;
		max-height: 200px;
    }
	.logochkckuakqaol{
		display: none;
	}
	.bookvideo{
	    width: 100%;
	    height: 15rem;
		margin-bottom: 1rem
    }
}
/*------------------图书频道 end------------------*/

/*返回顶部*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	background: url(/assets/sste/images/ui.totop.png) no-repeat left top;
	background-size: cover;
	z-index: 190;
}
#toTop:hover {
	background: url(/assets/sste/images/ui.totop.png) no-repeat left -50px;
	background-size: cover;
}
/*响应式返回顶部*/
@media all and (max-width: 541px) {
#toTop {
	width: 40px;
	height: 40px;
	bottom: 1rem;
	right: 1rem;
	}
	#toTop:hover {
		background-position: left -40px;
	background-size: cover;
}
}

/*----------------------------------------------*/

@media (max-width: 1199px) {
	*, *:after, *:before {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	html {
		font-size: .913rem;
	}

	body {
		font-size: 13px;
	}
	h3, .h3{
		font-size: 1.5rem;
		line-height: 150%
	}
	h4, .h4 , h5, .h5 {
		font-size: 1.3rem;
	}
	h6, .h6 {
		font-size: .95rem;
	}
}

@media (max-width: 1023px) {
	.mobnone {
		display: none;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 12px;
	}
    h3, .h3{
		font-size: 1.3rem;
	}
	h4, .h4 , h5, .h5 {
		font-size: 1.1rem;
	}
}

@media (max-width: 541px) {
	.mobnone-541, .relbox .col-sm-4:last-child {
		display: none;
	}
	.mob-margin-t-0{
		margin-top: 0;
	}
}
