* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    position: relative;
}
body::after{
    background-image: url('../imgs/about/about2.jpg');
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    opacity: 0.3;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 最大容器 */
.profileAll {
    width: 100%;
    height: 100vh;
    margin: auto;
    position: relative;
}

.bgImg {
    width: 100%;
    height: 100vh;
    display: inline-block;
    background-image: url('../img/bg_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.tableCard {
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 75px;
}
.tableCard>p{
    width: 100px;
    height: 50px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    border-bottom: 2px solid rgb(255, 145, 1);
}
.tableCard_title{
    font-size: 16px;
    margin-top: 50px;
}
.tableCard_title ul{
    display: flex;
    justify-content: space-around;
}
.tableCard_title li{
    height: 35px;
    list-style: none;
}
.tableCard_content{
    margin-top: 50px;
    width: 100%;
}

.tableCard_content>div{
    display: none;
}
.tableCard_content .tabCons {
    display: block;
}


/* 企业资质 */
 
#aptitude>img{
    width: 48%;
    height: 600px;
}