@charset "utf-8";
/* CSS Document */

html,body {
    color: #333;
    margin: 0;
    height: 100%;
   
}

* {
    -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;
    
}

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:0 0 90px;
}
.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(../../images/clients/join_li_01.png) center no-repeat
}

.item-img02 {
    background: url(../../images/clients/join_li_02.png) center no-repeat
}

.item-img03 {
    background: url(../../images/clients/join_li_03.png) center no-repeat
}

.item-img04 {
    background: url(../../images/clients/join_li_04.png) center no-repeat
}

.item-img05 {
    background: url(../../images/clients/join_li_05.png) center no-repeat
}

.item-img06 {
    background: url(../../images/clients/join_li_06.png) center no-repeat
}

.item-img07 {
    background: url(../../images/clients/join_li_07.png) center no-repeat
}

.item-img08 {
    background: url(../../images/clients/join_li_08.png) center no-repeat
}

.item-img09 {
    background: url(../../images/clients/join_li_09.png) center no-repeat
}

.item-img10 {
    background: url(../../images/clients/join_li_10.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;
}