#header {
    position: absolute;/*定位header在banner之上*/
    left: 0;
    right: 0;
    z-index: 200;
}


/* banner */
.banner {
    min-width: 103.33em;
    height: 33.35em;
    margin: 0 auto;
}
/*banner end*/

/* section-top */
h3 {
    padding: 3.35em 0;
    font-size: 2.17em;
    line-height: 1.23em;
    font-weight: normal;
    text-align: center;
    color: #46474a;
}

.section-list {
    width: 103.34em;
    margin: 0 auto;
    padding-bottom: 7.5em;
}

.section-list li {
    float: left;
    border-left: 1px solid #e5e5e5;
    text-align: center;
}

.section-list li:first-child {
    border-color: transparent;
}

.section-top .section-list li {
    width: 25.75em;
    height: 22.5em;
}

.section-list span {
    display: block;
    margin: 0 auto;
    width: 4.34em;
    height: 5em;
    background: url(../img/icon-non-bank.png) no-repeat;
}

.section-list li:hover span {
    position: relative;
    top: -.83em;
}

.section-list h4 {
    font-size: 1.67em;
    padding: 1.85em 0 1.7em;
    color: #46474a;
}

.section-list li:hover h4 {
    color: #40a9ff;
}

.section-list li p {
    padding: 0 2.93em;
    font-size: 1.33em;
    line-height: 2em;
    text-align: center;
    color: #46474a;
}

.section-list-item1 span {
    background-position: 0 0;
}

.section-list-item1:hover span {
    background-position: -58px 0;
}

.section-list-item2 span {
    background-position: 0 -65px;
}

.section-list-item2:hover span {
    background-position: -58px -65px;
}

.section-list-item3 span {
    background-position: 0 -130px;
}

.section-list-item3:hover span {
    background-position: -58px -130px;
}

.section-list-item4 span {
    background-position: 0 -195px;
}

.section-list-item4:hover span {
    background-position: -58px -195px;
}
/* section-top end */

.section-bottom {
    min-width: 103.34em;
    padding-bottom: 10em;
    background-color: #f6f6f6;
}

.btm-list {
    width: 100em;
    margin: 0 auto;
}

.btm-list > li {
    position: relative;
    float: left;
    width: 22.5em;
    height: 44.67em;
    margin-left: 3.33em;
    background-color: #fff;
    box-shadow: 0 0 1em #dcdcdc;
}

.btm-list > li:hover {
    box-shadow: 0 0 1.67em #badefc;
}

.btm-list > li:first-child {
    margin-left: 0;
}

.btm-list .btm-list-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.2em;
    height: 3.9em;
    background: url(../img/icon-non-bank.png) no-repeat ;
}

.btm-list-item1 .btm-list-bg {
   background-position: -136px 0;
}

.btm-list-item1:hover .btm-list-bg {
    background-position: -233px 0;
}

.btm-list-item2 .btm-list-bg {
    background-position: -136px -90px;
}

.btm-list-item2:hover .btm-list-bg {
    background-position: -233px -90px;
}

.btm-list-item3 .btm-list-bg {
    background-position: -136px -168px;
}

.btm-list-item3:hover .btm-list-bg {
    background-position: -233px -168px;
}

.btm-list-item4 .btm-list-bg {
    background-position: -136px -253px;
}

.btm-list-item4:hover .btm-list-bg {
    background-position: -233px -253px;
}

.btm-list > li > div:first-child {
    height: 4.8em;
    border-bottom: 4px solid #dcdcdc;
    font-size: 1.66em;
    line-height: 7em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient( 135deg, #a0a0a0, #bdbdbc);
    background: -ms-linear-gradient( 135deg, #a0a0a0, #bdbdbc);
    background: -moz-linear-gradient( 135deg, #a0a0a0, #bdbdbc);
    background: linear-gradient( 135deg, #a0a0a0, #bdbdbc);
    filter:progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#a0a0a0",
            endColorstr="#bdbdbc",
            GradientType=1);
}

.btm-list > li:hover > div:first-child {
    border-color: #badefc;
    background: -webkit-linear-gradient( 135deg, #1a2b7d, #40a9ff);
    background: -ms-linear-gradient( 135deg, #1a2b7d, #40a9ff);
    background: -moz-linear-gradient( 135deg, #1a2b7d, #40a9ff);
    background: linear-gradient( 135deg, #1a2b7d, #40a9ff);
    filter:progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#1a2b7d",
            endColorstr="#40a9ff",
            GradientType=1);
}

.btm-list ul {
    margin: 2.67em auto 2.125em;
    text-align: center;
}

.btm-list li li {
    font-size: 1.33em;
    line-height: 2em;
    color: #78797b;
}

.btm-list li li b {
    padding-right: .375em;
    color: #a0a0a0;
}


.btm-list li:hover li b {
    color: #40a9ff;
}

.btm-list p {
    padding: 0 2.84em;
    font-size: 1.08em;
    line-height: 2em;
    text-indent: 2em;
    color: #46474a;
}

.ctrl-height {
    overflow: hidden;
}

.ctrl-height + a {
    float: right;
    margin: .92em 2.85em;
    color: #40a9ff;
    font-size: 1.08em;
}