.content{
    display: flex;
	flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}


/* 内容区 */
#mark{
    width:90%;
	/* text-align: center; */
	margin: 0 auto;
	margin-bottom: 15px;
    text-align: justify;
	align-items: center;
}
#mark p{
    font-size: 16px;
    line-height: 28px;
	margin-bottom: 18px;
}
/* 企业文化理念 */
#idea{
    width: 100%;
    margin-top: 29px;
    margin-bottom: 37px;
}
#idea li{
	height: 146px;
    display: flex;
    justify-content: start;
    background: #F9F9F9;
    margin-top: 11px;
}
.img{
    width: 50%;
    height: 146px;
}
.cul-vision{
    background: url('../image/culture/cul-img1.png') no-repeat;
	background-size: cover;
}
.cul-spirit{
    background: url('../image/culture/cul-img2.png')  no-repeat;
	background-size: cover;
}
.cul-mission{
    height: 100%;
    background: url('../image/culture/cul-img3.png') no-repeat;
	background-size: cover;
}
.cul-location{
    background: url('../image/culture/cul-img4.png') no-repeat;
	background-size: cover;
}
.txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
	margin-left: 5%;
    height: 146px;
    /* padding-left: 65px; */
}
.txt{
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.txt span{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}
#idea li:nth-child(3),
#idea li:nth-child(3) p{
    height: 180px;
}
/* 328 × 110 */
.mark-img{
    width: 190px;
    height: 64px;
    margin: 35px auto;
	margin-bottom: 23px;
    background: url('../image/culture/mark.png') no-repeat;
	background-size: contain;
}


/* tab 管理 */
#idea{
    display: none;
}
#mark{
    display: block;
}
