﻿/*num-figure*/
.num-figure {
    width: 97%;
    min-height: 220px;
    text-align: center;
}
.num-figure li{ list-style:none;}
.OEM-ico {
    padding: 33px 0;
	width:16.66%;
	float:left;
}
.num-change{padding:0;}
.num-change li:first-child {
    width: 65px;
    height: 90px;
    margin: 0 auto;
}

.num-figure .WeSold {
    background: url("../images/trustful_03.png") no-repeat -56px 7px;
}

.num-figure .Available {
    background: url("../images/trustful_03.png") no-repeat -282px 9px;
}

.num-figure .Shopping {
    background: url("../images/trustful_03.png") no-repeat -501px 9px;
}

.num-figure .Employees {
    background: url("../images/trustful_03.png") no-repeat -726px 9px;
}

.num-figure .Trusted {
    background: url("../images/trustful_03.png") no-repeat -944px 8px;
}

.num-figure .ProjectsSup {
    background: url("../images/trustful_03.png") no-repeat -1107px 9px;
}

.OEM-ico a{
    text-decoration: none;
}

.num-change li:nth-child(2) {
    font-size: 32px;
    font-family: YeSans;
    color: #444;
    font-weight: 700;
}

.num-change li:nth-child(3) {
    color: #666;
    font-size: 16px;
    margin-top: 2px;font-weight: 500;
}

.OEM-ico:hover {
    background:#FED700;
}

.OEM-ico:hover .num-change li:nth-child(3),
.OEM-ico:hover .num-change li:nth-child(2) {
}

.OEM-ico:hover .WeSold {
    background-position: -111px 7px;
    transition: all 0.3s;
}

.OEM-ico:hover .Available {
    background-position: -335px 7px;
    transition: all 0.3s;
}

.OEM-ico:hover .Shopping {
    background-position: -559px 7px;
    transition: all 0.3s;
}

.OEM-ico:hover .Employees {
    background-position: -789px 7px;
    transition: all 0.3s;
}

.OEM-ico:hover .Trusted {
    background-position: -999px 7px;
    transition: all 0.3s;
}

.OEM-ico:hover .ProjectsSup {
    background-position: -1154px 7px;
    transition: all 0.3s;
}
