﻿.aboutbody {
}

    .aboutbody .aboutnr {
        width: 1280px;
        margin: 20px auto;
    }

/****/
        .aboutbody .aboutnr p{
            text-indent:36px;
            font-size:18px;
            line-height:36px;
            margin-bottom:20px;
        }
        .aboutbody .aboutnr img {
            display:block;
            width:100%;
            margin:20px 0px;
        }
        /****/
        .aboutbody .aboutitem {
            display: flex;
            justify-content: space-between
        }

    .aboutbody .aboutbt {
        display: flex;
        color: #af182b;
        flex-direction: column;
        margin-right: 50px;
        width: 500px;
        justify-content: center;
    }

    .aboutbody .bt {
        font-size: 48px;
        font-weight: bold;
    }

    .aboutbody .ms {
        font-size: 24px;
    }

    .aboutbody .aboutstr {
        flex: 1;
        line-height: 30px;
        font-size: 16px;
    }

    .aboutbody .aboutimg {
        margin: 30px 0;
    }

        .aboutbody .aboutimg img {
            display: block;
            width: 100%;
        }

    .aboutbody .aboutpnr {
        line-height: 30px;
        font-size: 16px;
    }
/**相册**/
    .aboutbody .xclist {
        display: block;
        width: 100%;
    }

        .aboutbody .xclist li {
            display: block;
            margin: 0px;
            padding: 0px;
        }

        .aboutbody .xclist .grid-item {
            display: block;
            float: left;
            width: 308px;
            margin-bottom: 15px;
            box-sizing: border-box;
            border: 1px solid #CCC;
            border-radius: 3px;
        }

        .aboutbody .xclist .gutter-sizer {
            float: left;
            width: 15px
        }

        .aboutbody .xclist a {
            display: block;
            width: 100%;
        }
    .aboutbody .xcimg img {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-radius: 3px 3px 0 0;
    }


    .aboutbody .xcname {
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #333;
    }
/**企业文化**/
.abculture{
    padding-top:80px;
}
    .abculture .cuitem {
        width: 256px;
        height: 280px;
        float: left;
        box-sizing: border-box;
        border-right: 1px dashed #EEE;
        margin-bottom: 60px;
    }
        .abculture .cuitem:nth-child(5n+5) {
            border-right: 0px;
        }
    .abculture .cuimg {
    }
        .abculture .cuimg img {
            display: block;
            width: 30%;
            margin: 0 auto;
        }
    .abculture .cuname {
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #555;
    }
    .abculture .custr {
        padding: 0 20px;
        line-height: 26px;
        text-align: center;
    }
/**服务项目内容**/
.servicenr{
    line-height:36px;
}
    .servicenr p {
        margin: 10px 0;
    }
.servicenr img{
    display:block;
    width:100%;
    margin:10px 0;
}