/* 关于我们背景图 */

.container .banner-container {
    width: 100%;
    position: relative;
}

.container .banner-container .main-bac {
    width: 100%;
    height: 100%;
}

/* 关于我们tab切换*/
.container .about-tab-container {
    width: 100%;
    height: 84px;
    background: #F1F5F2;
    position: sticky;
    top: 0;
    z-index: 888;
}

.container .about-tab-container .about-tab {
    width: 1200px;
}

.container .about-tab-container .about-tab .text {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #666666;
    margin-left: 80px;
    cursor: pointer;
}

.container .about-tab-container .about-tab .text:first-child {
    margin-left: 0;
}

.container .about-tab-container .about-tab .active {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.container .about-tab-container .about-tab .active::after {
    position: absolute;
    display: block;
    content: "";
    width: 42px;
    height: 3px;
    background: #005F3F;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}

/* 深竹简介 */
.container .introduction-container {
    width: 100%;
}

.container .introduction-container .introduction {
    width: 1200px;
}

.container .introduction-container .introduction .title-chinese {
    width: 100%;
    margin-top: 96px;
    font-size: 40px;
    font-family: "Sourc","Microsoft YaHei";
    font-weight: bold;
    color: #005F3F;
    letter-spacing: 10px;
}

.container .introduction-container .introduction .title-english {
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
    font-family: "Arial";
    font-weight: 400;
    color: #666666;
    letter-spacing: 5px;
}

.container .introduction-container .introduction .content {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    margin-top: 60px;
    width: 100%;
}

/* 企业文化 */

.container .culture-container {
    width: 100%;
}

.container .culture-container .culture {
    width: 1200px;
}

.container .culture-container .culture .title-chinese {
    width: 100%;
    margin-top: 96px;
    font-size: 40px;
    font-family: "Sourc","Microsoft YaHei";
    font-weight: bold;
    color: #005F3F;
    letter-spacing: 10px;
}

.container .culture-container .culture .title-english {
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
    font-family: "Arial";
    font-weight: 400;
    color: #666666;
    letter-spacing: 5px;
}

.container .culture-container .culture .content {
    margin-top: 60px;
    width: 100%;
}

.container .culture-container .culture .content .item {
    width: 588px;
}

.container .culture-container .culture .content .item img {
    width: 100%;
}

.container .culture-container .culture .content .item .title {
    margin-top: 24px;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #3E7154;
}

.container .culture-container .culture .content .item .title span {
    margin-left: 12px;
    font-size: 24px;
    font-family: "Arial";
    font-weight: 400;
    color: #93B99D;
}

.container .culture-container .culture .content .item p {
    margin-top: 24px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #558A76;
}

/* 分割图 */
.container .about-midddle {
    width: 100%;
    margin-top: 96px;
}

/* 资质荣誉 */

.container .honor-container {
    width: 100%;
}

.container .honor-container .honor {
    width: 1200px;
}

.container .honor-container .honor .title-chinese {
    width: 100%;
    margin-top: 96px;
    font-size: 40px;
    font-family: "Sourc","Microsoft YaHei";
    font-weight: bold;
    color: #005F3F;
    letter-spacing: 10px;
}

.container .honor-container .honor .title-english {
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
    font-family: "Arial";
    font-weight: 400;
    color: #666666;
    letter-spacing: 5px;
}

.container .honor-container .honor .content {
    width: 100%;
    /* margin-top: 24px; */
}

.container .honor-container .honor .content .item {
    width: 380px;
    /*height: 300px;*/
    margin-top: 48px;
}

.container .honor-container .honor .content .item img {
    width: 100%;
    /*width: 380px;*/
    height: 300px;
}

.container .honor-container .honor .content .item p {
    margin-top: 24px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #222222;
}

/* 联系方式 */

.container .contact-container {
    width: 100%;
}

.container .contact-container .contact {
    width: 1200px;
}

.container .contact-container .contact .title-chinese {
    width: 100%;
    margin-top: 96px;
    font-size: 40px;
    font-family: "Sourc","Microsoft YaHei";
    font-weight: bold;
    color: #005F3F;
    letter-spacing: 10px;
}

.container .contact-container .contact .title-english {
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
    font-family: "Arial";
    font-weight: 400;
    color: #666666;
    letter-spacing: 5px;
}

.container .contact-container .contact .map {
    margin-top: 35px;
    width: 100%;
}

.container .contact-container .contact .content {
    margin-top: 72px;
    width: 100%;
    border: 1px solid #93B99D;
}

.container .contact-container .contact .content .top {
    width: 100%;
    height: 117px;
    background: #E0F8E7;
    padding: 24px 0;
    box-sizing: border-box;
}

.container .contact-container .contact .content .top .line {
    width: 6px;
    height: 24px;
    background: #005F3F;
    margin-left: 12px;
}

.container .contact-container .contact .content .top .text {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #3E7154;
    margin-left: 16px;
}

.container .contact-container .contact .content .top .english {
    font-size: 14px;
    font-family: "Arial";
    font-weight: 400;
    color: #93B99D;
    margin-left: 12px;
}

.container .contact-container .contact .content .top p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #558A76;
    margin-top: 24px;
    margin-left: 34px;
}

.container .contact-container .contact .content .bottom {
    width: 100%;
    padding-bottom: 36px;
}

.container .contact-container .contact .content .bottom .item {
    width: 50%;
    padding-left: 88px;
    margin-top: 60px;
    box-sizing: border-box;
}

.container .contact-container .contact .content .bottom .item .title {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    line-height: 36px;
    color: #333333;
    font-weight: bold;
}

.container .contact-container .contact .content .bottom .item .title span {
    font-size: 16px;
    font-family: "Arial";
    font-weight: 400;
    color: #999999;
    margin-left: 8px;
}

.container .contact-container .contact .content .bottom .item .detail {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    line-height: 32px;
    color: #666666;
    margin-top: 6px;
}


/* 加入我们 */

.container .join-container {
    width: 100%;
}

.container .join-container .join {
    width: 1200px;
}

.container .join-container .join .title-chinese {
    width: 100%;
    margin-top: 96px;
    font-size: 40px;
    font-family: "Sourc","Microsoft YaHei";
    font-weight: bold;
    color: #005F3F;
    letter-spacing: 10px;
}

.container .join-container .join .title-english {
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
    font-family: "Arial";
    font-weight: 400;
    color: #666666;
    letter-spacing: 5px;
}

.container .join-container .join h4 {
    width: 100%;
    margin-top: 36px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #558A76;
}

.container .join-container .join h5 {
    width: 100%;
    margin-top: 12px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #558A76;
}

.container .join-container .join .list {
    width: 100%;
    margin-top: 36px;
}

.container .join-container .join .list .item {
    width: 584px;
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid #93B99D;
    padding: 20px 24px;
    box-sizing: border-box;
}

.container .join-container .join .list .name {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #333333;
    opacity: 1;
}

.container .join-container .join .list .detail {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #999999;
    opacity: 1;
    margin-top: 10px;
}

.container .join-container .join .list .detail .address {
    margin-right: 16px;
    color: #005F3F;
}

.container .join-container .join .list .detail .num {
    margin-right: 16px;
    margin-left: 16px;
}

.container .join-container .join .list .detail .money {
    margin-left: 16px;
}

.container .join-container .join .list .content {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    height: 180px;
    white-space: pre-line;
    line-height: 24px;
    color: #666666;
    opacity: 1;
    overflow-y: auto;
    margin-top: 24px;
}
