﻿#main {
    padding-bottom: 135px;
}
.section {
    padding: 25px 0;
}
.section  h1 {
    text-align: center;
    font-size: 28pt;
    padding-top: 10px;
    line-height: 2.5em;
    margin-bottom: 50px;
}
.section h1 > small {
    height: 8px;
    width: 66px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    background-color: #c7000c;
    border-radius: 10px;
}
.section  h1 > label {
    color: #444;
    font-size: 18pt;
    font-weight: normal;
    display: block;
    line-height: 1.5em;
}
hr {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}
#sectionTop {
    height: 450px;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
}
#sectionTop  > img {
    width: 100%;
    display: block;
    position: absolute;
}
#sectionTop .top-w1 {
    padding-top: 100px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

img#imgHome {
    position: absolute;
    bottom: 0px;
    width: 468px;
    right: 20px;
}
.slogan-w1 {
    text-align: left;
    padding-top: 100px;
}
.slogan-w1 h1 {
    font-size: 34pt;
    letter-spacing: 3px;
}
    .slogan-w1 p {
        font-size: 16pt;
        margin-bottom: 25px;
    }
.slogan-w1 a.btn {
    margin: 0px;
    margin-right: 20px;
    transition: 0.6s;
}
    .slogan-w1 a.btn:hover {
        background-color: #ff0033;
    }

ul.list-features {
    overflow: hidden;
}
ul.list-features > li {
    width: 20%;
    float: left;
    padding: 10px 0;
}
    ul.list-features > li div {
        line-height: 50px;
        margin: 0 10px;
        text-align: center;
        background-color: #f4f4f4;
        border-radius: 4px;
        cursor: default;
        font-size: 14pt;
    }
ul.list-features a {
    color: #333;
}

ul.list-rencai {
    overflow: hidden;

}
ul.list-rencai > li {
    width: 25%;
    float: left;
}
ul.list-rencai i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 64px;
}
ul.list-rencai h4 {
    text-align: center;
    padding: 15px 0;
    font-size: 14pt;
    margin-bottom: 10px;
}
ul.list-rencai p {
    margin: 0 15px;
    text-align: center;
    border-radius: 5px;
    background-color: #f4f4f4;
    height: 70px;
    padding: 10px;
    padding-bottom: 0px;
    font-size: 11pt;
    color: #557766;
}
ul.list-rencai i.i-stable {
    background-image: url("images/rencai-stable.png");
}
ul.list-rencai i.i-safe {
    background-image: url("images/rencai-safe.png");
}
ul.list-rencai i.i-customize {
    background-image: url("images/rencai-customize.png");
}
ul.list-rencai i.i-kefu {
    background-image: url("images/rencai-kefu.png");
}

/************************/
.section-text-img > .inner,
.section-img-text > .inner {
    height: 490px;
}
.section-printer > .inner {
    height: auto;
}
.section-printer .img-w1 {
    padding-top: 50px;
    padding-left: 50px;
}
.section-printer .img-w1 img {
    width: 280px;
}

/**************/
#qrSample {
    padding: 25px 0;
    text-align: center;
}
#qrSample img {
    width: 200px;
    height: 200px;
}