.site-main {
    margin-top: -70px;
}
.site-main .container{
    padding: 80px 25px 40px;
}
.sect-left{
    width: 729px;
    float: left;
}
.sect-right{
    width: 235px;
    float: right;
}
.about-box{
    width: 282px;
    float: left;
}
.about-box a:hover .txt{
    text-decoration: underline;
}
.about-box .sect-title{
    background: url(../images/index/about-title.png);
    text-indent: -5000px;
    height: 38px;
}
.about-box .txt {
    border: solid #DDDDDD;
    border-width: 0 1px 2px;
    padding: 15px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.certification-box{
    float: right;
}
.certification-box .sect-title,.products-box .sect-title{
    font-size: 17px;
    color: #fff;
    border-bottom: 3px solid #64B53F;
    margin-bottom: 15px;
}
.certification-box .more,.products-box .more{
    width: 45px;
    height: 13px;
    background: #61B441 url(../images/index/more.png)center no-repeat;
    text-indent: -5000px;
    -webkit-border-radius: 13px;
       -moz-border-radius: 13px;
            border-radius: 13px;
    float: right;
    margin-top: 10px;
}
.products-box .more{
    background-color: #31B8E4;
}
.certification-box .more:hover{
    background-color: #36871F;
}
.products-box .more:hover{
    background-color: #178AB0;
}
.products-box .sect-title{
    border-color: #188AD8;
}
.certification-box .sect-title span,
.products-box .sect-title span {
    padding: 4px 15px 0 15px;
    width: 255px;
    border: solid #E9E9E9;
    display: inline-block;
    border-width: 1px 1px 0 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#85c82b+0,4da84d+100 */
    background: #85c82b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #85c82b 0%, #4da84d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #85c82b 0%, #4da84d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #85c82b 0%, #4da84d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#85c82b', endColorstr='#4da84d', GradientType=0);
    /* IE6-9 */
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.products-box .sect-title span{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5cd1ef+0,0576d1+100 */
    background: #5cd1ef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5cd1ef 0%, #0576d1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5cd1ef 0%, #0576d1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5cd1ef 0%, #0576d1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5cd1ef', endColorstr='#0576d1', GradientType=0);
    /* IE6-9 */
}
.certification-box .sect-title small,.products-box .sect-title small{
    font-size: 16px;
    color: #BBE682;
    font-style: italic;
    font-weight: bold;
}
.products-box .sect-title small{
    color: #81EAF5;
}
.certification-list,
.products-list{
    margin: 0 -4px;
}
.products-list{
    margin: 0 -3px;
}
.certification-list .item,
.products-list .item{
    padding: 0 4px;
    text-align: center;
}
.products-list .item{
    padding: 0 3px;
}
.certification-list .pic,
.products-list .pic{
    border: 1px solid #DDDDDD;
    padding: 4px;
    margin-bottom: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
}
.certification-list .name,
.products-list .name{
    font-size: 13px;
    color: #666666;
}
.certification-list .box:hover .name{
    color: #6CB939;
}
.products-list .box:hover .name{
    color: #44B8E6;
}
.sect2{
    margin-top: 20px;
}
