:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left!important;
}
.tr {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.black {
  color: #000;
}
.dn {
  display: none!important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.border {
  border: 1px solid #E0E0E0;
}
.shadow {
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
}
.shadow-top {
  box-shadow: 0 -2px 6px rgba(11, 3, 6, 0.08);
}
.vm {
  vertical-align: middle;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bg-white {
  background: #fff;
}
.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.underline {
  text-decoration: underline;
}
.font-orange {
  color: #FF9F00;
}
.font-white {
  color: #FFFFFF;
}
.red {
  color: #F15656;
}
.blue {
  color: #3A49AC;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font-gray9 {
  color: #999;
}
.font-gray6 {
  color: #666;
}
.font-gray3 {
  color: #333;
}
.p0 {
  padding: 0 0 0 0;
}
.pl0 {
  padding-left: 0px;
}
.pl20 {
  padding-left: 20px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt10 {
  padding-bottom: 10px;
}
.m20 {
  margin: 0 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb15 {
  margin-bottom: 15px;
}
.blank1 {
  height: 1px;
  line-height: 1px;
  visibility: hidden;
  clear: both;
}
.blank5 {
  height: 5px;
  line-height: 5px;
  visibility: hidden;
  clear: both;
}
.blank10 {
  height: 10px;
  line-height: 10px;
  visibility: hidden;
  clear: both;
}
.blank15 {
  height: 15px;
  line-height: 15px;
  visibility: hidden;
  clear: both;
}
.blank20 {
  height: 20px;
  line-height: 20px;
  visibility: hidden;
  clear: both;
}
.blank30 {
  height: 30px;
  line-height: 30px;
  visibility: hidden;
  clear: both;
}
.blank40 {
  height: 40px;
  line-height: 40px;
  visibility: hidden;
  clear: both;
}
.blank50 {
  height: 50px;
  line-height: 50px;
  visibility: hidden;
  clear: both;
}
.blank57 {
  height: 57px;
  line-height: 57px;
  visibility: hidden;
  clear: both;
}
.blank68 {
  height: 68px;
  line-height: 68px;
  visibility: hidden;
  clear: both;
}
.blank86 {
  height: 86px;
  line-height: 86px;
  visibility: hidden;
  clear: both;
}
.indent1 {
  display: block;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.indent2 {
  display: block;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.indent3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.indent6 {
  display: block;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.fs0 {
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.mc-h {
  width: 95%;
  max-width: 1800px;
  min-width: 780px;
  margin: 0 auto;
}
.mc1 {
  width: 86%;
  max-width: 1400px;
  min-width: 740px;
  margin: 0 auto;
}
.mc1200 {
  width: 1200px;
  margin: 0 auto;
}
.padding {
  padding: 0 30px;
  box-sizing: border-box;
}
.down-triangle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-style: solid;
  _border-style: dashed;
  border-width: 5px;
  border-color: transparent;
  border-bottom-width: 0;
  border-top: 7px solid #909090;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: -1px;
}
.down-triangle-small {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-style: solid;
  _border-style: dashed;
  border-width: 5px;
  border-color: transparent;
  border-bottom-width: 0;
  border-top: 7px solid #fff;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: static;
  right: -5px;
  top: -7px;
}
.arrow-left {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #FFFFFF;
}
.arrow-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #FFFFFF;
}
.btn-icon {
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(30deg, #4F6EF0, #6929A0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#4F6EF0, endColorstr=#6929A0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#4F6EF0, endColorstr=#6929A0);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #4957b0 \9;
  padding: 0 20px;
  height: 40px;
  border: none;
  text-align: center;
}
.btn-icon img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
/* 新版-header */
/* --header-- */
#headerO {
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: url(../img/new/index-h-bg.png) center top no-repeat;
  background: linear-gradient(to right, #4D6BE9, #6640B7);
}
#headerO.index {
  box-shadow: none;
}
#headerO .header-main {
  padding: 34px 0 4px 0;
  line-height: 45px;
  height: 60px;
  width: 95%;
  max-width: 1800px;
  min-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 1002;
}
#headerO .header-main .logo img {
  height: 42px;
}
#headerO .header-main .nav {
  color: #fff;
}
#headerO .header-main .nav.fl {
  margin-left: 20px;
}
#headerO .header-main .nav.fl .nav-item {
  padding: 0 10px;
}
#headerO .header-main .nav .nav-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  color: #fff;
  position: relative;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}
#headerO .header-main .nav .nav-item:last-child {
  margin-right: 10px;
}
#headerO .header-main .nav .nav-item .nav-box-select a,
#headerO .header-main .nav .nav-item .nav-box-select span {
  color: #fff;
}
#headerO .header-main .nav .nav-item .nav-box-select .down-triangle {
  border-top-color: #fff;
  margin-left: 2px;
  border-top: 7px solid #fff;
}
#headerO .header-main .nav .nav-item.book .nav-pop-box {
  width: 248px;
}
#headerO .header-main .nav.right {
  /* padding-left: 35px; */
  position: relative;
  *+margin-top: -6px;
}
#headerO .header-main .nav.right .nav-item {
  margin-right: 25px;
  font-size: 14px;
}
#headerO .header-main .nav.right .nav-item:last-child {
  margin-right: 0px;
}
#headerO .header-main .nav.right .nav-item img {
  vertical-align: middle;
}
#headerO .header-main .person {
  line-height: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#headerO .header-main .person a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  color: #fff;
  height: 22px;
  line-height: 10px;
}
#headerO .header-main .person a .down-triangle-small {
  margin-left: 2px;
}
#headerO .header-main .person .nav-pop-box {
  width: 200px;
  margin-left: -130px;
  top: 32px;
}
#headerO .header-main .person .nav-pop-box a {
  color: #333;
}
#headerO .header-main .version {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
}
#headerO img.line {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  *display: none;
}
#headerO .h-search-box {
  margin-left: 50px;
  float: left;
  width: 388px;
  /* overflow:hidden; */
  height: 30px;
  white-space: nowrap;
  margin-top: 8px;
  background: #fff;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 16px;
}
#headerO .h-search-box .search-btn-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 16%;
  cursor: pointer;
  z-index: 1;
  border: none;
  vertical-align: top;
  border-radius: 16px;
  overflow: hidden;
}
#headerO .h-search-box .search-btn-box div {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, #FFD275, #FDEE71);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#FFD275, endColorstr=#FDEE71);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#FFD275, endColorstr=#FDEE71);
}
#headerO .h-search-box .search-btn-box div .search-b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding: 0px;
  border-radius: 16px;
  *+margin-top: -24px;
  border: none;
  cursor: pointer;
  text-align: center;
  outline: none;
  overflow: hidden;
  vertical-align: top;
  background: url(../img/new/search.png) center no-repeat;
}
#headerO .h-search-box .search-input-box {
  width: auto;
  margin-right: 16%;
  height: 30px;
  overflow: hidden;
}
#headerO .h-search-box input.search-word {
  height: 18px;
  line-height: 18px\9;
  line-height: 18px\9\0;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  text-indent: 10px;
  position: absolute;
  padding: 6px 0 8px 0px;
  font-size: 14px;
}
#headerO .h-search-box .search-input-box1 {
  position: relative;
  padding: 0;
  height: 100%;
  white-space: normal;
}
#headerO .h-search-box .search-categorys {
  min-width: 20%;
  padding: 0 6px;
  z-index: 200;
  height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  background: #EAE9E9;
  border-radius: 16px;
}
#headerO .h-search-box .search-categorys .search-select {
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
#headerO .h-search-box .search-categorys .down-triangle {
  margin-left: 3px;
}
#headerO .h-search-box .search-categorys .nav-pop-box {
  top: 30px;
  left: 0;
  margin-left: 0;
}
#headerO .h-search-mini {
  width: 100%;
  display: none;
  margin-top: -16px;
}
#headerO .h-search-mini .h-search-box {
  width: 60%;
  height: 36px;
  border-radius: 18px;
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* margin-left: -137px; */
  margin-left:0;
}
#headerO .h-search-mini .h-search-box .search-btn-box {
  height: 36px;
}
#headerO .h-search-mini .h-search-box .search-categorys {
  height: 36px;
  line-height: 36px;
  min-width: 18%;
}
#headerO .h-search-mini .h-search-box .search-categorys .search-select {
  height: 36px;
  line-height: 36px;
}
#headerO .h-search-mini .search-high {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  vertical-align: top;
}
#headerO .search-high {
  width: auto;
  height: 32px;
  float: left;
  margin-top: 10px;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  margin-left: 18px;
}
.h-blank {
  width: 100%;
  height: 106px;
  line-height: 96px;
  visibility: hidden;
  clear: both;
}
.hover-nav:hover .nav-pop-box {
  display: block !important;
  opacity: 1;
  transform: scale(0.99) translateY(0px);
  transform-origin: top;
}
.nav-pop-box {
  display: none;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-duration: 500ms;
  transition-property: opacity,transform;
  position: absolute;
  z-index: 1000;
  min-width: 115px;
  top: 38px;
  left: 50%;
  z-index: 100;
  margin-left: -74px;
}
* + .nav-pop-box:hover {
  display: block;
}
.nav-pop-box .h-line {
  height: 5px;
}
.nav-pop-box .nav-pop-main {
  border-radius: 6px;
  border: 1px solid #eee;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  background: #fff;
}
.nav-pop-box .nav-pop-main .nav-list-box li {
  line-height: 24px;
  position: relative;
  padding: 10px 15px 10px 15px;
  text-align: left;
}
.nav-pop-box .nav-pop-main .nav-list-box li a {
  color: #333;
  width: 100%;
  font-size: 14px!important;
}
.nav-pop-box .nav-pop-main .nav-list-box li a span {
  color: #6C7FD6;
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
}
.nav-pop-box .nav-pop-main .nav-list-box li img {
  width: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.nav-pop-box .nav-pop-main .nav-list-box li a:hover {
  color: #5193F6 !important;
}
.nav-pop-box .nav-pop-main .nav-list-box li.active {
  background: url(../img/new/icon-dot.png) no-repeat 10px center;
  background-size: 5px 5px;
}
.nav-pop-box .nav-pop-main .nav-list-box li.active a {
  color: #5193F6;
}
.nav-pop-box .nav-pop-main .nav-list-box li .sub-pop-box {
  border-radius: 6px;
  left: 100%;
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  top: -1px;
  border: 1px solid #eee;
  display: none;
  position: absolute;
  width: 248px;
}
.nav-pop-box .nav-pop-main .nav-list-box li .sub-pop-box li a {
  color: #333;
}
.nav-pop-box .nav-pop-main .nav-list-box li .sub-pop-box li:hover a {
  color: #5193F6;
}
.nav-pop-box .nav-pop-main .nav-list-box li:hover .sub-pop-box {
  display: block;
}
/* 内容 */
#contentO {
  background: #fff;
  /* 公用小搜索模块 */
}
#contentO .index-bg {
  background: #f2f2f2;
}
#contentO #tag0 {
  background-color: #fff;
}
#contentO #tag0 .search-block {
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 30px 30px 10px;
}
#contentO #tag0 .search-block .h-search-box {
  float: left;
  width: 100%;
  /* overflow:hidden; */
  height: 32px;
  white-space: nowrap;
  background: #fff;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 16px;
}
#contentO #tag0 .search-block .h-search-box .search-btn-box {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 18%;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  border: none;
  vertical-align: top;
  border-radius: 16px;
}
#contentO #tag0 .search-block .h-search-box .search-btn-box .search-b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 100%;
  line-height: 32px;
  padding: 0px;
  *+margin-top: -24px;
  border: none;
  cursor: pointer;
  text-align: center;
  outline: none;
  overflow: hidden;
  vertical-align: top;
  color: #fff;
  background: linear-gradient(30deg, #4F6EF0, #6929A0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#4F6EF0, endColorstr=#6929A0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#4F6EF0, endColorstr=#6929A0);
}
#contentO #tag0 .search-block .h-search-box .search-input-box {
  width: auto;
  margin-right: 18%;
  height: 32px;
  overflow: hidden;
}
#contentO #tag0 .search-block .h-search-box input.search-word {
  height: 18px;
  line-height: 18px\9;
  line-height: 18px\9\0;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  text-indent: 10px;
  position: absolute;
  padding: 8px 0 8px 0px;
}
#contentO #tag0 .search-block .h-search-box .search-input-box1 {
  position: relative;
  padding: 0;
  height: 100%;
  white-space: normal;
}
#contentO #tag0 .search-block .h-search-box .search-categorys {
  min-width: 20%;
  padding: 0 6px;
  z-index: 200;
  height: 32px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-right: 1px solid #aaa;
}
#contentO #tag0 .search-block .h-search-box .search-categorys .search-select {
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
#contentO #tag0 .search-block .h-search-box .search-categorys .down-triangle {
  margin-left: 8px;
}
#contentO #tag0 .search-block .h-search-box .search-categorys .nav-pop-box {
  top: 30px;
  left: 0;
  margin-left: 0;
}
#contentO #tag0 .crumbs0 {
  box-sizing: border-box;
  padding: 10px 30px;
  color: #aaa;
}
#contentO #tag0 .crumbs0 .current-page {
  color: #3a49ac;
}
#contentO #tag0 .crumbs0 .line {
  display: inline-block;
  width: 20px;
  vertical-align: 25%;
  border-top: 1px solid #aaa;
}
.books-module {
  padding-top: 134px;
  background: url(../img/new/index-h-bg.png) center top no-repeat;
  background-size: 100% 259px;
}
.books-module .cat-more a {
  font-size: 12px!important;
  color: #3366CC !important;
  text-decoration: auto;
  font-weight: normal;
}
.books-module .title {
  color: #fff;
  padding-bottom: 15px;
}
.books-module .title .arrow-left {
  vertical-align: middle;
  margin-right: 20px;
}
.books-module .title .arrow-right {
  vertical-align: middle;
  margin-left: 20px;
}
.books-module .title .fl {
  font-size: 32px;
}
.books-module .title .fr {
  width: 50%;
}
.books-module .title .fr .nums {
  text-align: right;
}
.books-module .title .fr .nums li {
  text-align: center;
  padding: 0 6%;
  border-right: 1px solid #726ED6;
}
.books-module .title .fr .nums li:last-child {
  padding-right: 0;
  border-right: none;
}
.books-module .title .fr .nums p {
  text-align: right;
}
.books-module .title .fr .nums .b {
  font-size: 24px;
}
.books-module .title .fr .nums .s {
  font-size: 12px;
}
.books-module .service {
  height: auto;
}
.books-module .service .bg {
  position: relative;
  z-index: 0;
}
.books-module .service .bg img {
  width: 100%;
}
.books-module .service .fl {
  text-align: right;
  position: relative;
}
.books-module .service .fl .items {
  position: absolute;
  right: -30px;
  top: 15%;
  z-index: 3;
  width: 100%;
  height: 85%;
}
.books-module .service .fl .items .item {
  vertical-align: top;
  text-align: center;
  height: 80%;
  position: relative;
}
.books-module .service .fl .items .item img.icon {
  width: 50%;
  max-width: 62px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.books-module .service .fl .items .item p {
  color: #fff;
  text-align: left;
  margin: 0 20px;
  font-size: 14px;
  display: block;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  width: auto;
  line-height: 24px;
}
.books-module .service .fl .items .item .more {
  margin-top: 20px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  bottom: 20px;
  background: #F6F6F6;
  border-radius: 10px;
  color: #3A49AC;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  font-size: 12px;
}
.books-module .service .fl .items .item.o {
  width: 33%;
  background: linear-gradient(to right bottom, rgba(84, 106, 228, 0.79), #893DC7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#c8546AE4, endColorstr=#893DC7);
  /*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#c8546AE4, endColorstr=#893DC7)";
  /*IE8+*/
}
.books-module .service .fl .items .item.o .tit {
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  text-align: left;
  padding-top: 30px;
  margin-bottom: 32px;
}
.books-module .service .fl .items .item.o .tit img {
  vertical-align: middle;
  width:23px;
}
.books-module .service .fl .items .item.o .tit span {
  line-height: 24px;
  vertical-align: middle;
}
.books-module .service .fl .items .item.o p {
  line-height: 24px;
}
.books-module .service .fl .items .item.o p.time {
  font-size: 12px;
}
.books-module .service .fl .items .item.t {
  background: linear-gradient(to right bottom, #4F6EF0, #59BFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4F6EF0, endColorstr=#59BFFF);
  /*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#4F6EF0, endColorstr=#59BFFF)";
  /*IE8+*/
  width: 29%;
}
.books-module .service .fl .items .item.th {
  width: 29%;
  background: linear-gradient(to right bottom, #AFD7FF, #52B5EB);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#AFD7FF, endColorstr=#52B5EB);
  /*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#AFD7FF, endColorstr=#52B5EB)";
  /*IE8+*/
}
.books-module .service .fr {
  background: #fff;
  position: relative;
}
.books-module .service .fr .chart-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
}
.books-module .box-wrap {
  width: 100%;
  position: relative;
}
.books-module .box-wrap .sfq {
  margin-right: 185px;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
}
.books-module .box-wrap .serial {
  position: absolute;
  right: 0;
  top: 0;
  width: 183px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
  height: 411px;
  text-align: center;
}
.books-module .box-wrap .serial .tit {
  color: #3366CC;
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 40px;
  font-weight: bold;
}
.books-module .box-wrap .serial li {
  width: 84px;
  margin: 0 auto;
  margin-bottom: 24px;
  transition: transform 0.3s ease-in;
}
.books-module .box-wrap .serial li:hover {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.books-module .box-wrap .serial li .i {
  color: #222;
  font-size: 14px;
}
.books-module .box-wrap .serial li .t {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.books-module .box-wrap .serial li img {
  width: 32px;
}
.books-module .sfq {
  height: 411px;
  margin-top: 20px;
  background: #fff;
  margin-right: 4px;
}
.books-module .sfq .ul {
  width: 100%;
  height: 411px;
}
.books-module .sfq .ul li.item {
  height: 411px;
  float: left;
}
.books-module .sfq .ul li.item.one {
  width: 100%;
  position: relative;
}
.books-module .sfq .ul li.item.one .init {
  text-align: center;
  cursor: pointer;
  height: 100%;
}
.books-module .sfq .ul li.item.one .init img {
  margin-top: 20px;
  width: 23px;
}
.books-module .sfq .ul li.item.one .init .arrow-left {
  border-left: 5px solid #3366CC;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  bottom: 34px;
  left: 50%;
  margin-left: -3px;
}
.books-module #booklist {
  background: #fff;
  margin-top: 11px;
}
.books-module #booklist .c-tit2 {
  border-bottom: none;
  padding: 20px 25px;
  color: #3366CC;
  font-weight:bold;
}
.books-module #booklist .detail-box {
  position: relative;
}
.books-module #booklist .detail-box .bl-list {
  position: relative;
  height:421px
}
.books-module #booklist .detail-box .bl-list .literature {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  width: 258px;
  left: 46px;
}
.books-module #booklist .detail-box .bl-list .literature .l-item {
  position: relative;
  margin-bottom: 15px;
  margin-top: 3px;
}
.books-module #booklist .detail-box .bl-list .literature .l-item .tit-i {
  background: linear-gradient(to right bottom, #556BE3, #334AC5);
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 27px;
  padding: 0 5px;
  position: absolute;
  left: -21px;
  top: 15px;
}
.books-module #booklist .detail-box .bl-list .literature .l-item .tit-p {
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #fff;
  text-indent: 20px;
}
.books-module #booklist .detail-box .bl-list .literature .l-item .tit-p .o {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}
.books-module #booklist .detail-box .bl-list .literature .l-item .tit-p .t {
  font-size: 16px;
  font-weight: bold;
}
.books-module #booklist .detail-box .bl-list .bl {
  margin-left: 325px;
  vertical-align: top;
}
.books-module #booklist .detail-box .bl-list .bl .b-item {
  position: relative;
  width: 30%;
  margin: 18px 1%;
  display: inline-block;
  margin-bottom: 35px;
}
.books-module #booklist .detail-box .bl-list .bl .b-item img {
  margin-right: 10px;
  vertical-align: middle;
}
.books-module #booklist .detail-box .bl-list .bl .b-item .b {
  font-size: 14px;
  color: #333;
  line-height: 26x;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  display: block;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.books-module #booklist .detail-box .bl-list .bl .b-item .time {
  font-size: 12px;
  color: #666;
  display: block;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.books-module .sfq .menu-nav-box {
  width: 100%;
  right: -134px;
  /*tab*/
}
.books-module .sfq .menu-nav-box .nav-line {
  border-bottom: 1px solid #D2D2D2;
  margin: 0 20px;
  padding-top: 10px;
}
.books-module .sfq .menu-nav-box .nav-line .tit {
  color: #3366CC;
  vertical-align: top;
  padding-top: 10px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}
.books-module .sfq .menu-nav-box .tab-item {
  background: #fdfdfd;
}
.books-module .sfq .menu-nav-box .tab-item .tab-item-t {
  padding: 10px 0 0 0;
  color: #fff;
  height: auto;
  display: block;
  margin-left: 150px;
  display: flex;
  justify-content: space-between;
}
.books-module .sfq .menu-nav-box .tab-item .tab-item-t li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0px 0 0 13px;
  white-space: nowrap;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
  cursor: pointer;
  width: 20%;
}
.books-module .sfq .menu-nav-box .tab-item .tab-item-t li img {
  display: none;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -21px;
}
.books-module .sfq .menu-nav-box .tab-item .tab-item-t li .arrow-down {
  border-style: solid;
  _border-style: dashed;
  border-width: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  visibility: hidden;
  border-color: transparent;
  border-bottom-width: 0;
  border-top: 7px solid #3A49AC;
  margin-right: 10px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.books-module .sfq .menu-nav-box .tab-item .tab-item-t li.cur {
  color: #3A49AC;
}
.books-module .sfq .menu-nav-box .tab-item .tab-item-t li.cur img {
  display: inline-block;
}
.books-module .sfq .menu-nav-box .tab-item .tab-item-t li.cur .arrow-down {
  visibility: visible;
}
.books-module .sfq .menu-nav-box .tab-item .tab-item-t li.w {
  width: auto;
  margin-right: 20px;
}
.books-module .sfq .menu-nav-box .tab-item .tab-list-box {
  height: auto;
  overflow-y: auto;
}
.books-module .sfq .menu-nav-box .tab-item .tab-list {
  clear: both;
  width: 100%;
  padding: 20px 0;
  display: none;
  float: left;
  color: #fff;
  min-height: 300px;
}
.books-module .sfq .menu-nav-box .tab-item .tab-list .cat-more {
  margin-right: 20px;
}
.books-module .sfq .menu-nav-box .cat-list-item {
  padding-bottom: 0px;
  overflow: hidden;
  margin-left: 5px;
}
.books-module .sfq .menu-nav-box .cat-list-item span {
  display: block;
  float: left;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  width: auto;
  margin-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.books-module .sfq .menu-nav-box .cat-list-item span.tit {
  line-height: 16px;
  margin-bottom: 6px;
  height: auto;
  white-space: normal;
  text-overflow: initial;
  overflow: visible;
  word-wrap: break-word;
}
.books-module .sfq .menu-nav-box .cat-list-item span.cat-name {
  text-align: left;
  font-weight: bold;
  /*width:auto;display:block;float:none;*/
}
.books-module .sfq .menu-nav-box .cat-list-item span a,
.books-module .sfq .menu-nav-box .cat-list-item span .cat-list-item span {
  color: #333;
  cursor: pointer;
}
.books-module .sfq .menu-nav-box .cat-list-item span a:hover,
.books-module .sfq .menu-nav-box .cat-list-item span .cat-list-item span:hover {
  color: #558df5;
  text-decoration: underline;
}
.books-module .sfq .menu-nav-box .cat-list-item.letter span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  width: 46%;
}
.books-module .sfq .menu-nav-box .cat-list-item.time {
  padding-top: 5px;
}
.books-module .sfq .menu-nav-box .cat-list-item.time span {
  width: 100px;
  margin: 0 5px;
  margin-bottom: 10px;
}
.books-module .sfq .menu-nav-box .cat-list-item.subject .cat-name {
  width: 10%;
  text-align: right;
}
.books-module .sfq .menu-nav-box .cat-list-item.subject span {
  width: 12%;
}
.books-module .sfq .menu-nav-box .tab-item .cat-more a:hover {
  color: #333;
  text-decoration: auto;
}
.books-module .sfq .menu-nav-box .cat-list-item ul.version {
  padding-top: 10px;
}
.books-module .sfq .menu-nav-box .cat-list-item ul.version li {
  height: auto;
  margin-left: 5px;
  width: 19%;
  margin-bottom: 20px;
}
.books-module .sfq .menu-nav-box .cat-list-item ul.version li a.show-more {
  width: 50px;
  height: 16px;
  border-radius: 2px;
  padding: 0 4px;
  line-height: 16px;
  color: #3366CC;
  display: block;
  background: none;
}
.books-module .sfq .menu-nav-box .cat-list-item ul.version li a.show-more:hover {
  color: #4999e6;
}
.books-module .sfq .menu-nav-box .cat-list-item ul.version li .tit {
  color: #3366CC;
  display: block;
  font-size: 14px;
  padding-left: 15px;
  height: 50px;
}
.books-module .sfq .menu-nav-box .cat-list-item ul.version li span {
  margin-bottom: 12px;
  width: 100%;
}
.books-module .sfq .menu-nav-box .cat-list-item ul li {
  float: left;
}
.books-module .sfq .menu-nav-box .cat-list-item .cur {
  border-bottom: #4c83e8 solid 2px;
}
.books-module .sfq .detail-box {
  display: none;
}
.books-module .sfq .active .detail-box {
  display: block;
}
.books-module .sfq .active .is-show {
  display: none!important;
}
.books-module .cell-box.collections {
  margin-top: 11px;
  border: none;
}
.books-module .cell-box.collections .c-tit2 {
  border-bottom: none;
  padding: 20px 25px;
  color: #3366CC;
}
.books-module .cell-box.collections .book-item {
  width: 13%;
  text-align: center;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.books-module .cell-box.collections .book-item a.pic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 96%;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
  /*border-bottom:1px solid #eee;*/
}
.books-module .cell-box.collections .book-item p {
  text-align: left;
}
.books-module .cell-box.collections .book-item .i-tit {
  padding-bottom: 10px;
  font-size: 14px;
  display: block;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  line-height: 24px;
  white-space: normal;
}
.books-module .cell-box.collections .book-item .i-tit a {
  color: #000;
}
.books-module .cell-box.collections .book-item .i-price {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.books-module .cell-box.collections .book-item .i-author,
.books-module .cell-box.collections .book-item .i-pub {
  color: #666;
}
.books-module .cell-box.collections .book-item .i-author,
.books-module .cell-box.collections .book-item .i-pub,
.books-module .cell-box.collections .book-item .i-price {
  line-height: 22px;
  font-size: 12px;
}
.books-module .cell-box.collections .book-item:nth-child(5n) {
  margin-right: 2%;
}
/*footer*/
#footerO {
  box-shadow: 0 -2px 6px rgba(11, 3, 6, 0.08);
  position:relative;
  z-index:3;
}
#footerO .white-block {
  color: #333;
  font-size: 12px;
  background: #fff;
  padding: 42px 0;
}
#footerO .white-block .inner {
  color: #040404;
  font-size: 14px;
  line-height: 24px;
}
#footerO .black-block {
  background: #000000;
  padding: 48px 0;
  height: auto;
  line-height: 18px;
}
#footerO .blankH{top: -20px;height:20px;background: #f2f2f2;position: absolute;width: 100%;}

#footerO .black-block .mc1 {
  position: relative;
}
#footerO .black-block .l img {
  vertical-align: top;
}
#footerO .black-block .l img.o {
  width: 157px;
}
#footerO .black-block .l img.t {
  width: 112px;
}
#footerO .black-block .l .line {
  width: 1px;
  height: 50px;
  background: #fff;
  margin: 0 30px;
}
#footerO .black-block .l span.tit {
  vertical-align: top;
  margin-top: 14px;
  margin-left: 5px;
}
#footerO .black-block .l .txt {
  color: #fff;
  font-size: 14px;
}
#footerO .black-block .l a {
  color: #fefefe;
}
#footerO .black-block .r {
  *width: 485px;
  top: -138px;
}
#footerO .black-block .r .info1 {
  position: absolute;
  right: 0;
  top: -135px;
}
#footerO .black-block .r .info1 .i {
  width: 110px;
}
#footerO .black-block .r .info1 .i img {
  width: 90%;
}
#footerO .black-block .r .info1 .i p {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
/* 边栏 */
#sideO {
  position: fixed;
  bottom: 42%;
  margin-bottom: -125px;
  right: 20px;
  width: 48px;
  z-index: 1100;
  border-radius: 24px;
  box-shadow: 0px 3px 6px rgba(11, 3, 6, 0.1);
  border: 1px solid #eee;
  overflow: hidden;
}
#sideO .inner {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.92);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#e5ffffff, endColorstr=#e5ffffff);
}
#sideO a {
  width: 38px;
  height: 38px;
  overflow: hidden;
  display: inline-block;
  border-radius: 19px;
  vertical-align: middle;
  line-height: 38px;
}
#sideO a.one,
#sideO a.two,
#sideO a.thr {
  margin-bottom: 30px;
}
#sideO a.active {
  background: url(../img/new/side-icon-circle.png) no-repeat;
}
#sideO a#back-to-top {
  display: none;
}
#sideO a img.c {
  width: auto;
  /* vertical-align: middle; */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width:24px;
  margin-top:8px;
}
#sideO a .sIntro {
  width: 100%;
  height: 100%;
  background: url(../img/new/side-icon-circle.png) no-repeat;
  opacity: 0.39 !important;
}
/* 作者 */
#attrs .attr_l .attr_key {
  width: 10%;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #7CA9F4;
}
#attrs .attr_l {
  line-height: 45px;
  margin-bottom: 20px;
}
#attrs .attr_l .attr_v {
  width: 90%;
  line-height: 34px;
}
#attrs .attr_l .attr_v span {
  margin: 0 15px;
  /* font-size: 16px; */
  white-space: nowrap;
}
#attrs .attr_l .p_range span {
  color: #a0a0a0;
}
#attrs .attr_l .inp {
  width: 52px;
  height: 26px;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  text-align: center;
  margin-top: 9px;
}
#attrs .attr_l .i_btn {
  width: 54px;
  height: 28px;
  line-height: 28px;
  color: #8e797e;
  background: #fff;
  border: 1px solid #8e797e;
  margin-top: 9px;
}
#attrs .attr_l .d_range img {
  margin-top: 12px;
}
#attrs .attr_l:last-child {
  border-bottom: none;
}
.page-tit-line {
  border-bottom: 1px solid #979797;
  padding-bottom: 8px;
}
.page-tit-line.no-border {
  border-bottom: none;
}
.page-tit-line .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  line-height: 60px;
  width: auto;
  color: #010101;
  font-size: 20px;
}
.page-tit-line .title img {
  vertical-align: middle;
  margin-right: 20px;
}
.page-tit-line .btn-icon {
  margin-left: 30px;
}
.page-tit-line .r {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
}
.page-tit-line .r .all {
  line-height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-tit-line .r .all input {
  vertical-align: middle;
  margin-right: 10px;
}
.page-tit-line .r .tab li {
  padding: 10px 20px;
}
.page-tit-line .r .tab li span {
  font-size: 14px;
  color: #010101;
  cursor: pointer;
}
.authorsO li {
  border-bottom: 1px dashed #D2D2D2;
}
.authorsO li .name {
  padding-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  /* color: #000; */
}
.authorsO li .name input {
  margin-right: 10px;
}
.authorsO li .awards {
  margin-bottom: 20px;
  color: #3A49AC;
  line-height: 23px;
}
.authorsO li .txt {
  line-height: 22px;
}
.au-info .au-header {
  border-radius: 64px;
}
.au-info .au-txt-info {
  margin-left: 160px;
}
.au-info .au-txt-info .au-awards {
  margin-bottom: 10px;
}
.au-info .au-txt-info .au-awards .item {
  padding: 0 35px;
  border-right: 1px solid #979797;
  margin-bottom: 20px;
}
.au-info .au-txt-info .au-awards .item .start_level {
  margin-bottom: -10px;
  width: 20px;
  float: left;
}
.au-info .au-txt-info .au-awards .item .p {
  margin-left: 30px;
  color: #3A49AC;
}
.au-info .au-txt-info .au-awards .item .p .name {
  font-size: 18px;
  margin-bottom: 5px;
}
.au-info .au-txt-info .au-awards .item .p .book {
  font-size: 14px;
}
.au-info .au-txt-info .au-awards .item:first-child {
  padding-left: 0;
}
.au-info .au-txt-info .au-awards .item:last-child {
  border-right: none;
  padding-right: 0;
}
.au-info .au-txt-info .txt {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.literature .page-tit-line {
  border-bottom: none;
}
.books-card {
  padding: 10px 15px;
  margin-bottom: 14px;
  background-color: #FFFFFF;
  display: block;
  padding-bottom: 0px;
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
}
.books-card:hover .txt-wrapper .tit1 {
  color: #090f68;
}
.books-card .image-wrapper {
  width: 82px;
  height: 82px;
  float: left;
  overflow: hidden;
  margin-right: 13px;
  position: absolute;
  text-align: center;
}
.books-card .image-wrapper img {
  height: 100%;
  opacity: 1;
  transition: 0.6s;
  border-radius: 0rpx;
}
.books-card .image-wrapper div {
  border-radius: 0rpx;
}
.books-card .txt-wrapper {
  margin-left: 95px;
  height: 82px;
}
.books-card .txt-wrapper .tit1 {
  font-size: 16px;
  color: #000;
  display: block;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.books-card .txt-wrapper .info {
  font-size: 12px;
  margin-top: 5px;
}
.books-card .txt-wrapper .info .time {
  color: #666;
  margin-right: 15px;
}
.books-card .txt-wrapper .info .n {
  color: #666;
}
.books-card .txt-wrapper .brief {
  color: #333;
  font-size: 14px;
  display: block;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  margin-top: 10px;
}
.liter-list .fl.one {
  width: 49%;
  border: 1px solid #D2D2D2;
}
.liter-list .fl.one .tag {
  height: 36px;
  line-height: 36px;
  background: #5197E7;
  color: #fff;
  padding: 0 20px;
}
.liter-list .fl.one .txt {
  background-color: #E7EFFD;
  padding: 10px 20px;
  margin: 6px;
}
.liter-list .fl.one .txt .tit1 a {
  font-size: 12px;
}
.liter-list .fl.one .txt .tit2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 11px;
}
.liter-list .fl.one .txt .detail {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.liter-list .fl.one .page-btn {
  margin-right: 20px;
  margin-top: 8px;
}
.liter-list .books {
  margin-top: 30px;
  height: 205px;
}
.liter-list .books .img-box {
  width: 20%;
  margin: 0 2%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
}
.liter-list .books img {
  width: 100%;
}
.liter-list .fr.two {
  width: 49%;
}
body {
  font-size: 14px;
}
/* ----------------------response----------------------------- */
body.mbase {
  min-width: auto;
}
body.mbase .mc1 {
  width: 95%;
  max-width: 1400px;
  min-width: 700px;
  margin: 0 auto;
}
body.m1500 #headerO .h-search-box {
  width: 340px;
  margin-left: 20px;
}
body.m1500 #headerO .header-main .nav.right .nav-item {
  margin-right: 20px;
}
body.m1500 #sideO {
  right: 3px;
  width: 38px;
  border-radius: 19px;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
}
body.m1500 #sideO a {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
}
body.m1500 #sideO a.active {
  background: url(../img/new/side-small-circle.png) no-repeat;
}
body.m1500 #sideO a.one,
body.m1500 #sideO a.two,
body.m1500 #sideO a.thr {
  margin-bottom: 26px;
}
body.m1500 #sideO a img.c {
  width: 19px;height: auto;margin-top: 5px;
}
body.m1500 #sideO a .sIntro {
  width: 100%;
  height: 100%;
  background: url(../img/new/side-small-circle.png) no-repeat;
}
body.m1400 .h-blank {
  height: 138px;
}
body.m1400 #headerO {
  padding-bottom: 20px;
}
body.m1400 #headerO .header-main {
  padding-top: 24px;
}
body.m1400 #headerO .h-search-big {
  display: none;
}
body.m1400 #headerO .h-search-mini {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.m1400 #headerO .h-search-mini .h-search-box .search-input-box1 {
  text-align: left;
}
body.m1400 #headerO .h-search-mini .h-search-box input.search-word {
  padding-top: 8px;
}
body.m1400 #headerO .h-search-mini .h-search-box .nav-pop-box {
  min-width: 120px;
}
body.m1400 #contentO .books-module {
  padding-top: 160px;
}
body.m1400 .books-module .sfq .menu-nav-box .cat-list-item.time span {
  margin-bottom: 10px;
}
body.m1400 .books-module .sfq .menu-nav-box .tab-item .tab-item-t li.w {
  width: auto;
  margin-right: 5px;
}
body.m1400 .books-module .sfq .menu-nav-box .tab-item .tab-item-t li {
  width: 18%;
}
body.m1400 .books-module .sfq .menu-nav-box .tab-item .tab-item-t {
  margin-left: 116px;
}
body.m1400 .liter-list .books {
  margin-top: 20px;
  height: 176px;
}
body.m1400 .books-card {
  margin-bottom: 9px;
}
body.m1400 .books-card .txt-wrapper {
  height: 76px;
}
body.m1400 .books-card .image-wrapper {
  height: 76px;
}
body.m1400 #sideO {
  right: 3px;
  width: 38px;
  border-radius: 19px;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
}
body.m1400 #sideO a {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
}

body.m1400 #sideO a.active {
  background: url(../img/new/side-small-circle.png) no-repeat;
}
body.m1400 #sideO a.one,
body.m1400 #sideO a.two,
body.m1400 #sideO a.thr {
  margin-bottom: 26px;
}
body.m1400 #sideO a img.c {
  width: 19px;height: auto;margin-top: 4px;
}
body.m1400 #sideO a .sIntro {
  width: 100%;
  height: 100%;
  background: url(../img/new/side-small-circle.png) no-repeat;
}
body.m1300 {
  min-width: auto;
}
body.m1300 #search-result .search-common .search-wrap .item-wrap .single {
  width: 49%;
  white-space: nowrap;
}
body.m1200 .books-module .box-wrap .sfq {
  width: 100%;
  margin-right: 0;
  height: auto;
  background: none;
  box-shadow: none;
}
body.m1200 .books-module .box-wrap .sfq .ul {
  height: auto;
}
body.m1200 .books-module .box-wrap .sfq .ul li.item {
  float: none;
  margin-bottom: 20px;
  height: auto;
}
body.m1200 .books-module .box-wrap .sfq .ul li.item .is-show {
  display: none;
}
body.m1200 .books-module .box-wrap .sfq .ul li.item.one {
  width: 100%!important;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
  background: #fff;
}
body.m1200 .books-module .box-wrap .sfq .ul li.item.one .detail-box {
  display: block;
}
body.m1200 .books-module .box-wrap .sfq .ul li.item.two {
  width: 100%!important;
  height: 411px;
}
body.m1200 .books-module .box-wrap .sfq .ul li.item.two .is-show {
  display: none;
}
body.m1200 .books-module .box-wrap .sfq .ul li.item.two .detail-box {
  display: block;
  margin-right: 188px;
  height: 411px;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
  background: #fff;
}
body.m1200 .books-module .box-wrap .sfq .serial {
  bottom: 0;
  top: auto;
}
body.m1200 .books-module .service .fl .items .item img.icon {
  width: 28%;
  margin-bottom: 10px;
  padding-top: 25px;
}
body.m1200 .books-module .service .fl .items .item.o .tit {
  margin-bottom: 25px;
}
body.m1200 .books-module .sfq .menu-nav-box .cat-list-item.time span {
  margin-bottom: 15px;
}
body.m1200 .books-module .sfq .menu-nav-box .tab-item .tab-list-box {
  height: auto;
}
body.m1200 .books-module .sfq .menu-nav-box .tab-item .tab-list {
  min-height: 200px;
}
body.m1200 .books-module .sfq .menu-nav-box .cat-list-item.time {
  padding-top: 0;
}
body.m1200 .liter-list .books {
  margin-top: 30px;
  height: 156px;
}
body.m1200 .books-card {
  margin-bottom: 6px;
}
body.m1000 {
  min-width: 800px;
}
body.m1000 #author0.full-screen {
  width: 100%;
  background: #503a97 url(../img/new/index/author-bgc.png) no-repeat top center;
}
body.m1000 #author0 .author-block .row .b-block {
  font-size: 0;
  position: relative;
  width: 90%;
  box-sizing: border-box;
}
body.m1000 #author0 .author-block .row .s-block {
  box-sizing: border-box;
  width: 90%;
}
body.m1000 #author0 .author-block .row .ml1 {
  margin-left: 0;
}
body.m1000 #author0 .author-block .row .mt1 {
  margin-top: 0;
}
body.m1000 #author0 .author-block .row .s-block .block {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
body.m1000 #author0 .author-block .row .s-block .block .author-pic {
  font-size: 0;
  width: 100%;
}
body.m1000 #author0 .author-block .row .b-block img {
  font-size: 0;
  width: 100%;
}
body.m1000 #search-result .search-common {
  width: 100%;
}
body.m1000 #search-result .search-common .search-wrap .item-wrap .single {
  width: 32%!important;
  white-space: nowrap;
}
body.m1000 #search {
  width: 90%!important;
}
body.m1000 #headerO {
  min-width: 800px;
}
body.m1000 #headerO .header-main {
  width: 97%;
}
body.m1000 #headerO .header-main .nav.fl {
  margin-left: 15px;
}
body.m1000 #headerO .header-main .nav.fl .nav-item {
  padding: 0 6px;
}
body.m1000 #headerO .header-main .nav.right {
  padding-left: 5px;
}
body.m1000 #headerO .header-main .nav.right .nav-item {
  margin-right: 15px;
}
body.m1000 #headerO .header-main .nav.right .nav-item.person {
  margin-right: 0;
}
body.m1000 #headerO .header-main .nav.right .nav-item.person .txt {
  max-width: 100px;
  display: inline-block;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  float: left; 
  line-height: 16px;
  margin-top: -6px;
}
body.m1000 #footerO .white-block .inner {
  font-size: 12px;
}
body.m1000 #footerO .black-block .r .info1 .i {
  width: 100px;
  text-align: center;
}
body.m1000 #footerO .black-block .r .info1 .i p {
  font-size: 12px;
  text-align: center;
}
body.m1000 .books-module .title .fr {
  width: 70%;
}
body.m1000 .books-module .service .bg img {
  height: 300px;
}
body.m1000 .books-module .service .fl {
  width: 100%;
  margin-bottom: 15px;
}
body.m1000 .books-module .service .fl .items {
  right: 0;
  text-align: center;
}
body.m1000 .books-module .service .fr {
  width: 100%;
}
body.m1000 .books-module .service .fl .items .item img.icon {
  width: 20%;
}
body.m1000 .books-module .service .fl .items .item p {
  display: block;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  width: 85%;
  font-size: 13px;
}
body.m1000 .books-module .service .fl .items .item p.font14 {
  font-size: 14px;
}
body.m1000 .books-module .box-wrap .sfq .ul li.item.two {
  width: 100%!important;
  height: 411px;
}
body.m1000 .books-module .box-wrap .sfq .ul li.item.two .detail-box {
  display: block;
  margin-right: 0px;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.08);
  background: #fff;
}
body.m1000 .books-module .box-wrap .serial {
  bottom: 0;
  top: auto;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}
body.m1000 .books-module .box-wrap .serial .tit {
  text-align: left;
  padding: 0px 25px;
  margin-bottom: 30px;
}
body.m1000 .books-module .box-wrap .serial .tit br {
  display: none;
}
body.m1000 .books-module .box-wrap .serial ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 32%;
  text-align: center;
}
body.m1000 .books-module .sfq .menu-nav-box .cat-list-item.time span {
  margin-bottom: 7px;
}
body.m1000 .books-module .sfq .menu-nav-box .tab-item .tab-item-t {
  margin-left: 116px;
}
body.m1000 .books-module .cell-box.collections .book-item {
  width: 16%;
}
body.m1000 .books-module .cell-box.collections .book-item img {
  height: 140px;
}
body.m1000 .books-module .cell-box.collections .book-item.last {
  display: none;
}
body.m1000 .books-module .sfq .ul li.item.two .detail-box .bl-list .bl .b-item {
  width: 95%;
}
body.m1000 .books-module .sfq .ul li.item.two .detail-box .bl-list .bl .b-item.af {
  display: none;
}
body.m1000 .liter-list .books {
  margin-bottom: 20px;
  height: auto;
}
body.m1000 .liter-list .fl.one {
  width: 100%;
  margin-bottom: 20px;
}
body.m1000 .liter-list .fr.two {
  width: 100%;
}
body.m1000 .liter-list .books .img-box {
  margin: 0 3%;
  width: 18%;
}
body.m1000 .books-card {
  margin-bottom: 10px;
}
body.m1000 .books-card .txt-wrapper {
  height: 82px;
}
body.m1000 .books-card .image-wrapper {
  height: 82px;
}

.crumbs-fixed{
	padding: 16px 0 5px 72px!important;
	_width: 1000px;
	height: auto; 
	background: url(../img/crumbs-location.png) no-repeat 40px 11px #fff!important;
	margin-top: 106px;position: fixed;
	background-color: #fff;top: 0;left: 0;width: 100%;z-index: 600;border-bottom: 1px solid #ccc;box-shadow: 0 3px 6px rgba(11,3,6,.09);}
	
#collections{
	margin-bottom:0!important;
}


.mainn-wrapper .main-container{
	margin-left: 225px;
}

.mainn-wrapper .area-left-white {
  top: 169px;
}

.mainn-wrapper.m1400 .crumbs-fixed{
	margin-top: 139px;
}

.mainn-wrapper.m1400 .main-container{
	padding-top: 182px;
	margin-left: 225px;
}

.mainn-wrapper.m1400 .area-left-white {
  top: 204px;
}

.mainn-wrapper.m1400 .menu-title{top:146px;white-space: nowrap;}

.mainn-wrapper .fn_draw_chart{height:100%;padding:15px 30px;box-sizing: border-box}

.maino-wrapper{
	min-width:1190px!important;
}

.maino-wrapper .crumbs-fixed{
	margin-top: 73px;
}

.maino-wrapper .main-container{
	padding-top: 100px;
	margin-left: 225px
}

.maino-wrapper .right-area{
	top: 100px;
}

.maino-wrapper .area-left-white {
  top: 122px;
}

.maino-wrapper .menu-title {
  top: 72px;
}

.mainn-wrapper .bottom-white{height: 70px;background:#fff;}
.mainn-wrapper .main-container-outer{width: 100%}


.mainn-wrapper .main-container-max0 {
  width: 86%;
  max-width: 1400px;
  min-width: 740px;
  margin: 0 auto!important;
}

body.mbase.mainn-wrapper .main-container-max0 {
  width: 95%;
  max-width: 1400px;
  min-width: 700px;
  margin: 0 auto!important;
}

.maino-wrapper .bottom-white{
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#dadada));
    background-image: -moz-linear-gradient(top,#fafafa,#dadada);
    background-image: -o-linear-gradient(top,#fafafa,#dadada);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#fafafa", endColorstr="#dadada", gradientType="0");
}

.mainn-wrapper .pop_up_title{
	color: #3366cc;
}
.mainn-wrapper .pop_up_top{
	border-bottom: none;
}

.mainn-wrapper .textarea-s1{
	padding: 5px 10px;
	border: #3366cc solid 2px
}
.mainn-wrapper .cus .input-style{
	width: 292px
}
.mainn-wrapper .pop_btn_5, .mainn-wrapper .pop_btn_6{
	background: #3366cc;
}
.mainn-wrapper .cart-ponum{
	width: 84%
}
.mainn-wrapper .pro_numC input{
	width: 25px
}

.forms-login .forms-title .nav-line{
    background: linear-gradient(to right, #4D6BE9, #6640B7);
}

.forms-login .submit .a-login{
    background: linear-gradient(to right, #4D6BE9, #6640B7);
}

.forms-login .forms-title a.active{
	color: #6640B7
}

.login-lang .lang-box div:hover{color:#6640B7}
.login-lang:hover .lang-menu{color:#6640B7;}
.swiper-container.s {
  width: calc(100% - 50px);
  height: 260px;
  /* 移除固定高度 */
  margin: 0 auto;
}
body.m1400 .swiper-container.s {
  height: 205px;
}
body.m1200 .swiper-container.s {
  height: 170px;
}
.swiper-container.s .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* 确保宽度自适应 */
  height: 100%;
  /* 确保高度自适应 */
  background: #61a8f8;
}
.swiper-container.s .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* 或者使用 object-fit: contain; 根据需求选择 */
}
.swiper-container.s .swiper-pagination-switch.swiper-active-switch {
  background: #fff;
}
.swiper-container.s .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-container.s .pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 10px;
}