.company  dl{overflow:hidden; margin:0 0 35px;}
.company dl dt{}
.company dl dd ul, ol{overflow:hidden; margin:20px 0;}
.company dl dd ul li, .company dl dd ol li{float:left; width:24.88%;}
.company dl dd ul li div{margin:15px; text-align:center;}
.company dl dd ul li div span{display:block; margin:0 auto 20px; width:160px; height:160px; border-radius:50%;}
.company dl dd ul li:nth-child(1) span{background:#d3e05d;}
.company dl dd ul li:nth-child(2) span{background:#b5d570;}
.company dl dd ul li:nth-child(3) span{background:#85b61c;}
.company dl dd ul li:nth-child(4) span{background:#60ab70;}
.company dl dd ul li div span h3{padding-top:60px; font-size:24px; letter-spacing:-1px; margin:0 0 10px;}
.company dl dd ul li div h3{font-size:24px; letter-spacing:-1px;  color:#fff; }
.company dl dd ul li div p{font-size:15px; letter-spacing:-0.8px; color:#777;}



.tit {    text-align: center;
    padding: 30px;
    margin: 20px 0;
    background: #f7f7f7;
    border-radius: 90px 0 0 0;}
.tit img {max-width:25px;margin-bottom:5px;}
.tit h3{font-size:28px; letter-spacing: -2px;}
.tit span {font-size:18px;letter-spacing: -1px;}

.company .num  li {
    padding: 20px 20px 20px 0;
    border: 1px solid #e4e4e4;
    margin-top: -1px;
    margin-bottom: 20px;
}

.company h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.company h4 span {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 25px;
    background-color: #9ec321;
    color: #fff;
    text-align: center;
    border-radius: 0 3px 3px 0;
    margin-right: 5px;
}
.company p {
    padding-left: 25px;
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.6;
    color: #555;
    margin-top:-35px;
}


@media screen and (min-width:991px) and (max-width:1199px){
	.company dl dd ol li div .txt{width:60%;}
}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
    .company dl dd ol li div span{display:block; margin:0 auto 10px; float:none;}
    .company dl dd ol li div .txt{float:none; width:100%; text-align:center;}
}

/* mobile */
@media screen and (max-width:767px){
    .company dl{margin:0 0 25px;}
    .company dl dt{font-size:24px;}
    .company dl dd ul li, 
    .company dl dd ol li{float:none; width:100%; margin:0 0 45px;}
    .company dl dd ul li div span{width:140px; height:140px;}
    .company dl dd ul li div span img{padding:28px 0 0; width:90px;}
    .company dl dd ol li div span{display:block; margin:0 auto 10px; float:none;}
    .company dl dd ol li div .txt{float:none; width:100%; text-align:center;}
    .company dl dd ul li div span h3{padding-top:50px; font-size:24px; letter-spacing:-1px; margin:0 0 10px;}
    .tit h3{font-size:22px; letter-spacing: -2px;}
    .company dl dd ul li, .company dl dd ol li{float:left; width:50%;}
}