﻿/*num-figure*/
.num-figure {
    width: 100%;
    height: auto;
    text-align: center;
}
.num-figure li{ list-style:none;}
.OEM-ico {
    padding: 33px 0;
	/*width:16.66%;*/
	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("../images/indexnumber/trustful_03.png") no-repeat -56px 7px;
}

.num-figure .Available {
    background: url("../images/indexnumber/trustful_03.png") no-repeat -282px 9px;
}

.num-figure .Shopping {
    background: url("../images/indexnumber/trustful_03.png") no-repeat -501px 9px;
}

.num-figure .Employees {
    background: url("../images/indexnumber/trustful_03.png") no-repeat -726px 9px;
}

.num-figure .Trusted {
    background: url("../images/indexnumber/trustful_03.png") no-repeat -944px 8px;
}

.num-figure .ProjectsSup {
    background: url("../images/indexnumber/trustful_03.png") no-repeat -1107px 9px;
}

.OEM-ico a{
    text-decoration: none;
}

.num-change li:nth-child(2) {
    font-size: 26px;
    font-family: YeSans;
    color: #444;
    font-weight: 500;
    
}

.num-change li:nth-child(3) {
    color: #9C9C9C;
    font-size: 13px;
    margin-top: 2px;
}

.OEM-ico:hover {
    background:#FF5A37;
    
}

.OEM-ico:hover li{
    color:#fff;
    
}

 

.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;
}



section.feature .cards {
    display: inline-block;
    margin-top: 35px;
    width:100%;
}

section.feature .cards li.libg {
    width: 220px;
    height: 230px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgb(155 165 163 / 15%);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    animation: rollin .8s 1;
    margin: 16.5px;
    padding: 32px 20px 42px 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}


section.feature .cards  li.linobg {
    width: 220px;
    height: 230px;
    border-radius: 2px;
    animation: rollin .8s 1;
    margin: 16.5px;
    padding: 32px 20px 42px 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

section.feature .cards  li.linobg p img
{
    width:60px;   
    height:60px; 
 }


section.feature .cards li.libg2 {
    width: 360px;
    height: 230px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgb(155 165 163 / 15%);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    animation: rollin .8s 1;
    margin: 5px;
    padding: 2px 2px 2px 2px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}


section.feature .cards  li.linobg2 {
    width: 360px;
    height: 230px;
    border-radius: 2px;
    animation: rollin .8s 1;
    margin: 5px;
    padding: 2px 2px 2px 2px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}



.linobg p{ text-align:center; line-height:1.5;}
.libg p{ text-align:center;line-height:1.5;}
.linobg2 p{ text-align:center; line-height:1.5;}
.libg2 p{ text-align:center;line-height:1.5;}

.linobg p a{ color:#666;}
.libg p a{ color:#666;}
.linobg2 p a{color:#666;}
.libg2 p a{color:#666;}


.prbox{width:1200px; margin:0px auto; text-align:center;}
.ptitle{ text-align:center; width:1200px;}
.ptitle b{ margin:0px auto; font-size:24px; font-weight:normal; border-bottom:3px solid #ff5a37; padding-bottom:5px;} 

