/*================== 
 * @authors Adrian 
 * @date    2015-11-6 12:40:20
 * @version 
 ===================*/
/* The compass pakage */
span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* The compass variable */
/* The compass sass */
html {
  font-size: 12px;
  font-family: "Microsoft YaHei","Arial","sans-serif";
}
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

strong {
  font-weight: bold;
}

.main {
  width: 1000px;
  margin: 0 auto;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}





.pro-zoom {
  float: left;
  width: 332px;
}
@media screen and (max-width: 767px) {
  .pro-zoom {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 432px) {
  .pro-zoom {
    width: 100%;
  }
}

.spec-preview {
  float: left;
  width: 332px;
}
@media screen and (max-width: 432px) {
  .spec-preview {
    width: 100%;
  }
}




@media screen and (max-width: 432px) {
  .jqzoom {
    width: 100%;
  }
}
.jqzoom img {
  width: 328px;
}
@media screen and (max-width: 432px) {
  .jqzoom img {
    width: 100%;
  }
}

.spec-scroll .items {
  width: 280px;
}
@media screen and (max-width: 432px) {
  .spec-scroll .items {
    width:200px;
  }
}

.spec-scroll {
  clear: both;
  width: 332px;
}
@media screen and (max-width: 432px) {
  .spec-scroll {
    width: 280px;
    margin: 0 auto;
  }
}
.spec-scroll a {
  background: url("../images/arr_5.png") 0 0 no-repeat;
  width:40px;
  height:32px;
}
.spec-scroll a.prev {
  background-position: 0 center;
  width:20px;
  float: left;
  margin-top:10%;
}
.spec-scroll a.next {
  background-position: -20px center;
  width:20px;
  float: right;
   margin-top:10%;
}
.spec-scroll .items li.active img {
  border-color: #dd1223;
}



