﻿/*num-figure*/
.num-figure {
    width: 1200px;
    height: auto;
    text-align: center;
    margin:0 auto;
}
.num-figure li{
    list-style:none;
}
.OEM-ico {
    padding: 50px 0;
	width:25%;
	float:left;
}
.num-change{
    padding:0;
    list-style:none;
}
.num-change li:nth-child(1) {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
.timer{
    font-size: 60px;
    color: #f36f21;
    font-weight: bold;
}
.num-change li:nth-child(2) {
    color: white;
    font-size: 16px;
    margin-top: 20px;
}
.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;
}

