


.banner{
    width: 100%;
    margin-top: 120px;
    position: relative;
}
.banner>.bg{
    width: 100%;
}




section>.content{
    width: 1200px;
    margin: 0 auto 50px;
    padding: 20px 0 80px 0 ;
    box-sizing: border-box;
}
section>.content>.title{
    border-bottom: 1px solid #dcdcdc;
}
section>.content>.title>span{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #009fe9;
    border-bottom: 2px solid #009fe9;
    display: inline-block;
    font-size: 14px;
}
section>.content>.content_con{
    padding: 20px;
    box-sizing: border-box;
}
section>.content>.content_con>.content_con_img{
    width: 100%;
}
section>.content>.content_con>p{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    letter-spacing: .1em;
    text-indent: 2em;
}
section>.content>.content_img{
    text-align: center;
}


.l{
    float: left;
}

.r{
    float: right;
}
