.banner-top:after{
    background: url(../../member/images/member-banner.jpg) center no-repeat;
}

.page-wrap{
    width:1020px;
    margin:0 auto;
}

.page-wrap.section1{
    padding-top:70px;
    padding-bottom:200px;
}

.page-title{
    font-size:20px;
    font-weight: bold;
    color: #000;
    line-height:40px;
}

.page-des{
    font-size:17px;
    color: #000;
    line-height:30px;
}

.member-wrap{
    margin-top:90px;
}

.member-wrap .member-item{
    width:460px;
    float: left;
    margin-right:100px;
}

.member-wrap .member-item:nth-child(2n){
    margin-right:0px;
}

.member-wrap .member-item .item-left{
    float: left;
    width:320px;
}

.member-wrap .member-item .item-right{
    float: left;
}

.member-wrap .member-item .item-right .item-button{
    width:135px;
    height:45px;
    border:1px solid #000000;
    font-size:16px;
    color: #000;
    font-weight: bold;
    line-height:45px;
    text-align: center;
    cursor: pointer;
}

.member-wrap .member-item .item-right .item-button:hover{
    background: #1634db;
    color: #ffffff;
}

.member-wrap .member-item .item-right .item-button i{
    width:10px;
    height:12px;
    background: url("../../member/images/member-icons.png")-13px -16px no-repeat;
    display: inline-block;
    margin-left:10px;
}

.member-wrap .member-item .item-right .item-button:hover i{
    background-position: -46px -16px;
}

.member-wrap .member-item .item-line{
    width:100%;
    height:1px;
    background: #dddddd;
    margin-top:40px;
    margin-bottom:50px;
}
