﻿@charset 'utf-8';

.clearfix:after
{
    display: block;
    clear: both;

    height: 0;

    content: ' ';
}
.clearfix
{
    zoom: 1;
}
.ContactPattern
{
    width:100%; 
}
.ContactPattern ul
{
    width:100%; margin:0 auto; padding:0; text-align: center;
}
.ContactPattern ul li
{
    float: left;
    list-style-type:none;
    width: 300px;
    text-align: center;
    margin-left:0px;
    margin-right:0px;
}
.ContactPattern ul li:nth-child(2){
    margin-right: 0px;
}
.ContactPattern ul li:nth-child(3){
    margin-right: 0px;
}
.ContactPattern ul li:nth-child(4){
    margin-right: 0px;
}
.ContactPattern h4{
    font-size: 16px;
    font-family: "微软雅黑";
    letter-spacing: 1px;
    color: #333;
    margin-top: 27px;
}
.ContactPattern h5{
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666;
    margin-top: 2px;
    line-height:1;
    letter-spacing: 0.6px;
}
.ContactPattern ul li:hover img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
