.partner6 {
    max-width: 1200px;
    margin: 0 auto;
    word-wrap: break-word;
    padding: 40px 0;
    box-sizing: border-box;
}

.partner6Top {
    padding: 10px;
    margin-bottom: 20px;
}

.partner6Top:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.partner6TopLeft {
    float: left;
    font-family: 微软雅黑, SimSun;
}

.partner6TopLeft .title {
    font-size: 30px;
    color: rgb(63, 63, 63);
    display: inline-block;
}

.partner6TopLeft .enTitle {
    color: rgb(191, 191, 191);
    font-size: 14px;
    display: inline-block;
}

.partner6TopRight {
    float: right;
}

.partner6TopRight .moduleButton {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: rgb(127, 127, 127);
}

.partner6TopRight .moduleButton:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: all .3s ease-out;
}

.partner6TopRight .moduleButton:hover {
    color: #fff;
}

.partner6TopRight .moduleButton:hover:before {
    transform: scaleX(1);
    background: #333;
}

.partner6Content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.partner6Content {
    text-align: center;
}

.partner6Content .partner6Item {
    float: left;
    width: 16.6%;
}

.partner6Content .partner6Item .image-animation {
    border: 0;
    display: block;
    max-width: 100%;
}