
.book-scroll {
  padding: 20px;
  position: relative;
  z-index: 1;
}
.book-scroll .btn-prev,
.book-scroll .btn-next {
  width:13px;
  height: 29px;
  display: block;
  position: absolute;
  top: 50%;
  background: url(../images/icons.png) no-repeat 0 -46px;
  z-index: 1;
  text-indent: -999em;
  margin-top: -10px;
}
.book-scroll .btn-prev {left: 0;background: url(../images/team-left.png) no-repeat;}
.book-scroll .btn-next { background: url(../images/team-right.png) no-repeat;right: 0;}

.book-scroll-wrap {
  width: 976px;
  height: 185px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.book-scroll-wrap ul {
  width: 999em;
}
.book-scroll-wrap li {
  width: 129px;
  height: 185px;
  float: left;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
}
.book-scroll-wrap li images{
  width: 129px;
  height: 185px;

}
.book-scroll-wrap li z-index:1 .pic {
  width: 129px;
  height: 185px;
  display: block;
}
.book-scroll-wrap li .detail {
  width: 380px;
  height: 185px;
  padding: 20px;
  position: absolute;
  left: 129px;
  top: 0;
  background: #f7f7f7;
}
.book-scroll-wrap li .detail p {
  line-height: 21px;
  color: #666;
}
.book-scroll-wrap li .detail p a {
  color: #f00;
  text-decoration: underline;
  background: url(../images/arrow_red.png) no-repeat right center;
  padding-right: 10px;
}
.book-scroll-wrap li .detail h3 {
  font-size: 16px;
  color: #282828;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 6px;
  padding-bottom: 5px;
}
.book-scroll-wrap li .detail h3 span{ color: #aeaeae;font-family: "bookman old style"; font-weight: 100; display: inline-block; margin-left: 10px;}
.book-scroll-wrap li.open {
  width: 549px;
}



/*焦点图*/
.dg-container {
  width: 100%;
  height: 533px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.dg-wrapper {
  width:1080px;
  height: 533px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.dg-wrapper a {
  width:1080px;
  height: 533px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dg-wrapper a img {
  display: block;
  padding: 0;
}
.dg-wrapper a div {
  font-style: italic;
  text-align: center;
  line-height: 50px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 16px;
  width: 100%;
  bottom: -55px;
  display: none;
  position: absolute;
}
.dg-wrapper a.dg-center div {
  display: block;
}
.dg-container .dg-prev,
.dg-container .dg-next {
  position: absolute;
  z-index: 100;
  top: 0;
  height:519px;
  width: 30%;
  display: block;
  cursor: pointer;
}
.dg-container .dg-prev {
  left: 0;
}
.dg-container .dg-next {
  right: 0;
}.dg-container .dg-prev {
  left: 0;
}
.dg-container .dg-next {
  right: 0;
}

.dg-wrapper a{
  height:533px !important;
  display:block;
  overflow:hidden;
  box-shadow: 0 0 30px #333;
}
.dg-wrapper a img {
  display: block;
  padding: 0;
  width:100%;
  height:100%;
  visibility: visible;
}
.banner {height:533px; overflow: hidden;background: #e4e4e4;text-align: center;width: 100%;}
