.bannerBox{
    padding: 0;
}

div.title{
    font-size: 26px;
    color: rgb(63, 63, 63);
    margin: 0;
    line-height: 24px;
    text-align: center;
}
div.title p{
    text-align: center;
    margin-bottom: 50px;
}
div.title p span{
    width: 80px;
    height: 3px;
    background: rgb(13, 106, 189);
    display: block;
    margin: 11px auto 0 auto;
    border-radius: 7px;
}
#new{
    margin-top: 90px;
    margin-bottom: 80px;
}
#newtwo ul{
    display: block;
    overflow: hidden;
    margin: 0 0 40px 0;
}
#newtwo ul li{
    text-align: center;
}
#newtwo ul li p{
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 0 0;
    color: #333333;
}




/*手机样式*/
@media screen and (max-width: 1000px) {
    #new {
        margin: 20px 0 30px 0;
        padding: 0;
    }
    div.title p {
        text-align: center;
        margin: 5px 0 10px 0;
        font-size: 15px;
    }
    div.title p span {
        width: 70px;
        height: 2px;
        margin: 1px auto 0 auto;
        border-radius: 7px;
    }

    div.textContact *{
        font-size: 12px !important;
    }

    #newtwo .container{
        padding: 0;
    }
    #newtwo ul li {
       padding: 0 6px;
    }
    #newtwo ul li p {
        font-size: 12px;
        line-height: 20px;
        margin: 2px 0 0 0;
    }
    #newtwo ul li img{
        width: 80%;
    }




}