body{
    min-height: 800px;
}
.tf-header.company .tf-header-menu-div>div,.tf-group,.tf-fixed-header.tf-ai .tf-group,.tf-index-bottom-menu>div{
    width: 1400px !important;
}
.tf-header .tf-header-menu-div>div{
    width: auto !important;
}
.tf-header.tf-white.company .tf-header-menu-div, .tf-header.tf-white.company .tf-header-hover-div{
    background-color:transparent;
    border-bottom-color: transparent;
}
.tf-header.tf-white.company .tf-header-hover-div>ul>li>a:hover,.tf-header.tf-white.company .tf-header-menu-div:hover,.tf-header.tf-white.company .tf-header-hover-div:hover,.tf-header.tf-white.company .tf-header-hover-div.hover{
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom:none;;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li:not(.no-line)>a:after{
    display: none;
}
.tf-module-box .tf-sub-title{
    font-size: 23px;
    font-weight: bold;
    color: #000;
    line-height: 37px;
    margin-top: 5px;
}
*{
    box-sizing: border-box;
}
.tf-icons{
    background-image: url("../images/icons_zhaopin_y.png");
    display: inline-block;
    /*vertical-align: middle;*/
}
ul{
    padding: 0px;
    margin: 0px;
}
html,body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}
header{
    padding: 0px;
    margin: 0px;
}
header>div{
    height: 40px;
    background-color: #424242;
}
.tf-wrapper{
    /*background: linear-gradient(to bottom right,#004252,#ffe8cc,#b17440);*/
    background: url("../images/recruit_banner.png") no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    top: -70px;
    padding-top: 71px;
    width: 100%;
}
@keyframes animatedCloud1 {
    from {left:-400px;}
    to {left: 750px;}
}
@keyframes animatedCloud2 {
    from {left:750px;}
    to {left: 100%;}
}
.tf-wrapper-cloud1{
    background: url(../images/y_imgx0001_y.png) 0px 0px no-repeat;
    amimation: animatedCloud1 60s linear infinite;
    -webkit-animation: animatedCloud1 60s linear infinite;
    -moz-animation: animatedCloud1 60s linear infinite;
    -ms-animation: animatedCloud1 60s linear infinite;
    width: 1452px;
    height: 568px;
    position: absolute;
    left: -400px;
    top: 200px;
}
.tf-wrapper-cloud2{
    background: url(../images/y_imgx002_y.png) 0px 0px no-repeat;
    amimation: animatedCloud2 100s linear infinite;
    -webkit-animation: animatedCloud2 100s linear infinite;
    -moz-animation: animatedCloud2 100s linear infinite;
    -ms-animation: animatedCloud2 100s linear infinite;
    width: 1540px;
    height: 558px;
    position: absolute;
    left: 750px;
    top: 200px;
}
/*.tf-wrapper-train{*/
/*background: url(../images/y_imgx003_y.png) 0px 0px no-repeat;*/
/*width: 650px;*/
/*height: 600px;*/
/*position: absolute;*/
/*left: 310px;*/
/*bottom: 22px;*/
/*}*/

.tf-search-wrapper {
    width: 100%;
    position: relative;
    z-index: 2;
}
.tf-recruit-search {
    width: 100%;
    /* border: 1px solid #D20006; */
    margin: 0 auto;
    height: 35px;
}
.tf-recruittype-select-content {
    position: relative;
    float: left;
}
.tf-recruitType-select {
    height: 35px;
    border: 0px;
    font-size: 14px;
    outline: none;
    font-family: '微软雅黑';
    width: 105px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 15px;
    color: #fff;
    background-color: #e35909;
}
.tf-cut-line {
    display: inline-block;
    width: 1px;
    height: 31px;
    position: absolute;
    border-left: 1px solid #dedede;
    right: 0px;
    top: 2px;
}
.tf-zhaopin-icons{
    background-image: url(../images/icons_zhaopin_y.png);
    display: inline-block;
}
.tf-select-arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url(../../../common/images/icons_companysite.png)-277px -112px;
    transform: rotate(-90deg);
}
.tf-search-keyword {
    height: 35px;
    width: 240px;
    padding-left: 15px;
    border: 0px;
    outline: none;
    font-size: 12px;
    font-family: Arial,微软雅黑;
    line-height: 35px;
    float:left;
    background-color: #f4f0ed;
}
.tf-search-button {
    height: 35px;
    width: 120px;
    background-color: #D20006;
    border: none;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    /* line-height: 15px; */
    outline: none;
    font-family: '微软雅黑';
    cursor: pointer;
    float: right;
}
.tf-wrapper .tf-search-wrapper .tf-hot-search{
    color: #666666;
    margin: 0 auto;
    width: 100%;
    height: 45px;
    background-color: #fff;
    padding-left: 18px;
    line-height: 45px;
}
.tf-wrapper .tf-search-wrapper .tf-hot-search>span{
    float:left;
}
.tf-wrapper .tf-search-wrapper .tf-hot-search>ul{
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 14px;
}
.tf-wrapper .tf-search-wrapper .tf-hot-search>ul>li{
    padding: 0px 10px;
    list-style: none;
    float: left;
    cursor: pointer;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tf-wrapper .tf-search-wrapper .tf-hot-search>ul>li:hover{
    text-decoration: underline;
}
.tf-wrapper-top {
    text-align: center;
    position: relative;
    /* bottom: 560px; */
    width: 100%;
    z-index: 2;
    margin-bottom: 30px;
}
.tf-wrapper-top-title {
    font-size: 24px;
    color: #000000;
    /* font-weight: bold; */
    line-height: 60px;
    margin-top: 50px;
}
.tf-wrapper-top-text {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    line-height: 37px;
}

.tf-wrapper-content {
    width: 1400px;
    margin: 0 auto;
    height: 390px;
}
.tf-wrapper-content .tf-content-left {
    width: 390px;
    height: 390px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.tf-wrapper-content .tf-content-left .tf-search-btn {
    width: 45px;
    height: 35px;
    cursor: pointer;
    float: left;
    background: url(../images/icons_zhaopin_y.png) -184px -1px,#e35909;
}
.tf-wrapper-content .tf-model-title{
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    /* font-weight: bold; */
    font-size: 14px;
    padding-left: 15px;
}
.tf-wrapper-content .tf-model-des {
    line-height: 25px;
}
.tf-wrapper-content a{
    color:#fff;
    text-decoration: none;
    position: absolute;
    display: block;
}
.tf-wrapper-content a:before{
    content:'';
    position: absolute;
    width: 100%;
    height:100%;
    left:0px;
    top:0px;
    transition: all .3s ease-out;
    z-index: 3;
}
.tf-wrapper-content a:hover:before{
    background-color: rgba(47, 93, 142,0.5);
}
.tf-wrapper-content a:after{
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    padding: 20px;
    margin-left: -34.5px;
    margin-top: -20px;
    background: url("../../../common/images/hover_icon.png")no-repeat;
    opacity: 0;
    transition: all .3s ease-out .3s;
    z-index: 4;
}
.tf-wrapper-content a:hover:after{
    opacity: 1;
}
.tf-wrapper-content .tf-content-left a.tf-link-1 {
    display: block;
    height: 125px;
    width: 100%;
    background-color: #4c3e2e;
    margin-top: 10px;
    padding: 20px 15px;
}
.tf-wrapper-content .tf-content-left a.tf-link-1 .tf-model-tilte {
    font-size: 14px;
    margin-bottom: 10px;
}
.tf-wrapper-content .tf-content-left a.tf-link-2{
    height:175px;
    width:100%;
    bottom:0px;
}
.tf-wrapper-content .tf-content-left a.tf-link-2 .tf-about-img{
    background-position: 0px -729px;
    background-repeat:no-repeat;
    position:relative;
    width:100%;
    height:100%;
}
.tf-wrapper-content .tf-content-left a.tf-link-2 .tf-model-title {
    background-color: rgba(0, 0, 0, 0.36);
}
.tf-content-center {
    float: left;
    width: 660px;
    height: 100%;
    position: relative;
    margin-right:10px;
}
.tf-content-center .swiper-pagination{
    bottom: 20px;
    right: 30px;
}
.tf-content-center  .swiper-pagination-bullet{
    margin: 0px 5px;
    outline: none;
}
.tf-content-center .swiper-pagination-bullet-active{
    background: #a95754;
}
.tf-wrapper-content .tf-content-center a:before,.tf-wrapper-content .tf-content-center a:after{
    display: none;
}
.tf-content-center .swiper-container{
    height: 100%;
}
.tf-content-center a.tf-link-3 {
    width: 100%;
    height: 390px;
    position: absolute;
}
.tf-content-center a.tf-link-3 .tf-model-title{
    background-color: #e35909;
}
.tf-content-center a.tf-link-3 .tf-model-des{
    background-color: #e35909;
    position: absolute;
    bottom: 0px;
    height: 80px;
    padding: 15px 20px;
    line-height: 22px;
}
.tf-content-center a.tf-link-3 .tf-shrecruit-img{
    background-position: 0px -172px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.tf-content-center a.tf-link-3 .tf-shrecruit-img.icon2{
    background: url("../images/job_banner2.jpg")0px 0px;
}
.tf-shrecruit-img{
    padding: 10px 35px;
}
.tf-shrecruit-img h3{
    font-size: 27px;
    font-weight: normal;
}
.tf-shrecruit-img p{
    font-size: 14px;
    line-height: 23px;
    margin-top: -20px;
    color: #fff;
}
.tf-content-right{
    width: 330px;
    height: 100%;
    float: left;
    position: relative;
}
.tf-content-right a.tf-link-4{
    width:100%;
    height:160px;
}
.tf-content-right a.tf-link-4 .tf-develop-img{
    position: relative;
    width: 100%;
    height:100%;
    background-position: -500px -592px;
    background-repeat:no-repeat;
}
.tf-content-right a.tf-link-4 .tf-model-title{
    background-color: rgba(70, 48, 34, 0.83);
}


.tf-content-right a.tf-link-5 {
    width: 100%;
    height: 230px;
    position: absolute;
    top: 160px;
}
.tf-content-right a.tf-link-5 .tf-model-title{
    background-color:#e35909;
}
.tf-content-right a.tf-link-5 .tf-model-des{
    background-color: #4c3e2e;
    position: absolute;
    bottom: 0px;
    height: 80px;
    padding: 15px 40px 15px 20px;
    line-height: 22px;
}
.tf-content-right a.tf-link-5 .tf-xyrecruit-img{
    background-position: 0px -595px;
    background-repeat: no-repeat;
    width: 100%;
    height: 110px;
}
.ss-footer-des{
    display: none;
}
/*************收获*************/
.tf-harvest-wrap{
    height: 544px;
    width: 1400px;
    margin: 0 auto;
    background: url("../images/recruit_bg02.jpg");
    position: relative;
}
.tf-harvest-wrap .swiper-slide{
    height: 544px;
    padding: 100px 50px;
    opacity: 0 !important;
}
.tf-harvest-wrap .swiper-slide-active .fadeup {
    -webkit-animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1;
    animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1;
    animation-fill-mode: both;
}
@keyframes re-banner-slide-20 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.tf-harvest-wrap .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.tf-harvest-wrap .swiper-slide h3{
    font-size: 22px;
    margin: 0px;
}
.tf-harvest-wrap .swiper-slide p{
    font-size: 17px;
    width: 373px;
    line-height: 31px;
    margin: 7px 0px;
}
.tf-sh-wrap>li{
    height: 163px;
    width: 160px;
    float: left;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 11px;*/
    /*background-color: #fff;*/
    margin-right: 10px;
    /* padding: 35px 80px; */
    text-align: center;
    cursor: pointer;
}
.tf-sh-wrap>li .tf-icon,.tf-section-appoint .tf-group-14>ul>li .tf-icon{
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 100%;
    background:#A95754  url("../images/recruit_icon.png")19px 21px no-repeat;
}
.tf-sh-wrap>li.active .tf-icon{
    background-color: #833333;
}
.tf-sh-wrap>li .tf-icon.item2{
    background-position: -447px 23px;
}
.tf-sh-wrap>li .tf-icon.item3{
    background-position: -905px 23px;
}
.tf-sh-wrap>li:last-child{
    margin-right: 0px;
}
.tf-sh-wrap>li h3{
    font-size: 17px;
    margin: 20px 0px
}
.tf-sh-wrap>li p{
    font-size: 15px;
    line-height: 25px;
    color: #808080;
    margin-top: -5px;
}
.tf-sh-wrap{
    margin: -44px auto 0px auto;
    position: relative;
    width: 600px;
    display: block;
    z-index: 3;
}
.tf-info-des{
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
.tf-info-des a{
    color: #185db3;
    font-size: 17px;
}
.tf-info-des a:hover{
    text-decoration: underline;
}
/*********************话说*************************/
.tf-hs{
    background-color: #4f2506 !important;
    padding-bottom: 90px;
}
.tf-module-box .tf-hs .tf-title,.tf-module-box .tf-hs .tf-sub-title{
    color: #fff;
}
.tf-box{
    height: 290px;
    padding: 6px;
}
.tf-hs-item{
    height: 260px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    padding: 30px 37px;
    background-color: #fff;
}
.tf-hs-item p{
    color: #6d6d6d;
    line-height: 24px;
    font-size: 15px;
}
.tf-hs-item .tf-header-top{
    height:75px;
}
.tf-info-wrap{
    float: left;
    margin-left: 15px;
}
.tf-hs-name{
    color: #5a4538;
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0px;
}
.tf-hs-item .tf-zy{
    color: #808080;
    margin-top: -3px;
}
.tf-hs .swiper-button-prev, .tf-hs .swiper-container-rtl .swiper-button-next,.tf-hs  .swiper-button-next, .tf-hs  .swiper-container-rtl .swiper-button-prev{
    top: 110%;
    background: url(../images/icons_zhaopin_y.png)-262px -94px;
    outline: none;
}
.tf-hs  .swiper-button-next, .tf-hs  .swiper-container-rtl .swiper-button-prev{
    transform: rotate(180deg);
}
/* 预约演示  */
.tf-context-button a {
    position: relative;
    display: inline-block;
    padding: 0px 40px 0 20px;
    /* font-weight: bold; */
    text-align: center;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    transition: all .3s;
}
.tf-content-text {
    line-height: 25px;
    color: #fff;
    margin-left: 35px;
    font-size: 13px;
    margin-top: 0px;
    padding-top: 25px;
}
.tf-section-appoint{
    padding-bottom:0 !important;
}
.tf-module-box .tf-section-appoint .tf-title{
    padding-top: 0px;
}
.tf-section-appoint .tf-content-wrapper{
    height: 200px;
    padding-top: 6px;
    background: #321500;
    box-sizing: border-box;
    color: #fff;
}
.tf-section-appoint .tf-group-14{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.tf-section-appoint .tf-group-14>ul>li{
    width: 445px;
    float: left;
    height: 80px;
    border-left: 1px solid #bfc0c2;
    position: relative;
    padding-left: 140px;
}
.tf-section-appoint .tf-group-14>ul>li h3{
    margin: 6px 0px;
    font-size: 22px;
    font-weight: normal;
}
.tf-section-appoint .tf-group-14>ul>li p{
    margin: 9px 0px;
    font-size: 16px;
}
.tf-section-appoint .tf-group-14>ul>li .tf-icon{
    position: absolute;
    left: 50px;
    background-position: -247px -52px;
}
.tf-section-appoint .tf-group-14>ul>li .tf-icon.icon2{
    background-position: -686px -52px;
}
.tf-section-appoint .tf-group-14>ul>li:first-child{
    border-left: none;
}
/* 福利体系 */
section.tf-fltx{
    background: #f5f5f5;
    padding-bottom: 50px;
}
.tf-welfare-system{
    margin: 0px auto;
    text-align: center;
}
ul.tf-welfare-system-list{
    width: 225px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
}
.tf-welfare-system>ul:last-child{
    margin-right: 0px;
}
ul.tf-welfare-system-list li.tf-welfare-title{
    height: 65px;
    background-color: #0027b8;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    background: url(../images/recruit_icon.png)-3px -57px no-repeat;
    position: relative;
    padding-left: 105px;
    text-align: left;
}
ul.tf-welfare-system-list li.tf-welfare-title .tf-en-name{
    font-weight: normal;
    font-size: 15px;
}
ul.tf-welfare-system-list li.tf-welfare-title:before{
    content: '';
    position: absolute;
    top: 17px;
    left: 58px;
    width: 40px;
    height: 40px;
    background: url(../images/recruit_icon.png)0px -136px no-repeat;
}

ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title2:before{
    background-position: -228px -136px;
}
ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title3:before{
    background-position: -465px -136px;
}
ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title4:before{
    background-position: -701px -136px;
}
ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title5:before{
    background-position: -934px -134px;
}
ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title6:before{
    background-position: -1166px -136px;
}

ul.tf-welfare-system-list li.tf-welfare-content{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #F1F1F1;
    background-color: #fff;
    color:#454545;
    cursor: pointer;
    -webkit-user-select: none;
    transition: margin-bottom 0.2s;
}
ul.tf-welfare-system-list li.tf-welfare-content span.tf-expand-arrow {
    width: 7px;
    height: 7px;
    border-top: 1px solid #737373;
    border-right: 1px solid #737373;
    display: inline-block;
    float: right;
    transform: rotate(45deg);
    margin-top: 17px;
    transition: transform 0.2s;
    margin-right: 10px;
}
ul.tf-welfare-system-list li.tf-welfare-content.expand{
    color:#FBE3E3;
    background-color: #AC2D2D;
    border-bottom: 1px solid #AC2D2D;
}
ul.tf-welfare-system-list li.tf-welfare-content.expand span{
    font-size: 13px;
}
ul.tf-welfare-system-list li.tf-welfare-content.expand span.tf-expand-arrow {
    transform: rotate(135deg);
    border-color:#FBE3E3;
}

ul.tf-welfare-system-list li.tf-welfare-content .tf-welfare-content-des{
    height: 0px;
    overflow: hidden;
    transition: height 0.2s;
    background-color: #ffffff;
}
ul.tf-welfare-system-list li.tf-welfare-content .tf-welfare-content-des>div{
    padding: 10px;
    line-height: 23px;
    color: #898989;
    text-align: left;
    font-size: 12px;
}
.tf-talent-concept{/* 人才理念 */
    background: url("../images/recruit_bg01.jpg") no-repeat center;
    height: 473px;
    background-position: 145px 0;
    margin: 0px auto 150px auto;
    width: 1190px;
    position: relative;
}
.tf-salary-structure>div{
    position: absolute;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color:#F5F5F5;
    width: 96px;

}
.tf-salary-structure>div{
    font-size: 10px;
    line-height: 21px;
}
.tf-salary-structure>div>.title{
    font-size: 16px;
    text-align: right;
    margin-bottom: 25px;
}
.tf-salary-structure>div.tf-salary-structure1{
    left:64px;
    top:86px;
}
.tf-salary-structure>div.tf-salary-structure2{
    left:200px;
    top:86px;
}
.tf-salary-structure>div.tf-salary-structure3{
    left: 362px;
    top: 86px;
    width: 120px;
}
.tf-salary-structure>div.tf-salary-structure3,
.tf-salary-structure>div.tf-salary-structure3>.title{
    text-align: center;
}
.tf-salary-structure>div.tf-salary-structure1>.title{
    margin-right: 10px;
}
.tf-salary-structure>div.tf-salary-structure2>.title{
    margin-right: 5px;
}

.tf-talent-concept>div{
    position: absolute;
    display: inline-block;
    color:#939393;
    line-height: 24px;
}
.tf-talent-concept>div.tf-talent-concept1{
    top: 10px;
    left: 150px;
}
.tf-talent-concept>div.tf-talent-concept2{
    top:10px;
    right:134px;
}
.tf-talent-concept>div.tf-talent-concept3{
    top: 180px;
    right: 106px;
}
.tf-talent-concept>div.tf-talent-concept4{
    bottom: -20px;
    right: 150px;
}
.tf-talent-concept>div.tf-talent-concept5{
    bottom: -20px;
    left: 115px;
}
.tf-talent-concept>div.tf-talent-concept6{
    top: 180px;
    left: 106px;
}