/* 公共 start */
.hd{
  line-height: 26px;
  padding-bottom: 18px;
  margin: 30px 0 28px;
  border-bottom: 1px solid #E8E8E8;
  overflow: hidden;
}
.hd .icon,
.hd h3,
.hd .desc{
  float: left;
}
.hd .icon i{
  display: block;
  width: 24px;height: 26px;
  background: url(../png/img_book.png) no-repeat;
}
.hd h3{
  margin: 0 23px 0 10px;
  font-size: 24px;font-weight: 700; color: #111;
}
.hd .desc{
  color: #999;
}
.hd .more{
  float: right;
}
.hd .more a{
  display: block;
  line-height: 24px;
  color: #999;
}
#well .list li .cover,
#latest .list li .cover,
#hot .list li .cover{
  display: block;
  width: 150px;height: 214px;
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #f5f5f5;
  transition: all .6s;
  overflow: hidden;
}
#well .list li .cover:hover,
#latest .list li .cover:hover,
#hot .list li .cover:hover{
  -webkit-box-shadow: 0px 0px 25px 0px rgba(106,43,0,.25);
          box-shadow: 0px 0px 25px 0px rgba(106,43,0,.25);  
}
#well .list li .cover img,
#latest .list li .cover img,
#hot .list li .cover img{
  width: 152px;height: 214px;
}
#well .list li strong,
#latest .list li strong,
#hot .list li strong{
  display: block;
  width: 152px;height: 32px;line-height: 16px;
  margin: 13px 0 10px;
  font-weight: 400;color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
#well .list li strong,
#latest .list li strong,
#hot .list li strong{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#well .list li strong:hover,
#latest .list li strong:hover,
#hot .list li strong:hover{
  color: #FA7A20;
  text-decoration: underline;
}
#well .list li small,
#latest .list li small,
#hot .list li small{
  display: block;
  height: 20px;line-height: 20px;
  font-size: 16px;
}
#well .list li small ins,
#latest .list li small ins,
#hot .list li small ins{
  color: #FF2323;
  text-decoration: none;
}
.more a:hover{
  color: #FA7A20;
}
/* 公共 end */
/* banner start */
#banner {
  position: relative;
  z-index: 1;
  width: 1200px; height: 360px;
  margin: 22px auto 0;
}
.carousel {
  position: absolute;
  z-index: -1;
  top: 0;left: 0;
  width: 100%;height: 320px;
}
.carousel ol.indicators {
  position: absolute;
  bottom: -20px;left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel ol.indicators li{
  display: inline-block;_zoom:1;*display:inline;
  padding: 0 4px;
}
.carousel ol.indicators li a{
  display: inline-block;
}
.carousel ol.indicators li a i{
  display: inline-block;
  width: 12px;height: 12px;
  background: url(../png/index.png);
  background-position: -70px -54px;
}
.carousel ol.indicators li a.active i{
  width: 15px;
  background-position: -51px -54px;
}
.carousel .inner{
  position: relative;
  overflow: hidden;
  width: 100%;height: 360px;
}
.carousel .inner ul.list{
  position: absolute;
  width: 100%;height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.carousel .inner ul.list li{
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: 100%;height: 100%;
}
.carousel .inner ul.list li.active{
  display: block;
}
.carousel .inner ul.list li > a{
  display: block;
  width: 100%;height: 100%;
  text-align: center;
}
.carousel .inner ul.list li > a > img{
  width: 100%; height: 100%;
  border-radius: 6px;
}
.carousel a.control-prev,
.carousel a.control-next{
  display: none;
  position: absolute;
  top: 165px;
  width:30px;height: 30px;line-height: 30px;
  border-radius: 50%;
  text-align: center;
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: #000;
}
.carousel a.control-prev .icon-book,
.carousel a.control-next .icon-book{
  font-size: 22px;color:#fff;
}
.carousel a.control-prev{
  left: 20px;
}
.carousel a.control-next{
  right: 20px;
}
/* banner end */
/* 精选专题 start */
#featured .hd .icon i{
  background-position: -1px -2px;
}
#featured .list li{
  float: left;
  width: 380px;
  height: 160px;
}
#featured .list .mar{
  margin: 0 30px;
}
#featured .list a{
  display: block;
  width: 380px;height: 160px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #f5f5f5;
}
#featured .list a:hover img{
  transform: scale(1.05);
  box-shadow: 0px 0px 25px 0px rgba(106,43,0,.25);
}
#featured .list img{
  width: 380px;height: 160px;
  transition: all .6s;
  border-radius: 10px;
}
/* 精选专题 end */
/* 畅销图书 start */
#well .hd{
  margin-bottom: 0;
}
#well .hd .icon i{
  width: 30px;
  background-position: -28px -2px;
}
#well .list{
  padding-top: 28px;
  margin: 0 -28px;
  overflow: hidden;
}
#well .list li{
  float: left;
  padding: 0 28px;
  margin-bottom: 18px;
  border-right: 1px solid #E8E8E8;
}
#well .list .no{
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
/* 畅销图书 end */
/* 新书上架 start */
#latest .hd{
  padding-bottom: 0;
  border-bottom: 0;
}
#latest .container{
  position: relative;
}
#latest .hd .icon i{
  background-position: -61px -2px;
}
#latest .bd{
  width: 1124px;
  padding: 0 38px;
  background-color: #f7fcff;
}
#latest .bd .swiper{
  position: relative;
  margin: 0 -8px;
  visibility: visible;
  overflow: hidden;
}
#latest .swiper .list{
  position: relative;
  left: 0;
  overflow: hidden;
}
#latest .swiper .list li{
  float: left;
  padding: 30px 19px;
}
#latest .pagetion{
  width: 100%;
  position: absolute;
  left: 0;
  top: 218px;
}
#latest .pagetion .cate-prev, 
#latest .pagetion .cate-next{
  position: absolute;
  cursor: pointer;
  background: #EBF2FF;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  z-index: 9;
  color: #999;
}
#latest .pagetion .cate-prev{
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#latest .pagetion .cate-next{
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* 新书上架 end */
/* 热门分类 start */
#hot .hd .icon i{
  background-position: -90px -1px;
}
#hot .cate{
  height: 44px;line-height: 44px;
  padding: 0 20px;
  background-color: #F5F5F5;
  overflow: hidden;
}
#hot .cate span{
  float: left;
  font-size: 16px;font-weight: 700;color: #333;
}
#hot .cate a{
  float: right;
  color: #999;
}
#hot .cate a:hover{
  color: #FA7A20;
}
#hot .item{
  margin-bottom: 18px;
}
#hot .list{
  padding-top: 22px;
  margin: 0 -28px;
  overflow: hidden;
}
#hot .list li{
  float: left;
  padding: 0 28px;
  border-right: 1px solid #E8E8E8;
}
#hot .list .no{
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
/* 热门分类 end */