/* 首页Banner */
.home-banner:hover .bx-controls-direction a {
    display: block;
}

.home-banner img {
    display: block;
    width: 100%;
}

.banner_img {
    display: none;
}

/* 首页内容区域 */
.home-content {
    height: 170px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.home-content-left {
    width: 800px;
    margin-top: 25px;
}

.content-left-img {
    width: 30%;
    height: 120px;
    float: left;
}

    .content-left-img img {
        width: 100%;
        height: 100%;
    }

.content-left-con {
    width: 60%;
    height: 120px;
    float: right;
    padding: 0 5%;
}

    .content-left-con h6 {
        color: #636363;
        font-size: 16px;
        font-weight: bold;
        font-family: '微软雅黑';
        margin-bottom: 10px;
        cursor: pointer;
    }

    .content-left-con .date {
        color: #ffb106;
        font-size: 24px;
        font-family: 'DINPRO-MEDIUM';
        font-weight: bold;
    }

    .content-left-con .zhaiYao {
        height: 40px;
        color: #bebebe;
        font-size: 12px;
        font-family: '微软雅黑';
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 8px 0;
        line-height: 20px;
    }

    .content-left-con .more a {
        color: #ffb106;
        font-size: 12px;
        font-family: 'DINPRO-MEDIUM';
        font-weight: bold;
        cursor: pointer;
    }

.home-content-right {
    width: 400px;
    height: 170px;
    position: relative;
    background: #f3f3f3;
    z-index: 9999;
}

    .home-content-right .right-tab-title {
        width: 100%;
        position: absolute;
        left: 0;
        top: -40px;
        background: #f3f3f3;
        height: 40px;
        line-height: 40px;
    }

        .home-content-right .right-tab-title span {
            color: #bebebe;
            font-size: 14px;
            font-family: '微软雅黑';
            display: inline-block;
            width: 33%;
            height: 38px;
            display: inline-block;
            text-align: center;
            cursor: pointer;
        }

        .home-content-right .right-tab-title a {
            display: inline-block;
            text-align: right;
            width: 29%;
            cursor: pointer;
        }

        .home-content-right .right-tab-title .active {
            border-bottom: 2px solid #ffb106;
            color: #636363;
        }

.right-tab-List .m-list {
    display: none;
    margin-top: 10px;
}

    .right-tab-List .m-list.active {
        display: block;
    }

.m-list li {
    width: 94%;
    height: 28px;
    margin: 0 10px;
}

    .m-list li span {
        color: #ffb106;
        font-size: 16px;
        display: block;
        font-family: 'DINPRO-MEDIUM';
        height: 28px;
        width: 40%;
        text-align: right;
        line-height: 28px;
        float: right;
    }

    .m-list li p {
        color: #636363;
        font-size: 14px;
        font-family: '微软雅黑';
        width: 60%;
        height: 28px;
        line-height: 28px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        position: relative;
    }

    .m-list li:hover a {
        color: #ffb106;
    }

    .m-list li p strong {
        color: #ffb106;
        font-size: 26px;
        position: absolute;
        left: 0;
        top: -1px;
    }

    .m-list li p a {
        display: inline-block;
        padding-left: 10px;
    }
/* 首页底部导航图片区域 */
.home-img-box {
    width: 100%;
    background: #ececec;
    height: 170px;
}

.home-img-con {
    height: 170px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.home-img-box ul {
    width: 800px;
    height: 170px;
    display: flex;
    justify-content: space-between;
}

.home-img-right {
    width: 399px;
    height: 170px;
}

.home-img-box .home-img-con-left li {
    width: 399.5px;
    height: 170px;
}

    .home-img-box .home-img-con-left li:hover {
        border-top: 2px solid #ffb106;
        margin-top: -2px;
    }

    .home-img-box .home-img-con-left li:nth-of-type(2) {
        margin-right: 0;
    }

.home-img-box li img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* 内页Banner */
.page-banner {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

    .page-banner img {
        display: block;
        width: 100%;
    }

/* 内页导航 */
.page-nav {
    height: 60px;
    border-bottom: 1px solid #eaeaea;
}

    .page-nav .nav-con {
        max-width: 1200px;
        margin: 0 auto;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

.nav-con .nav-left a {
    line-height: 60px;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

    .nav-con .nav-left a.active {
        color: #fff;
        background-color: #ffb106;
    }

.nav-right a {
    line-height: 60px;
    margin: 0 10px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0;
}

    .nav-right a:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #ffb106;
        opacity: 0;
        -webkit-transition: transform .3s ease-out, opacity .3s ease-out;
        -moz-transition: transform .3s ease-out, opacity .3s ease-out;
        -ms-transition: transform .3s ease-out, opacity .3s ease-out;
        transition: transform .3s ease-out, opacity .3s ease-out;
    }

    .nav-right a.nav-a:after {
        opacity: 1;
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .nav-right a:hover:after {
        opacity: 1;
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

/* 企业简介-集团简介*/
.page-content {
    padding: 20px 0;
    overflow: hidden;
}

.page-cont-mian,
.profile-mian, .news-details-mian {
    max-width: 1200px;
    margin: 0 auto;
}

.profile-mian, .news-details-mian {
    display: flex;
    justify-content: space-between;
}

.profile-left {
    width: 275px;
    border-right: 1px solid #333;
    height: 715px;
    margin-top: 49px;
    padding-right: 43px;
}

.profile-left-top {
    margin-bottom: 33px;
}

.profile-left .profile-left-top p:nth-of-type(1) {
    font-size: 18px;
    color: #c93506;
    font-family: '微软雅黑';
    font-weight: bold;
}

.profile-left .profile-left-top p:nth-of-type(2) {
    font-size: 10px;
    color: #ffb106;
    font-family: 'DINPRO-MEDIUM';
    margin-top: 9px;
}

.profile-left .profile-left-top p:nth-of-type(3) {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    font-family: '微软雅黑';
    margin-top: 37px;
    font-weight: bold;
}

.profile-left h3 {
    font-size: 35px;
    font-weight: bold;
    color: #ffb106;
    margin-top: 9px;
    font-family: 'DINPRO-MEDIUM';
}

.profile-left-text {
    margin-bottom: 37px;
}

    .profile-left-text h4 {
        font-size: 14px;
        color: #ffb106;
        margin-bottom: 16px;
        font-family: '微软雅黑';
        font-weight: bold;
    }

    .profile-left-text span:nth-of-type(1) {
        display: block;
        font-size: 14px;
        color: #333;
        font-family: '微软雅黑';
        font-weight: bold;
        margin-bottom: 9px;
    }

    .profile-left-text span:nth-of-type(2),
    .profile-left-text span:nth-of-type(3) {
        display: block;
        font-size: 10px;
        line-height: 18px;
        color: #333;
    }

.profile-right {
    width: 100%;
    margin-top: 49px;
    margin-left: 43px;
}

.profile-right-main .profile-text {
    background: #fff;
    position: relative;
}

    .profile-right-main .profile-text p {
        padding: 8px 0;
        line-height: 26px;
        font-size: 14px;
        text-align: justify;
    }

    .profile-right-main.profile-text img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 15px 0;
    }

/* 企业简介-组织机构 */

.page-cont-title {
    padding: 20px 0;
}

    .page-cont-title strong {
        font-size: 24px;
        color: #333;
        padding-bottom: 20px;
        display: block;
    }

    .page-cont-title h3 {
        font-size: 18px;
        color: #ffb106;
    }

.org-img {
    padding-bottom: 30px;
}

    .org-img img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

/* 企业简介-企业荣誉 */
.honor-con .top-ico {
    position: absolute;
    top: 8px;
    left: 193px;
}

.honor-con .bottom-ico {
    position: absolute;
    bottom: 20px;
    left: 198px;
    cursor: pointer;
}

.honor-left {
    display: inline-block;
    vertical-align: top;
}

.honor-right {
    display: inline-block;
    vertical-align: top;
    border-left: 2px solid #cccccc;
    margin-left: 35px;
    padding-left: 35px;
    padding-bottom: 140px;
    width: 70%;
    position: relative;
    letter-spacing: 0;
    top: 0;
}

.honor-ico {
    position: absolute;
    left: -18px;
    top: 0;
}

.honor-con {
    position: relative;
    left: 0;
    top: 0;
    padding: 40px 0;
}

.honor-right .honor-title {
    color: #ffb106;
    padding-bottom: 15px;
}

    .honor-right .honor-title .honor-p {
        float: left;
        padding-left: 10px;
    }

    .honor-right .honor-title h1 {
        font-size: 36px;
        float: left;
        font-weight: bold;
    }

    .honor-right .honor-title p {
        font-size: 14px;
        border-bottom: solid 1px #ffb106;
        padding-bottom: 2px;
    }

    .honor-right .honor-title span {
        font-size: 12px;
    }

/* 企业简介-集团文化 */
.culture-text {
    padding-bottom: 65px;
}

.culture-left {
    display: inline-block;
    vertical-align: top;
}

.culture-right {
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    padding: 43px 0 43px 30px;
}

    .culture-right h3 {
        color: #ffb106;
        font-size: 30px;
        letter-spacing: 8px
    }

    .culture-right p {
        font-size: 18px;
        color: #ffb106;
    }

    .culture-right span {
        font-size: 18px;
    }

.music {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: 340px;
}

/* .music i {
            background: url(img/music-bg.jpg) no-repeat;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 10000;
        }
     */
.music-bt {
    cursor: pointer;
    background: url(img/music-bg1.jpg)no-repeat;
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 100%;
}

.music-u {
    z-index: 100000
}

.max {
    -webkit-animation: none;
    background: url(img/music-bg2.jpg)no-repeat;
}

/* 新闻资讯 */
.look-more {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #dedede;
    text-align: center;
}
.look-more a {
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    color: #ffb106;
    background: url('../images/btn_more_on.png') no-repeat center center;
}

    .look-more:hover {
        background: #ffb106;
        -webkit-transition: background .5s ease-out;
        -moz-transition: background .5s ease-out;
        transition: background .5s ease-out;
    }

        .look-more:hover a {
            width: 100%;
            height: 100%;
            display: inline-block;
            cursor: pointer;
            color: #262626;
            background: url('../images/btn_more_on_hover.png') no-repeat center center;
        }

.look-more-notData {
    background: none !important;
    font-size: 14px;
}

.news-first {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0px;
}

    .news-first .news-first-left {
        width: 492px;
        height: 240px;
    }

        .news-first .news-first-left img {
            width: 100%;
            height: 100%;
        }

    .news-first .news-first-right {
        width: 670px;
        margin-left: 40px;
    }

.news-first-right h3 a {
    cursor: pointer;
    font-size: 18px;
    color: #ffb106;
    font-weight: bold;
    font-family: '微软雅黑';
}

.news-first-right span {
    color: #ffb106;
    font-size: 18px;
    font-family: 'DINPRO-MEDIUM';
    display: inline-block;
    height: 38px;
    line-height: 38px;
}

.news-first-right p.news-zhaiyao {
    height: 122px;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #999;
    font-family: '微软雅黑';
    padding: 5px 0px;
}

.news-list {
    width: 100%;
    margin-top: 26px;
}

    .news-list li {
        width: 100%;
        height: 135px;
        border-bottom: dashed 1px #ececec;
    }

        .news-list li:hover {
            background: #f5f5f5;
            transition: all .5s;
            -webkit-transition: all .5s;
        }

        .news-list li .item {
            max-width: 1200px;
            margin: 0 auto;
            height: 85px;
            padding: 25px 0px;
            display: flex;
            transform: translateX(0px);
            transition: all .5s;
        }

            .news-list li .item:hover {
                transform: translateX(-50px);
                transition: all .5s;
                -webkit-transition: all .5s;
            }

        .news-list li .item-content {
            width: 895px;
            border-right: #666666 solid 1px;
        }

            .news-list li .item-content a {
                width: 770px;
                font-size: 18px;
                font-weight: bold;
                font-family: '微软雅黑';
                color: #333;
                display: inline-block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                cursor: pointer;
                margin-top: 5px;
            }

        .news-list li:hover .item-content a,
        .news-list li:hover .item-date {
            color: #ffb106;
        }

        .news-list li .item-content p {
            width: 770px;
            height: 53px;
            line-height: 24px;
            font-size: 14px;
            color: #999;
            font-family: '微软雅黑';
            margin: 12px 0px;
            display: inline-block;
            /*text-overflow: ellipsis;
            overflow: hidden;*/
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .news-list li .item-date {
            width: 305px;
            text-indent: 45px;
            display: flex;
            flex-direction: column;
            color: #333;
            background: url('../images/item-right-ico.png') no-repeat 100% 50%;
        }

            .news-list li .item-date .date {
                font-weight: bold;
                font-family: '微软雅黑';
                font-size: 35px;
                line-height: 40px;
            }

            .news-list li .item-date .year {
                font-family: '微软雅黑';
                font-size: 22px;
                line-height: 40px;
            }

.btn-more-box {
    width: 1200px;
    margin: 20px auto 0px auto;
}

/* 新闻资讯详情 */
.news-details-mian {
    margin-top: 20px;
}

.news-details-left {
    width: 100px;
    height: auto;
}

    .news-details-left .details-left-date {
        width: 100px;
        height: 97px;
        background: #ececec;
        box-sizing: border-box;
        border-bottom: 3px solid #fea92c;
    }

        .news-details-left .details-left-date strong {
            color: #ffb106;
            font-size: 40px;
            text-indent: 15px;
            margin-top: 15px;
            display: inline-block;
        }

        .news-details-left .details-left-date p {
            font-size: 18px;
            text-indent: 15px;
            display: inline-block;
            padding: 8px 0px;
        }

.news-details-right {
    width: 1080px;
}

.details-right-title {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ffb106;
}

    .details-right-title h3 {
        color: #ffb106;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .details-right-title div {
        width: 100%;
        height: 38px;
        line-height: 38px;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

    .details-right-title .author {
        display: inline-block;
    }

    .details-right-title .share {
        width: 170px;
    }

        .details-right-title .share span {
            display: inline-block;
        }

        .details-right-title .share a {
            width: 22px;
            height: 22px;
            display: inline-block;
            cursor: pointer;
        }

            .details-right-title .share a img {
                width: 100%;
                vertical-align: middle;
            }

.details-right-body {
    width: 100%;
    height: auto;
    margin: 35px auto;
}

.details-right-bottom {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
}

    .details-right-bottom .right-bottom-pre, .details-right-bottom .right-bottom-next {
        width: 528px;
        padding: 22px 5px;
        display: inline-block;
        background-color: #d8d8d8;
        cursor: pointer;
    }

        .details-right-bottom .right-bottom-pre a, .details-right-bottom .right-bottom-next a {
            color: #666666;
        }

        .details-right-bottom .right-bottom-pre:hover, .details-right-bottom .right-bottom-next:hover {
            background-color: #ffb106;
        }

            .details-right-bottom .right-bottom-pre:hover a, .details-right-bottom .right-bottom-next:hover a {
                color: #ffffff;
            }

    .details-right-bottom span {
        width: 100%;
        line-height: 25px;
        display: inline-block;
        text-align: center;
        font-size: 14px;
    }

        .details-right-bottom span.date {
            font-weight: bold;
        }












/* 
.news-details-title {
    height: 100px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
} */


.news-details-title .title-right p span {
    margin-right: 20px;
}

    .news-details-title .title-right p span:nth-of-type(3) {
        display: block;
        float: right;
    }

.news-details-title .title-right a {
    margin-left: 5px;
    cursor: pointer;
}

.news-details-title .title-right img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

/* 地产项目*/
.project-mian {
    background: #f1f1f1;
}

.project-mian-con {
    max-width: 1200px;
    margin: 0 auto;
}

/* 地产项目头部 */
.project-top {
    width: 100%;
    height: 370px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.project-top-img {
    width: 650px;
    height: 370px;
}

    .project-top-img img {
        width: 100%;
        height: 100%;
    }

.project-top-right {
    width: 480px;
    height: 370px;
    padding: 35px 30px;
}

    .project-top-right span {
        color: #ffb307;
        font-size: 15px;
        font-weight: bold;
    }

    .project-top-right h3 {
        font-size: 28px;
        margin: 5px 0;
    }

    .project-top-right .project-top-zhaiyao {
        color: #aaaaaa;
        font-size: 14px;
        margin-top: 10px;
        line-height: 24px;
    }

.project-top-con {
    border-top: 1px solid #fea92c;
    padding-top: 40px;
    margin-top: 40px;
}

.project-top-right .project-top-con p {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 24px;
}

/* 地产项目介绍、项目相册、项目周边及配套 */
.project-desc,
.project-Album,
.project-map {
    width: 100%;
    margin-top: 26px;
    background: #fff;
}

.project-desc-title,
.project-Album-title,
.project-map-title {
    font-size: 16px;
    font-weight: bold;
    color: #ffb307;
    padding: 35px 0px 0px 35px;
    display: inline-block;
}

.project-desc-con,
.project-Album-con,
.project-map-con {
    width: 1130px;
    padding: 35px;
}

.project-Album ul li img {
    width: 100%;
    height: 210px;
    padding: 0px
}

.project-map .project-map-con .clause {
    margin-top: 30px;
    color: #b0b0b0;
    font-size: 12px;
}

/* 加入我们-合作伙伴 */
.partner-ul {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .partner-ul li {
        margin: 10px;
    }

    .partner-ul a {
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        height: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        vertical-align: top;
    }

        .partner-ul a:hover:after {
            content: "";
            position: absolute;
            top: 0%;
            width: 100%;
            height: 100%;
            left: 0;
            background-color: #e89532;
            opacity: .7;
            -webkit-transition: background .5s ease-out;
            -moz-transition: background .5s ease-out;
            transition: background .5s ease-out;
        }

        .partner-ul a img {
            width: 220px;
            height: 150px;
        }

    .partner-ul i {
        position: absolute;
        top: 40%;
        left: 0;
        font-size: 14px;
        z-index: 99;
        color: #fff;
        width: 98%;
        text-align: center;
        cursor: pointer;
        opacity: 0;
        height: 100%;
    }

.partner-look-more,
.bidding-look-more {
    margin-top: 20px;
}

.partner-ul i:hover {
    opacity: 1;
}

/* 加入我们-招投标信息 */
.bidding-ul {
    margin-top: 10px;
    width: 100%;
}

    .bidding-ul li {
        height: 45px;
        line-height: 45px;
        padding: 15px 10px;
        -webkit-transition: background .5s ease-out;
        -moz-transition: background .5s ease-out;
        transition: background .5s ease-out;
    }

        .bidding-ul li:hover {
            background-color: #f2f2f2;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
        }

        .bidding-ul li i {
            float: left;
            height: 45px;
            width: 75px;
            background-color: #dddddd;
            color: #ffb106;
            line-height: 45px;
            text-align: center;
            font-size: 24px;
            margin-right: 20px;
        }

        .bidding-ul li p {
            font-size: 14px;
        }

    .bidding-ul span {
        color: #ffb106;
    }

/* 加入我们-招投标信息-详情页 */
.bidding-details-cont {
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
    padding-top: 50px;
    padding-bottom: 30px;
}

    .bidding-details-cont p {
        line-height: 2em;
        font-size: 15px;
    }

.bidding-details-link {
    padding: 30px 0;
}

    .bidding-details-link p {
        background: url(img/bidding-ico.png) no-repeat;
        padding-left: 35px;
        line-height: 22px;
        cursor: pointer;
        font-size: 15px;
    }

    .bidding-details-link .link-p1 {
        background-position: 0 -10px;
    }

        .bidding-details-link .link-p1:hover {
            background-position: 0 -37px;
            color: #e89532;
        }

    .bidding-details-link .link-p2 {
        margin-top: 35px;
        background-position: 0 -72px;
    }

        .bidding-details-link .link-p2:hover {
            background-position: 0 -98px;
            color: #e89532;
        }

            .bidding-details-link .link-p1:hover a,
            .bidding-details-link .link-p2:hover a {
                color: #e89532;
            }

/* 泰丰团队-招聘信息 */
.job-list .job-table {
    width: 100%;
}

.job-table thead {
    text-align: center;
    width: 100%;
    background-color: #e0e0e0;
    line-height: 30px;
}

.job-tbody-list tr {
    border-bottom: dashed 1px #ccc;
    line-height: 40px;
}

    .job-tbody-list tr:hover {
        background-color: #e0e0e0;
        -webkit-transition: background .5s ease-out;
        -moz-transition: background .5s ease-out;
        transition: background .5s ease-out;
    }

    .job-tbody-list tr td {
        text-align: center;
    }

.job-text {
    padding-top: 30px;
}

    .job-text .job-text-p1 {
        font-size: 16px;
        color: #ffb106;
        line-height: 22px;
    }

    .job-text .job-text-p2 {
        font-size: 16px;
        line-height: 22px;
        padding-top: 20px;
    }

.search-box {
    padding-bottom: 25px;
    text-align: center;
}

    .search-box .select {
        float: left;
        width: 140px;
        margin-right: 50px;
        margin-left: 10px;
    }

        .search-box .select select {
            height: 100%;
            width: 100%;
            padding-left: 8px;
        }

    .search-box .search-btn {
        padding-left: 20px;
        width: 90px;
        height: 32px;
        border: none;
        background: #ffb106 url(img/hr_search.png) no-repeat 10px center;
        color: #fff;
        font-size: 12px;
        font-family: "Microsoft YaHei";
        cursor: pointer;
        border-radius: 5px;
    }

    .search-box .search-input {
        height: 30px;
        border-radius: 5px;
        border: solid 1px #ffb106;
        padding-left: 15px;
    }

.job-title h3 {
    font-size: 24px;
    color: #ffb106;
    text-align: center;
    padding-bottom: 30px;
}

.job-title .job-sun {
    border: solid 1px #ffb106;
    padding: 10px 40px;
}

.job-tbody-list tr td a:hover {
    color: #ffb106
}

.job-title .job-sun span {
    padding: 10px 45px 10px 0;
    padding-top: 20px;
    display: inline-block;
    font-size: 14px;
}

.job-cont {
    padding-top: 30px;
}

    .job-cont h3 {
        border-bottom: dashed 1px #ccc;
        position: relative;
        left: 0;
        top: 0;
        height: 50px;
    }

        .job-cont h3 i {
            font-size: 18px;
            display: block;
            text-align: center;
            border-bottom: solid 2px #ffb106;
            width: 100px;
            margin: 0 auto;
            padding-bottom: 10px;
            position: absolute;
            top: 21px;
            left: 45%;
        }

    .job-cont .job-list-text h4 {
        color: #ffb106;
        padding: 15px 0;
        font-size: 15px;
    }

    .job-cont .job-list-text p {
        line-height: 24px;
        font-size: 14px;
    }

/* 泰丰团队-团队风采 */
.main-staff {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .main-staff a {
        display: inline-block;
        width: 228px;
        margin-right: 12px;
        padding-bottom: 30px;
    }

    .main-staff dl dd {
        padding-top: 15px;
        text-align: center;
        line-height: 22px;
        font-size: 14px;
    }

    .main-staff dl dt img {
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        display: block;
        width: 228px;
        height: 170px;
    }

        .main-staff dl dt img:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transform: scale(1.1);
        }

/* 联系我们 */
.cont-us-title strong {
    font-size: 48px;
    color: #e0e0e0;
    padding-top: 20px;
}

.cont-us-title h3,
.cont-us-map-title h3 {
    font-size: 24px;
    color: #333;
    padding: 10px 0 20px 0;
}

.cont-us-list {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

    .cont-us-list img {
        width: 214px;
    }

    .cont-us-list ul {
        width: 100%;
        margin-left: 25px;
    }

        .cont-us-list ul li {
            line-height: 30px;
            background: url(img/con-ico.png) no-repeat;
            padding-left: 35px;
            font-size: 16px;
        }

    .cont-us-list .con-ico1 {
        background-position: 0 5px;
    }

    .cont-us-list .con-ico2 {
        background-position: 0 -25px;
    }

    .cont-us-list .con-ico3 {
        background-position: 0 -54px;
    }

    .cont-us-list .con-ico4 {
        background-position: 0 -86px;
    }

    .cont-us-list .con-ico5 {
        background-position: 0 -115px;
    }

    .cont-us-list .con-ico6 {
        background-position: 0 -145px;
    }

    .cont-us-list .con-ico7 {
        background-position: 0 -174px;
    }




/* 投诉建议 */
.sug-list {
    padding-bottom: 50px;
}

    .sug-list ul li {
        padding-bottom: 15px;
        padding-left: 20px;
        position: relative;
        left: 0;
        top: 0;
    }

        .sug-list ul li input {
            width: 220px;
            height: 30px;
            box-sizing: border-box;
            padding-left: 10px;
        }

    .sug-list .sug-textarea {
        padding-left: 72px;
    }

.sug-textarea textarea {
    height: 155px;
    width: 355px;
}

.sug-list .sug-max {
    background: url(img/xingxing.png) no-repeat;
    background-position: 0 11px;
}

.sug-textarea label {
    position: absolute;
    left: 17px;
    top: 0;
}

.sug-submit a {
    width: 70px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
}

.sug-submit .sug-t {
    background-color: #ffb106;
    margin-left: 150px;
}

.sug-submit .sug-s {
    background-color: #999898;
    margin-left: 30px;
}
