* {
    margin: 0;
    padding: 0;
}

/*------------------------------------------------------------------------ 414 ------------------------------------------------------------------------------------------*/

@media screen and (min-width: 414px) and (max-width: 576px) {
    /* iphone6/7/8 Plus */
    .navbar > a { /* 首页logo+文字*/
        margin-left: -5px;
        margin-top: -10px;
    }

    .navbar > a > span { /* 首页文字 */
        font-size: 12px;
        margin-left: 0px;
        margin-top: 25px;
        letter-spacing: 0.5em;
    }

    .navbar > button { /* 首页菜单按钮 */
        transform: scale(0.8);
    }

    .cb-slideshow:after { /* 首页轮播背景图调整 */
        z-index: 2000;
        content: '';
        /*background: transparent url(/image/pattern.png) repeat top left;*/
        background: transparent url(/image/empty-text-20211223.png) no-repeat top left;
        background-size: 100% auto;
        background-position: center;
    }

    .navbar > a > img { /* 首页logo */
        transform: scale(0.8);
    }

    #projectMedia_text { /* 首页文字 */
        width: 70%;
        margin: auto;
    }

    #prjinfo > tbody { /*项目底部详细信息*/
        font-size: 10px;
    }

    #prjname { /*项目名称*/
        font-size: 10px;
    }

    #teamTitle > span > h3 > span { /*团队头衔英文*/
        display: block;
        margin-left: 0px;
        margin-top: 6px;
    }

    #teamTitle > span > h3 { /*团队头衔中文*/
        font-size: 20px;
    }

    #case {
        position: fixed; /*备案信息*/
        bottom: 0px;
        left: 18%;
        z-index: 9999;
    }

    #case > span { /*备案信息*/
        font-size: 10px;
    }

    #jjh { /*地图*/
        width: 400px;
        height: 200px;
        margin-top: 10px;
    }

    #mapzoom > .row { /*企业简介地图标题调整*/
        margin-top: 15px;
        padding-bottom: 30px;
    }

    #mapzoom > .row > #app > div {
        text-align: center;
    }

    #mapzoom > .row > #app > div > button {
        display: inline-block;
        font-size: 15px;
        font-family: 优设标题黑;
        color: #4f4f4f
    }

    #mapzoom > .row > #app > div > span {
        font-size: 25px;
        line-height: 2em;
        font-family: 优设标题黑;
        color: #4f4f4f;
        margin-right: 15px;
    }

    #titleItem > div { /*建筑类型标题*/
        margin-bottom: 25px;
    }

    #titleItem > div > label { /*建筑类型标题-中文*/
        margin-top: 33px;
        margin-left: 12px;
        display: table-cell; /*按照单元格的样式显示元素*/
        vertical-align: bottom; /*底对齐*/
        font-family: '方正兰亭准黑_GBK';
        font-size: 15px;
        color: #212529;
    }

    #titleItem > div > label > span { /*建筑类型分类标题-英文*/
        text-transform: uppercase;
        margin-left: 10px;
        font-size: 12px;
        font-family: '方正兰亭准黑_GBK';
    }

    #nav_icon { /*首页导航按钮*/
        transform: scale(1.4);
        margin-right: 20px;
        background-color: transparent;
    }

    .navbar > .btn-group > .dropdown-menu { /*首页菜单选项调整*/
        margin-top: 30px;
        min-width: auto;
        text-align: center;
    }

    .navbar > .btn-group > .dropdown-menu > button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #news_nav_bar { /*首页按钮自适应隐藏*/
        display: none;
    }


    #app > .m-slide > ul > li > a > img { /*新闻首页大图自适应调整*/
        height: auto;
        width: auto;
    }

    .m-slide > .tab > li > a > span { /*新闻首页类目文字大小调整*/
        /*font-weight: bold;*/
        left: 17px;
        top: 6px;
        line-height: 98px;
        font-size: 30px;
        color: #fff;
        font-family: FZLTZCHJW;
        letter-spacing: 10px;
    }

    .m-slide > .tab { /*新闻首页类目文字位置调整*/
        position: absolute;
        left: 45px;
        top: 45px
    }

    .m-slide > .tab > .on {
        width: 10%;
    }

    .m-slide > .tab > li {
        margin: 30px;
    }

    .m-slide > .tab > .on > a > span {
        color: #ffffff;
        font-size: 50px;
    }

    #newscontext { /*新闻目录图文调整*/
        width: 100%;
    }

    #newscontext > h4 {
        font-size: 10px;
        letter-spacing: 4px;
    }

    #newscontext > .row > #maintitle {
        width: 80%;
        text-align: center;
        margin-left: 10%;

    }

    #newscontext > .row > #maintitle > h4 {
        letter-spacing: 2px;
        line-height: 2em;
        font-size: 20px;
        font-family: SourceHanSansCN-Medium;
    }

    #newscontext > .row > #subtitle {
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }

    #newscontext > .row > #subtitle > div {
        font-size: 10px;
        line-height: 3em;
        font-family: SourceHanSansCN-Medium;
    }

    #news_detail > div > h2 { /*新闻详情样式排列*/
        font-size: 20px;
        line-height: 1.5em;
    }

    #news_detail > div > h5 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 13px;
    }

    #news_detail > .row > div {
        margin: auto;
        width: 80%
    }

    #news_detail > .row > div > div {
        font-size: 14px;
        line-height: 2em;
        white-space: pre-wrap;
        text-justify: inter-ideograph;
    }

    #org > .container > .row { /*关于我们-组织架构*/
        margin-left: 0%;
    }

    #org > .container > .row > .org_remark1 {
        width: 30%;
        text-align: left;
    }

    #org > .container > .row > .org_remark1 > h4 {
        font-size: 15px;
        line-height: 2em;
    }

    #org > .container > .row > .org_remark2 {
        width: 35%;
        font-size: 10px;
        line-height: 2em;
        text-align: left;
    }

    #org > .container > .row > .org_remark3 {
        width: 35%;
        font-size: 10px;
        line-height: 2em;
        text-align: left;

    }

    #org > .container > .row > .org_remark4 {
        width: 50%;
        font-size: 10px;
        line-height: 2em;
        text-align: left;
    }

    .separation_line {
        width: 100%;
    }

    #achievement_content { /*获奖成果*/
        width: 60%;
        margin-left: 30%;
    }

    #achievement_content > div {
        font-size: 10px;
        line-height: 3em;
    }


    .company_title { /*关于我们-企业文化*/
        width: 30%;
    }

    .company_title > .row > div {
        margin-left: 15%;
    }

    .company_title > .row {
        margin-bottom: 50px;
        line-height: 60px;
        margin-left: 10px;
    }

    .company_title > .row > div > h3 {
        font-family: SourceHanSansCN-Medium;
        font-size: 17px;
        line-height: 30px;
    }

    .company_content {
        width: 55%;
        margin-left: 35px;
        margin-top: 5px;
    }

    .company_content > .row > div {
        margin-bottom: 30px;
        line-height: 60px;
    }

    .company_content > .row {
        margin-bottom: 30px;
        line-height: 60px;
    }

    .company_content > .row > div > h3 {
        font-family: SourceHanSansCN-Medium;
        font-size: 12px;
        line-height: 20px;
    }

    .teamInfo > .def_margin {
        padding-top: 35px;
    }

    .title_style > .title_margin {
        height: 10px;
    }

    .title_style > .row > .zxw > .depart_name {
        font-family: segoeui;
        font-size: 35px;
        font-weight: 500;
        letter-spacing: 5px;
    }

    .teamInfo > .row_margin {
        height: 45px;
    }


}

/*------------------------------------------------------------------------ 375 ------------------------------------------------------------------------------------------*/

@media screen and (min-width: 375px) and (max-width: 413px) {
    /* iphone6/7/8/x */
    .navbar > a {
        margin-left: -25px;
        margin-top: -10px;
    }

    .navbar > a > span {
        font-size: 10px;
        margin-left: -14px;
        margin-top: 20px;
        letter-spacing: 0.5em;
    }

    .navbar > button {
        transform: scale(0.7);
    }

    .cb-slideshow:after {
        z-index: 2000;
        content: '';
        /*background: transparent url(/image/pattern.png) repeat top left;*/
        background: transparent url(/image/empty-text-20211223.png) no-repeat top left;
        background-size: 100% auto;
        background-position: center;
    }

    .navbar > a > img {
        transform: scale(0.6);
    }

    #projectMedia_text {
        width: 70%;
        margin: auto;
    }

    #prjinfo > tbody {
        font-size: 10px;
    }

    #prjname {
        font-size: 10px;
    }

    #teamTitle > span > h3 > span {
        display: block;
        margin-left: 0px;
        margin-top: 6px;
    }

    #teamTitle > span > h3 {
        font-size: 20px;
    }

    #case {
        position: fixed;
        bottom: 0px;
        left: 10%;
        z-index: 9999;
    }

    #case > span {
        font-size: 10px;
    }

    #jjh {
        width: 400px;
        height: 200px;
        margin-top: 10px;
    }

    #mapzoom > .row {
        margin-top: 15px;
        padding-bottom: 30px;
    }

    #mapzoom > .row > #app > div {
        text-align: center;
    }

    #mapzoom > .row > #app > div > button {
        display: inline-block;
        font-size: 15px;
        font-family: 优设标题黑;
        color: #4f4f4f
    }

    #mapzoom > .row > #app > div > span {
        font-size: 25px;
        line-height: 2em;
        font-family: 优设标题黑;
        color: #4f4f4f;
        margin-right: 15px;
    }

    #titleItem > div {
        margin-bottom: 20px;
    }

    #titleItem > div > label {
        margin-top: 30px;
        margin-left: 13px;
        display: table-cell; /*按照单元格的样式显示元素*/
        vertical-align: bottom; /*底对齐*/
        font-family: '方正兰亭准黑_GBK';
        font-size: 15px;
        color: #212529;
    }

    #titleItem > div > label > span {
        text-transform: uppercase;
        margin-left: 10px;
        font-size: 12px;
        font-family: '方正兰亭准黑_GBK';
    }

    #nav_icon {
        transform: scale(1.4);
        margin-right: 20px;
    }

    .navbar > .btn-group {
        margin-top: -5px;
    }

    .navbar > .btn-group > .dropdown-menu {
        margin-top: 30px;
        min-width: auto;
        text-align: center;
    }

    .navbar > .btn-group > .dropdown-menu > button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #news_nav_bar {
        display: none;
    }

    #app > .m-slide > ul > li > a > img { /*新闻首页大图自适应调整*/
        height: auto;
        width: auto;
    }

    .m-slide > .tab > li > a > span { /*新闻首页类目文字大小调整*/
        /*font-weight: bold;*/
        left: 17px;
        top: 6px;
        line-height: 98px;
        font-size: 30px;
        color: #fff;
        font-family: FZLTZCHJW;
        letter-spacing: 10px;
    }

    .m-slide > .tab { /*新闻首页类目文字位置调整*/
        position: absolute;
        left: 45px;
        top: 45px
    }

    .m-slide > .tab > .on {
        width: 10%;
    }

    .m-slide > .tab > li {
        margin: 10px;
    }

    .m-slide > .tab > .on > a > span {
        color: #ffffff;
        font-size: 50px;
    }

    #newscontext { /*新闻目录图文调整*/
        width: 100%;
    }

    #newscontext > h4 {
        font-size: 10px;
        letter-spacing: 4px;
    }

    #newscontext > .row > #maintitle {
        width: 80%;
        text-align: center;
        margin-left: 10%;

    }

    #newscontext > .row > #maintitle > h4 {
        letter-spacing: 1.5px;
        line-height: 1.5em;
        font-size: 20px;
        font-family: SourceHanSansCN-Medium;
    }

    #newscontext > .row > #subtitle {
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }

    #newscontext > .row > #subtitle > div {
        font-size: 5px;
        letter-spacing: 1px;
        line-height: 5em;
        font-family: SourceHanSansCN-Medium;
    }

    #news_detail > div > h2 {
        font-size: 18px;
        line-height: 1.5em;
    }

    #news_detail > div > h5 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 13px;
    }

    #news_detail > .row > div {
        margin: auto;
        width: 80%
    }

    #news_detail > .row > div > div {
        font-size: 12px;
        line-height: 2em;
        white-space: pre-wrap;
        text-justify: inter-ideograph;
    }

    #org > .container > .row {
        margin-left: 0%;
    }

    #org > .container > .row > .org_remark1 {
        width: 30%;
        text-align: left;
    }

    #org > .container > .row > .org_remark1 > h4 {
        font-size: 13px;
        line-height: 2.5em;
    }

    #org > .container > .row > .org_remark2 {
        width: 35%;
        font-size: 8px;
        line-height: 2.5em;
        text-align: left;
    }

    #org > .container > .row > .org_remark3 {
        width: 35%;
        font-size: 8px;
        line-height: 2.5em;
        text-align: left;

    }

    #org > .container > .row > .org_remark4 {
        width: 60%;
        font-size: 8px;
        line-height: 2.5em;
        text-align: left;
    }

    .separation_line {
        width: 100%;
    }

    #achievement_content {
        width: 60%;
        margin-left: 30%;
    }

    #achievement_content > div {
        font-size: 9px;
        line-height: 3em;
    }


    .company_title { /*关于我们-企业文化*/
        width: 28%;
    }

    .company_title > .row > div {
        margin-left: 10%;
    }

    .company_title > .row {
        margin-bottom: 50px;
        line-height: 60px;
        margin-left: 10px;
    }

    .company_title > .row > div > h3 {
        font-family: SourceHanSansCN-Medium;
        font-size: 15px;
        line-height: 30px;
    }

    .company_content {
        width: 60%;
        margin-left: 35px;
        margin-top: 5px;
    }

    .company_content > .row > div {
        margin-bottom: 30px;
        line-height: 60px;
    }

    .company_content > .row {
        margin-bottom: 30px;
        line-height: 60px;
    }

    .company_content > .row > div > h3 {
        font-family: SourceHanSansCN-Medium;
        font-size: 10px;
        line-height: 20px;
    }
}

.teamInfo > .def_margin {
    padding-top: 35px;
}

.title_style > .title_margin {
    height: 10px;
}

.title_style > .row > .zxw > .depart_name {
    font-family: segoeui;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 5px;
}

.teamInfo > .row_margin {
    height: 25px;
}

.title_style > .row > .title_padding {
    padding-top: 25px;
}


/*------------------------------------------------------------------------ 360 ------------------------------------------------------------------------------------------*/


@media screen and (max-width: 360px) {
    .navbar > a {
        margin-left: -25px;
        margin-top: -10px;
    }

    .navbar > a > span {
        font-size: 6px;
        margin-left: -14px;
        margin-top: 21px;
        letter-spacing: 0.5em;
    }

    .navbar > button {
        transform: scale(0.7);
    }

    .cb-slideshow:after {
        z-index: 2000;
        content: '';
        /*background: transparent url(/image/pattern.png) repeat top left;*/
        background: transparent url(/image/empty-text-20211223.png) no-repeat top left;
        background-size: 100% auto;
        background-position: center;
    }

    .navbar > a > img {
        transform: scale(0.6);
    }

    #projectMedia_text {
        width: 70%;
        margin: auto;
    }

    #prjinfo > tbody {
        font-size: 10px;
    }

    #prjname {
        font-size: 5px;
    }

    #teamTitle > span > h3 > span {
        display: block;
        margin-left: 0px;
        margin-top: 6px;
    }

    #teamTitle > span > h3 {
        font-size: 18px;
    }

    #case {
        position: fixed;
        bottom: 0px;
        left: 5%;
        z-index: 9999;
    }

    #case > span {
        font-size: 4px;
    }

    #jjh {
        width: 400px;
        height: 200px;
        margin-top: 10px;
    }

    #mapzoom > .row {
        margin-top: 15px;
        padding-bottom: 30px;
    }

    #mapzoom > .row > #app > div {
        text-align: center;
    }

    #mapzoom > .row > #app > div > button {
        display: inline-block;
        font-size: 12px;
        font-family: 优设标题黑;
        color: #4f4f4f
    }

    #mapzoom > .row > #app > div > span {
        font-size: 20px;
        line-height: 2em;
        font-family: 优设标题黑;
        color: #4f4f4f;
        margin-right: 15px;
    }

    #titleItem > div {
        margin-bottom: 20px;
    }

    #titleItem > div > label {
        margin-top: 30px;
        margin-left: 13px;
        display: table-cell; /*按照单元格的样式显示元素*/
        vertical-align: bottom; /*底对齐*/
        font-family: '方正兰亭准黑_GBK';
        font-size: 13px;
        color: #212529;
    }

    #titleItem > div > label > span {
        text-transform: uppercase;
        margin-left: 10px;
        font-size: 11px;
        font-family: '方正兰亭准黑_GBK';
    }

    #nav_icon {
        transform: scale(1.4);
        margin-right: 20px;
    }

    .navbar > .btn-group {
        margin-top: -5px;
    }

    .navbar > .btn-group > .dropdown-menu {
        margin-top: 25px;
        min-width: auto;
        text-align: center;
    }

    .navbar > .btn-group > .dropdown-menu > button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #news_nav_bar {
        display: none;
    }

    #app > .m-slide > ul > li > a > img { /*新闻首页大图自适应调整*/
        height: auto;
        width: auto;
    }

    .m-slide > .tab > li > a > span { /*新闻首页类目文字大小调整*/
        /*font-weight: bold;*/
        left: 17px;
        top: 6px;
        line-height: 98px;
        font-size: 30px;
        color: #fff;
        font-family: FZLTZCHJW;
        letter-spacing: 10px;
    }

    .m-slide > .tab { /*新闻首页类目文字位置调整*/
        position: absolute;
        left: 45px;
        top: 30px
    }

    .m-slide > .tab > .on {
        width: 10%;
    }

    .m-slide > .tab > li {
        margin: 0px;
    }

    .m-slide > .tab > .on > a > span {
        color: #ffffff;
        font-size: 50px;
    }

    #newscontext { /*新闻目录图文调整*/
        width: 100%;
    }

    #newscontext > h4 {
        font-size: 8px;
        letter-spacing: 4px;
    }

    #newscontext > .row > #maintitle {
        width: 80%;
        text-align: center;
        margin-left: 10%;

    }

    #newscontext > .row > #maintitle > h4 {
        letter-spacing: 1.5px;
        line-height: 1.5em;
        font-size: 20px;
        font-family: SourceHanSansCN-Medium;
    }

    #newscontext > .row > #subtitle {
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }

    #newscontext > .row > #subtitle > div {
        font-size: 5px;
        letter-spacing: 1px;
        line-height: 5em;
        font-family: SourceHanSansCN-Medium;
    }

    #news_detail > div > h2 {
        font-size: 18px;
        line-height: 1.5em;
    }

    #news_detail > div > h5 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 13px;
    }

    #news_detail > .row > div {
        margin: auto;
        width: 80%
    }

    #news_detail > .row > div > div {
        font-size: 12px;
        line-height: 2em;
        white-space: pre-wrap;
        text-justify: inter-ideograph;
    }

    #org > .container > .row {
        margin-left: 0%;
    }

    #org > .container > .row > .org_remark1 {
        width: 30%;
        text-align: left;
    }

    #org > .container > .row > .org_remark1 > h4 {
        font-size: 12px;
        line-height: 2.5em;
    }

    #org > .container > .row > .org_remark2 {
        width: 35%;
        font-size: 8px;
        line-height: 2.5em;
        text-align: left;
    }

    #org > .container > .row > .org_remark3 {
        width: 35%;
        font-size: 8px;
        line-height: 2.5em;
        text-align: left;

    }

    #org > .container > .row > .org_remark4 {
        width: 60%;
        font-size: 8px;
        line-height: 2.5em;
        text-align: left;
    }

    .separation_line {
        width: 100%;
    }

    #achievement_content {
        width: 60%;
        margin-left: 30%;
    }

    #achievement_content > div {
        font-size: 8px;
        line-height: 3em;
    }

    .company_title { /*关于我们-企业文化*/
        width: 28%;
    }

    .company_title > .row > div {
        margin-left: 7%;
    }

    .company_title > .row {
        margin-bottom: 50px;
        line-height: 60px;
        margin-left: 10px;
    }

    .company_title > .row > div > h3 {
        font-family: SourceHanSansCN-Medium;
        font-size: 15px;
        line-height: 30px;
    }

    .company_content {
        width: 60%;
        margin-left: 25px;
        margin-top: 5px;
    }

    .company_content > .row > div {
        margin-bottom: 30px;
        line-height: 60px;
    }

    .company_content > .row {
        margin-bottom: 30px;
        line-height: 60px;
    }

    .company_content > .row > div > h3 {
        font-family: SourceHanSansCN-Medium;
        font-size: 9px;
        line-height: 20px;
    }
}

/*------------------------------------------------------------------------ 992 ------------------------------------------------------------------------------------------*/


@media screen and (min-width: 992px) {
    .navbar > a > span {
        font-size: 15px;
        margin-top: 24px;
        margin-left: 16px;
        letter-spacing: 0.8em;
    }

    #projectMedia_text {
        width: 40%;
        margin: auto;
    }

    #prjinfo > tbody {
        font-size: 15px;
    }

    #case {
        position: fixed;
        bottom: 0px;
        left: 39%;
        z-index: 9999;
    }

    #jjh {
        width: 1000px;
        height: 500px;
    }

    #mapzoom > .row {
        margin-top: 100px;
        padding-bottom: 100px;
    }

    #mapzoom > .row > #app > div > button {
        display: inline-block;
        font-size: 30px;
        font-family: 优设标题黑;
        color: #4f4f4f
    }

    #mapzoom > .row > #app > div > span {
        font-size: 50px;
        line-height: 2em;
        font-family: 优设标题黑;
        color: #4f4f4f;
    }

    #titleItem > div {
        margin-bottom: 25px;
    }

    #titleItem > div > label {
        margin-top: 33px;
        margin-left: 125px;
        display: table-cell; /*按照单元格的样式显示元素*/
        vertical-align: bottom; /*底对齐*/
        font-family: '方正兰亭准黑_GBK';
        font-size: 17px;
        color: #212529;
    }

    #titleItem > div > label > span {
        text-transform: uppercase;
        margin-left: 10px;
        font-size: 12px;
        font-family: '方正兰亭准黑_GBK';
    }

    #nav_icon {
        display: none;
    }

    .m-slide > .tab > li > a > span {
        /*font-weight: bold;*/
        left: 17px;
        top: 6px;
        line-height: 98px;
        font-size: 60px;
        color: #fff;
        font-family: FZLTZCHJW;
        letter-spacing: 10px;
    }

    .m-slide > .tab {
        position: absolute;
        left: 50px;
        top: 100px
    }

    .m-slide > .tab > .on {
        width: 90%;
    }

    .m-slide > .tab > li {
        margin: 50px;
    }

    #newscontext {
        width: 75%;
    }

    #newscontext > h4 {
        font-size: 17px;
        letter-spacing: 4px;
        margin-left: -13px;
    }

    #newscontext > .row > #maintitle {
        width: 40%;
    }

    #newscontext > .row > #maintitle > h4 {
        letter-spacing: 2px;
        line-height: 2em;
        font-size: 24px;
        font-family: SourceHanSansCN-Medium;
    }

    #newscontext > .row > #subtitle {
        width: 60%;
        text-align: center
    }

    #newscontext > .row > #subtitle > div {
        font-size: 15px;
        line-height: 2em;
        font-family: SourceHanSansCN-Medium;
    }

    #news_detail > div > h2 {
        line-height: 2em;
    }

    #news_detail > div > h5 {
        font-size: 13px;
        margin-bottom: 1.5rem;
        margin-top: .25rem
    }

    #news_detail > .row > div {
        margin: auto;
        width: 33%
    }

    #news_detail > .row > div > div {
        font-size: 14px;
        line-height: 2em;
        white-space: pre-wrap;
        text-align: justify;
        text-justify: inter-ideograph;
    }

    #org > .container > .row {
        margin-left: 33.33%;
    }

    #org > .container > .row > .org_remark1 {
        width: 38%;
    }

    #org > .container > .row > .org_remark1 > h4 {
        font-size: 20px;
        line-height: 2em;
    }

    #org > .container > .row > .org_remark2 {
        width: 40%;
        font-size: 15px;
        line-height: 2em;
    }

    #org > .container > .row > .org_remark3 {
        width: 20%;
        font-size: 15px;
        line-height: 2em;
    }


    #org > .container > .row > .org_remark4 {
        width: 50%;
        font-size: 15px;
        line-height: 2em;
    }

    .separation_line {
        width: 100%;
        margin-left: 35%;
    }

    #achievement_content {
        width: 60%;
        margin-left: 40%;
    }

    #achievement_content > div {
        font-size: 15px;
        line-height: 3em;
    }

    .company_title {
        width: 60%;
    }

    .company_title > .row > div {
        width: 55%;
        margin-left: 30%;
    }

    .company_title > .row > div > h3 {
        font-family: SourceHanSansCN-Medium;
        font-size: 26px;
        line-height: 30px;
    }

    .company_content {
        width: 30%;
        margin-left: 5%;
    }

    .company_content > .row {
        margin-bottom: 80px;
        line-height: 100px;
    }

    .company_title > .row {
        margin-bottom: 80px;
        line-height: 100px;
    }

    .company_content > .row > div > h3 {
        font-family: SourceHanSansCN-Medium;
        font-size: 18px;
        line-height: 30px;
    }

    .teamInfo > .def_margin {
        padding-top: 75px;
    }

    .title_style > .title_margin {
        height: 50px;
    }

    .title_style > .row > .zxw > .depart_name {
        font-family: segoeui;
        font-size: 60px;
        font-weight: 500;
        letter-spacing: 5px;
    }

    .title_style > .row > .zxw > .engName {
        font-size: 25px;
        font-family: segoeui
    }

    .title_style > .row > .title_padding {
        padding-top: 0px;
    }

}

/*
margin-bottom: 25px;margin-left: 0px;
margin-top: 35px;
text-transform:uppercase; margin-left: 16px;font-size: 12px; font-family: '方正兰亭准黑_GBK';
*/