/* 初始化CSS  重置浏览器样式*/
html {
  background-color: #fff;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a {
  color: #666;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
a:hover {
  text-decoration: none;
  color: #c32331;
}
i,
b {
  font-style: normal;
}
#clear {
  clear: both;
}
* {
  box-sizing: border-box;
}
.indexbox {
  background: url(../images/ztbj.png) top center no-repeat #fff2e9;
  padding-bottom: 87px;
}
.indexbox .banner {
  height: 562px;
}
.indexbox .correlationbox {
  background: url(../images/title1bj.png) top center no-repeat;
  width: 1200px;
  height: 266px;
  padding: 38px 34px 0;
  margin: 0 auto;
}
.indexbox .correlationbox h2 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #ff7000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  font-weight: bold;
}
.indexbox .correlationbox p {
  width: 100%;
  color: #242424;
  height: 100px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-indent: 2em;
  line-height: 26px;
}
.indexbox .correlationbox p a {
  color: #2c9bfe;
  font-weight: bold;
}
.indexbox .bookstore {
  background: url(../images/lbbjbox.png) bottom center no-repeat;
  width: 1200px;
  height: 1174px;
  margin: 104px auto 0;
}
.indexbox .bookstore .bgtop {
  margin-left: 72px;
  width: 620px;
  height: 71px;
}
.indexbox .bookstore .bgtop ul {
  width: 100%;
  height: 100%;
}
.indexbox .bookstore .bgtop ul li {
  background: url(../images/wxzlistbox.png) top center no-repeat;
  width: 194px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bolder;
  float: left;
  margin-right: 14px;
  cursor: pointer;
}
.indexbox .bookstore .bgtop ul li:last-child {
  margin-right: 0;
}
.indexbox .bookstore .bgtop ul .active {
  background: url(../images/xzlistbox.png) top center no-repeat;
}
.indexbox .bookstore .book-swiper {
  margin: 34px auto 0;
  width: 1032px;
}
.indexbox .bookstore .book-swiper .swiper-slide {
  width: 100%;
}
.indexbox .bookstore .book-swiper .swiper-slide ul {
  width: 100%;
  overflow: hidden;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li {
  height: 470px;
  width: 490px;
  position: relative;
  margin-bottom: 50px;
  float: left;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li:nth-child(2n) {
  float: right;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox {
  background: url(../images/conbjpic.png) top center no-repeat;
  width: 490px;
  height: 450px;
  position: relative;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox {
  position: absolute;
  top: 37px;
  left: 50px;
  width: 388px;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .pic {
  width: 388px;
  height: 201px;
  position: relative;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .pic img {
  width: 100%;
  height: 100%;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .pic p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 13px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .text {
  margin-top: 24px;
  width: 388px;
  height: 144px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 4px;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .text::-webkit-scrollbar {
  display: none;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .text .item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 17px;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .text .item .left {
  width: 26px;
  height: 26px;
  float: left;
  text-align: center;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .text .item .left img {
  height: 100%;
  width: auto;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .text .item .right {
  float: right;
  width: 346px;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .text .item .right p {
  width: 100%;
  color: #adadad;
  font-size: 20px;
  margin-bottom: 10px;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .fewmbox .text .item .right p:last-child {
  margin-bottom: 0;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .ewmpic {
  display: none;
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ewmk.png) center no-repeat;
  width: 297px;
  height: 294px;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conbox .ewmpic img {
  width: 248px;
  height: 259px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conboxactive .fewmbox {
  display: none;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .conboxactive .ewmpic {
  display: block;
}
.indexbox .bookstore .book-swiper .swiper-slide ul li .smck {
  background: url(../images/smckaj.png) center no-repeat;
  width: 160px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
