/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #000;
    font: 12px/150% Arial,Verdana, "microsoft yahei";
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.product-content-box{
    background:#f5f5f5;
    padding:90px 0;
}
.product-content {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-content li{
    float: left;
    width: 240px;
    height: 184px;
    background-color: transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.product-content li a{
	width:100%;
	height:240px;
	display:block;
}

.item-img01 {
    background: url(../hezuo/1.png) center no-repeat
}

.item-img02 {
    background: url(../hezuo/2.png) center no-repeat
}

.item-img03 {
    background: url(../hezuo/3.png) center no-repeat
}

.item-img04 {
    background: url(../hezuo/4.png) center no-repeat
}

.item-img05 {
    background: url(../hezuo/6.png) center no-repeat
}

.item-img06 {
    background: url(../hezuo/7.png) center no-repeat
}

.item-img07 {
    background: url(../hezuo/8.png) center no-repeat
}

.item-img08 {
    background: url(../hezuo/9.png) center no-repeat
}

.item-img09 {
    background: url(../hezuo/10.png) center no-repeat
}

.item-img10 {
    background: url(../hezuo/11.png) center no-repeat
}
.item-img11 {
    background: url(../hezuo/12.png) center no-repeat
}
.item-img12 {
    background: url(../hezuo/13.png) center no-repeat
}
.item-img13 {
    background: url(../hezuo/14.png) center no-repeat
}
.item-img14 {
    background: url(../hezuo/15.png) center no-repeat
}
.item-img15 {
    background: url(../hezuo/16.png) center no-repeat
}
.item-img16 {
    background: url(../hezuo/17.png) center no-repeat
}
.item-img17 {
    background: url(../hezuo/18.png) center no-repeat
}
.item-img18 {
    background: url(../hezuo/19.png) center no-repeat
}
.item-img19 {
    background: url(../hezuo/20.png) center no-repeat
}
.item-img20 {
    background: url(../hezuo/21.png) center no-repeat
}
.item-img21 {
    background: url(../hezuo/22.png) center no-repeat
}
.item-img22 {
    background: url(../hezuo/23.png) center no-repeat
}
.item-img23 {
    background: url(../hezuo/24.png) center no-repeat
}
.item-img24 {
    background: url(../hezuo/25.png) center no-repeat
}
.item-img25 {
    background: url(../hezuo/26.png) center no-repeat
}
.item-img26 {
    background: url(../hezuo/27.png) center no-repeat
}
.item-img27 {
    background: url(../hezuo/28.png) center no-repeat
}
.item-img28 {
    background: url(../hezuo/29.png) center no-repeat
}
.item-img29 {
    background: url(../hezuo/30.png) center no-repeat
}
.item-img30 {
    background: url(../hezuo/31.png) center no-repeat
}
.item-img31 {
    background: url(../hezuo/32.png) center no-repeat
}
.item-img32 {
    background: url(../hezuo/33.png) center no-repeat
}
.item-img33 {
    background: url(../hezuo/34.png) center no-repeat
}
.item-img34 {
    background: url(../hezuo/35.png) center no-repeat
}

.product-content li.active {
    position: relative;
    top: -4px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 20px rgba(0,0,0,.1);
    box-shadow: 0 3px 20px rgba(0,0,0,.1)
}

.product-title{
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
    color: #333;
}

.product-explain{
    margin-top: 26px;
    margin-bottom: 82px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    color: #999;
}
h1 {
  text-align: center;
  margin-bottom: 0.5em;
}

h2 {
  text-align: center;
  color: #555;
  margin-bottom: 0;
}

.carousel {
  padding: 20px;
  -webkit-perspective: 500px;
          perspective: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.carousel figure {
  margin: 0;
  width: 40%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.carousel figure img {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
}
.carousel figure img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
.carousel nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0;
}
.carousel nav button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 5px;
  cursor: pointer;
  color: #333;
  background: none;
  border: 1px solid;
  letter-spacing: 1px;
  padding: 5px 10px;
}
