﻿.bottomabout {
    background-color: #233541;
}
.footer {
    background-color: #1b2e35;
}
    .footer .webinfo {
        color: #fff;
        font-size: 12px;
        margin: 0 10px;
    }

        .footer .webinfo .item a {
            color: #fff;
        }
/*移动端*/
@media screen and (max-width:768px) {
    .bottomabout .abtitle {
        color: #fff;
        margin-top: 20px;
        font-size: 20px;
    }
    .bottomabout .row .icontb {
        width: 40px;
        height: 40px;
        color: #fff;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        line-height: 40px;
    }
        .bottomabout .row .icontb span {
            font-size: 30px;
        }

    .bottomabout .row .icontext p {
        font-size: 14px;
        color: #fff;
        margin:0;
    }
    .bonerow{
        margin-bottom:10px;
    }
    .footer .webinfo .item {
        width:100%;
        text-align:center;
        margin:0 10px;
    }

}

/*pc端*/
@media screen and (min-width:768px) {
    .bottomabout .abtitle {
        color: #fff;
        margin-top: 40px;
        font-size: 24px;
    }
    .bottomabout .row .icontb {
        width: 40px;
        height: 40px;
        color:#fff;
        border-radius:50%;
        border:1px solid #fff;
        text-align:center;
        line-height:40px;
    }
    .bottomabout .row .icontb span{
        font-size:30px;
    }
    .bottomabout .row .icontext p{
        font-size:14px;
        color:#fff;
        margin:0;
    }
 
    .bottomabout .bottominforow {
        padding-bottom: 40px;
        padding-top: 20px;
    }
}