/* 公共样式表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: #666;
    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(../img/brand-1.jpg) center no-repeat
}

.item-img02 {
    background: url(../img/brand-2.jpg) center no-repeat
}

.item-img03 {
    background: url(../img/brand-3.jpg) center no-repeat
}

.item-img04 {
    background: url(../img/brand-11.jpg) center no-repeat
}

.item-img05 {
    background: url(../img/brand-5.jpg) center no-repeat
}

.item-img06 {
    background: url(../img/brand-6.jpg) center no-repeat
}

.item-img07 {
    background: url(../img/brand-7.jpg) center no-repeat
}

.item-img08 {
    background: url(../img/brand-8.jpg) center no-repeat
}

.item-img09 {
    background: url(../img/brand-9.jpg) center no-repeat
}

.item-img10 {
    background: url(../img/brand-10.jpg) 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;
}