.container {
    width: 100%;
    min-height: 64vh;
    min-width: 1200px;
}

/* 顶部图 */
.topPic {
    position: relative;
    width: 100%;
    height: 450px;
}

.topPic img {
    width: 100%;
    height: 100%;
}

.topPic .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.topPic .text div {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 10px;
}

.topPic .text p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 10px;
}

/* 公司简介 */
.profile {
    width: 100%;
    box-sizing: border-box;
    padding-top: 120px;
}

.profile_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.profile_h {
    font-size: 16px;
    margin-bottom: 15px;
}

.profile_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

.profile_box_left {
    width: calc(90% - 544px);
    height: 100%;
    box-sizing: border-box;
    padding-top: 25px;
}

.profile_box_left div {
    font-size: 18px;
    font-weight: bold;
}

.profile_box_left span{
    display: block;
    width:50px;
    height:2px;
    background:rgba(38,171,88,1);
    margin: 20px 0;
}

.profile_box_left p {
    line-height: 25px;
    color: #333;
}

.profile_box_right {
    width: 544px;
    height: 299px;
    background-color: skyblue;
}

.profile_box_right img {
    width: 100%;
    height: 100%;
}

/* 组织架构 */
.structure {
    width: 100%;
}

.structure_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.structure_h {
    font-size: 16px;
    margin-bottom: 15px;
}

.structure_img {
    width: 464px;
    height: 465px;
    margin: 70px auto 86px;
}

/* 企业文化 */
.culture {
    width: 100%;
    padding: 50px 0 30px;
    box-sizing: border-box;
    background-color: #f6fcf8;
}

.culture_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.culture_h {
    font-size: 16px;
    margin-bottom: 60px;
}

.culture_box {
    width: 100%;
    margin-bottom: 30px;
}

.culture_box_title {
    font-size: 16px;
    color: #333;
    margin-bottom: 34px;
}

.culture_box ul {
    width: 100%;
    overflow: hidden;
}

.culture_box ul li {
    float: left;
    width: 31.33%;
    height: 115px;
    margin-right: 3%;
    background-color: #fff;
    box-sizing: border-box;
    border:1px solid #26AB58;
    padding: 25px 30px 0 30px;
    margin-bottom: 15px;
}

.culture_box ul li:nth-of-type(3n) {
    margin-right: 0;
}

.culture_box ul li div {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.culture_box ul li span {
    font-size: 13px;
    color: #999;
}

/* 荣誉资质 */
.honor {
    width: 100%;
    box-sizing: border-box;
    padding-top: 80px;
}

.honor_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.honor_h {
    font-size: 16px;
    margin-bottom: 60px;
}

.honor_box {
    width: 100%;
    margin-bottom: 50px;
}

.honor_box_title {
    font-size: 16px;
    color: #333;
    margin-bottom: 34px;
}

.honor_box ul {
    width: 100%;
    overflow: hidden;
}

.honor_box ul li {
    float: left;
    width: 22%;
    height: 250px;
    background-color: #fff;
    margin:1%;
    overflow: hidden;
}

.honor_box ul li:nth-of-type(3n) {
    margin-right: 0;
}

/* 技术团队 */
.team {
    width: 100%;
}

.team_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.team_h {
    font-size: 16px;
    margin-bottom: 60px;
}

.team_box {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 50px 0 15px;
    margin-bottom: 50px;
}

.team_box_left {
    width: 100px;
    text-align: center;
}

.team_box_left img {
    width: 100%;
    height: 100px;
    margin-bottom: 6px;
}

.team_box_left div {
    font-size: 20px;
}

.team_box_right {
    width: calc(95% - 100px);
}

.team_box_right p {
    font-size: 12px;
    line-height: 26px;
    padding-top: 10px;
}

/* 招贤纳士 */
.recruiting {
    width: 100%;
    padding-top: 90px;
    background-color: #f6fcf8;
    box-sizing: border-box;
}

.recruiting_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.recruiting_h {
    font-size: 16px;
    margin-bottom: 60px;
}

.recruit_box {
    width: 100%;
}

.recruit_box_title {
    width: 100%;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E4EAEC;
    margin-bottom: 25px;
}

.recruit_box_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.recruit_box_content_top {
    width: 100%;
    padding-bottom: 45px;
}

.recruit_box_content_top div {
    font-weight: bold;
    margin-bottom: 15px;
}

.recruit_box_content_top p {
    font-size: 12px;
    line-height: 30px;
}

/* 底部背景 */
.footer_img {
    width: 100%;
}