


.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;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;

}
section>.title{
    width: 1200px;
    margin: 0 auto;
    font-size: 25px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
section>.content>.text{
    font-size: 16px;
    color: #999;
    text-indent: 2em;
    line-height: 2;
}
.conList .text{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.conList>.l{
    margin-right: 80px;
}

.animate-delay-300ms{
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.animate-delay-500ms{
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animate-delay-800ms{
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}




.l{
    float: left;
}

.r{
    float: right;
}