.banner-top:after {
    background: url(../../managementidea/images/management-banner.jpg) center no-repeat;
}
.page-wrap{
    width:1200px;
    margin:0 auto;
}

.page-wrap.section1{
    padding-top:110px;
    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;
}

.idea-item{
    width:345px;
    margin-right: 80px;
    float: left;
    text-align: center;
    margin-top:120px;
    margin-bottom:210px;
}

.idea-item:nth-child(3n){
    margin-right:0px;
}

.idea-item .icon-wrap{
    width:80px;
    height:80px;
    border-radius: 5px;
    border:1px solid #a8b3f2;
    position: relative;
    margin:0 auto;
}

.idea-item .icon-wrap .item-icon{
    position: absolute;
    width:60px;
    height:60px;
    background: url("../../managementidea/images/management-icons.png")-16px -15px no-repeat;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

.item-con .title-eng{
    font-size:18px;
    color: #0018a8;
    margin-top:20px;
    margin-bottom:20px;
}
.item-con .title-des{
    font-size:17px;
    color: #000000;
    line-height:30px;
}

.ma-line{
    width:110px;
    height:2px;
    background: #000;
    margin: auto;
}