/*num-figure*/
.num-figure {
    width: 100%;
    height: auto;
    text-align: center;
}
.num-figure li{ list-style:none;}
.OEM-ico {
    padding: 23px 0;
	width:25%;
	float:left;
}
.num-change{padding:0;}
.num-change li:first-child {
    width: 55px;
    height: 50px;
    margin: 0 auto;
}

.num-figure .WeSold {
    background: url("../img/trustful_03.png") no-repeat -56px 7px;
}

.num-figure .Available {
    background: url("../img/trustful_03.png") no-repeat -282px 9px;
}

.num-figure .Shopping {
    background: url("../img/trustful_03.png") no-repeat -501px 9px;
}

.num-figure .Employees {
    background: url("../img/trustful_03.png") no-repeat -726px 9px;
}

.num-figure .Trusted {
    background: url("../img/trustful_03.png") no-repeat -944px 8px;
}

.num-figure .ProjectsSup {
    background: url("../img/trustful_03.png") no-repeat -1107px 9px;
}

.OEM-ico a{
    text-decoration: none;
}

.num-change li:nth-child(2) {
    font-size: 66px;
    font-family: Times New Roman;
    color: #FFF;
    font-weight: 600;
}

.num-change li:nth-child(3) {
    color: #FFF;
    font-size: 15px;
    margin-top: 2px;
}
.shupic{ margin-top:45px;}

.houzhui{ font-size:20px; margin-left:25px;}

.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;
}

