* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none
}

a {
  text-decoration: none;
}
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, code, del, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
div {
    display: block;
}
p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
._s1190_ .w {
    width: 980px;
}
.w, ._view_ {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}
.pageMain {
    width: 100%;
    float: left;
}
  .albumInfo {
    width: 95%;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.albumInfo.special .side {
    width: 300px;
    float: left;
}
.albumInfo.special .side .cover {
    height: 300px;
}
.albumInfo .cover {
    position: relative;
    overflow: hidden;
}
img {
    overflow: hidden;
    vertical-align: top;
}
.albumInfo .cover span {
    display: inline-block;
    width: 59px;
    height: 59px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/tag.png) center center no-repeat;
    _background: url(../images/tag.gif) center center no-repeat;
}
.albumInfo.special .main {
    width: 530px;
}
.albumInfo .main {
    float: right;
}
.albumInfo.special .main .table {
    margin-top: 8px;
}
.albumInfo.special .main .desc {
    padding-top: 12px;
    border-top: dotted 1px #d4d4d4;
}
.albumInfo .main .desc {
    margin-top: 5px;
    color: #888;
    line-height: 24px;
}
.albumInfo.special .main .table li {
    width: 50%;
    height: 22px;
    line-height: 22px;
    margin-bottom: 14px;
    float: left;
}
.albumInfo.special .main .table li span {
    display: inline-block;
    height: 22px;
    vertical-align: top;
}
.albumInfo.special .main .table .name {
    width: 150px;
    text-align: center;
    background: #f2f2f2;
    color: #555;
	font-size: 14px;
}
.albumInfo.special .main .table .value {
    padding-left: 10px;
    color: #777;
	font-size: 14px;
}
.albumInfo .main .ql, .albumInfo .main .qr {
    display: inline-block;
    width: 21px;
    overflow: hidden;
    background: url(../images/bg01.png) no-repeat;
}
.albumInfo .main .ql {
    height: 15px;
    margin: 2px 5px 0 0;
    background-position: -100px -112px;
    float: left;
}
.albumInfo .main .desc p {
    width: 94% !important;
    float: right;
}
.albumInfo .main .qr {
    height: 16px;
    margin-left: 5px;
    background-position: -100px -127px;
    vertical-align: middle;
}
#right {
  width: 870px;
  /* float: right; */
  margin: 0 auto;
}

.goods-img {
  width: 870px;
  overflow: hidden;
  height: 632px;
      position: relative;
}

.goods-img #aPrev {
  cursor: url(../img/prev.cur), auto;
  height: 420px;
}

.goods-img #aNext {
  cursor: url(../img/next.cur), auto;
  height: 420px;
}

#originalpic li {
  width: 870px;
  height: 490px;
  position: relative;
}

#originalpic img {
  position: relative;
  /* width: 100%; */
  width: 870px;
  height: 490px;
}

#aNext,
#aPrev {
  position: absolute;
  z-index: 10;
  top: 0;
  display: block;
  width: 50%;
  height: 100%
}

#aPrev {
  left: 0
}

#aNext {
  right: 0
}

.thumbpic {
  width: 870px;
  margin: 0 auto;
  margin-left: 0;
  position: relative;
  background-color: #eee;
  top: 20px
}

#piclist {
  width: 810px;
  height: 114px;
  margin: 0 auto;
  overflow: hidden;
  position: relative
}

#piclist ul {
  overflow: hidden;
  width: 20000px;
  position: relative;
  top: 7px
}

#piclist ul li {
  float: left;
  width: 162px;
  height: 100px;
  overflow: hidden;
  text-align: center
}

#piclist ul li.hover a {
  display: block;
  background-color: #000;
  width: 151px;
  height: 100px;
  margin: auto
}

#piclist ul li img {
  width: 151px;
  height: 100px;
  border: 0 solid #fff
}

#piclist ul li em {
  width: 5px;
  height: 6px
}

#piclist ul li.hover img {
  filter: alpha(opacity=0);
  -moz-opacity: .5;
  opacity: .5;
  border: 0 solid #000;
  width: 151px;
  height: 85px
}

#piclist ul li.hover em {
  width: 0;
  height: 0;
  border-width: 4px;
  border-color: #fff #fff #e44949 #fff;
  border-style: solid
}

#piclist ul li.hover i {
  width: 100%;
  display: block
}

.thumbpic a.bntnext,
.thumbpic a.bntprev {
  background: url(../images/arrow1.png) center center no-repeat;
  width: 30px;
  height: 99px;
  display: block;
  position: absolute;
  top: 7px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9999
}

.thumbpic a.bntprev {
  left: 0;
  background-position: 0 0
}

.thumbpic a.bntnext {
  right: 0;
  background-position: -30px 0
}

#lists {
  width: 100%;
  background-color: #eeeeee;
  margin-top: 0px;
  overflow: hidden;
  margin-bottom: 35px;
}

.lists1 {
  width: 830px;
  overflow: hidden;
  margin-left: 20px;
  color: #292929;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.lists2 {
  width: 830px;
  overflow: hidden;
  margin-left: 20px;
  line-height: 28px;
}

.lists2 span {
  display: block;
  float: left;
  width: 202px;
  color: #000;
  font-size: 14px;
  height: 25px;
  overflow: hidden;
}

.lists2 strong {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.lists2 a {
  color: #000;
}

.lists2 a:hover {
  color: #f00;
}

.lists3 {
  width: 830px;
  overflow: hidden;
  margin-left: 20px;
  color: #000;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.lists3 a {
  color: #000;
}

.lists3 a:hover {
  color: #f00;
}

.lists3 b:last-child {
  display: none;
}

.lists4 {
  width: 830px;
  overflow: hidden;
  margin-left: 20px;
  color: #292929;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#list_bt {
  width: 100%;
  height: 39px;
  overflow: hidden;
  background: url(../images/news_01.jpg) left top repeat-x
}

#list_bt span {
  display: block;
  width: 80px;
  overflow: hidden;
  text-align: center;
  line-height: 39px;
  height: 36px;
  border-bottom: 3px solid #9eba94;
  font-size: 16px;
  color: #000;
  margin-left: 15px
}

#right #list_xg {
  width: 100%;
  overflow: hidden
}

#right #list_xg ul {
  width: 100%;
  overflow: hidden
}

#right #list_xg ul li {
  width: 275px;
  height: 230px;
  overflow: hidden;
  float: left;
  border-bottom: 1px solid #d2d2d2;
  margin-right: 22.5px
}

#right #list_xg ul li:nth-child(3n+3) {
  margin-right: 0
}

#right #list_xg ul li img {
  display: block;
  width: 275px;
  height: 155px
}

#list_xg .list1 {
  width: 100%;
  overflow: hidden;
  height: 155px;
  margin-top: 28px
}

#list_xg .list2 {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
  height: 20px
}

#list_xg .list2 a {
  display: block;
  float: left;
  color: #404040;
  overflow: hidden
}

#list_xg .list2 a:hover {
  color: red
}

#list_xg .list2 span {
  display: block;
  float: right;
  color: #a8a7a7;
  overflow: hidden
}

#list_xg .list3 {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
  color: #a8a7a7
}

#list_xg .list3 a {
  display: block;
  float: left;
  color: #a8a7a7
}

#list_xg .list3 a:hover {
  color: red
}

#list_xg .list3 span {
  display: block;
  float: right;
  color: #a8a7a7
}

#list_xg .list3 b {
  display: block;
  text-align: center;
  color: #a8a7a7;
  float: left;
  font-weight: 400;
  line-height: 200%;
  margin-left: 5px;
  margin-right: 5px
}

#listnews {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.listnews {
  width: 275px;
  overflow: hidden;
  float: left;
  margin-right: 22.5px
}

#listnews ul {
  width: 100%;
  overflow: hidden;
  margin-top: 8px
}

#listnews ul li {
  width: 100%;
  height: 30px;
  overflow: hidden;
  border-bottom: 1px dashed #d2d2d2;
  line-height: 30px
}

#listnews ul li span {
  display: block;
  float: left;
  color: #eb5c2d;
  font-size: 12px;
  line-height: 30px;
  width: 12px
}

#listnews ul li a {
  display: block;
  float: left;
  color: #292929;
  font-size: 12px;
  line-height: 30px
}

#listnews ul li a:hover {
  color: red
}

#listnews ul li p {
  display: block;
  float: right;
  color: #858585;
  font-size: 12px;
  line-height: 30px
}

#list_a {
  width: 100%;
  overflow: hidden;
  height: 35px;
  line-height: 35px
}

#list_a a {
  display: block;
  color: #292929;
  float: right;
  font-size: 12px;
}

#list_a a:hover {
  color: red
}