*{
	box-sizing: border-box;
}
.tf-black-footer>div{
	width: 1200px;
}
.ss-footer-des{
	display: none;
}
.tf-fixed-header{
	height: 51px;
}
.tf-fixed-header.tf-ai:not(.show) .tf-group:before {
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	content: '';
	position: absolute;
	bottom: 0px;
	left: 20px;
	right: 0px;
}
.tf-top{
	margin-top: 0px;
}
.tf-banner-inner h3{
	color: #fff;
}
.tf-talentdevelopment-wrapper .tf-top{
	position: relative;
}
/*.tf-talentdevelopment-wrapper .tf-top .tf-top-image{*/
	/*background: #d0ddf0 url(../images/img900010_y.jpg) no-repeat center center;*/
	/*height: 230px;*/
/*}*/
.tf-talentdevelopment-wrapper .tf-banner-item-left {
    text-align: center;
    position: absolute;
    top: 60px;
    color: #fff;
    width: 100%;
}
.tf-black-footer{
	margin-top: 0px;
}
/**人才发展内容**/
.tf-talentdlp-mian{
	/* width: 1200px;
	margin: 0 auto; */
}
.tf-talentdlp-mian .tf-talentdlp-block{
	padding: 70px 0px 75px 0px;
}
.tf-talentdlp-mian .tf-talentdlp-block.tf-background-gray{
	background-color: #F1F1F1
}
.tf-talentdlp-mian .tf-talentdlp-block>div{
	 width: 1200px;
	margin: 0 auto;
}
.tf-talentdlp-mian .tf-talentdlp-block .tf-talentdlp-title,.tf-talentdlp-mian .tf-talentdlp-block .tf-talentdlp-des{
	text-align: center;
}
.tf-talentdlp-mian .tf-talentdlp-block .tf-talentdlp-title{
	color:#404040;
	font-size: 22px;
	line-height: 66px;
}
.tf-talentdlp-mian .tf-talentdlp-block .tf-talentdlp-title>.tf-talentdlp-title-red{
	color:#D01123;
}
.tf-talentdlp-mian .tf-talentdlp-block .tf-talentdlp-des{
	color:#939393;
	padding: 0 290px;
	line-height: 24px;
}
.tf-talentdlp-mian .tf-talentdlp-block .tf-career-development{/* 职业发展 */
	background: url("../images/imgx015_y.png") no-repeat center;
	height: 242px;
	margin-top: 80px;
}
.tf-talentdlp-mian .tf-talentdlp-block .tf-salary-structure{ /* 薪酬结构 */
	background: url("../images/imgx013_y.png") no-repeat center;
	height: 374px;
	margin-top: 80px;
	width: 558px;
	position: relative;
}
.tf-talentdlp-mian .tf-talentdlp-block .tf-talent-concept{/* 人才理念 */
	background: url("../images/imgx012_y.png") no-repeat center;
	height: 473px;
	margin-top: 80px;
	background-position: 145px 0;
	margin-bottom: 200px;
	width: 1190px;
	position: relative;
}
.tf-talentdlp-mian .tf-talentdlp-block .tf-welfare-system{/* 福利体系 */
	margin: 50px auto 0;
	text-align: center;
}
ul.tf-welfare-system-list{
	width:166px;
	display: inline-block;
	margin: 0 8px;
	vertical-align: top;
}
ul.tf-welfare-system-list li.tf-welfare-title{
	height: 110px;
	background-color: #0027b8;
	color: #fff;
	text-align: center;
	padding-top: 70px;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	background-image: url("../images/imgx014_y.png");
	background-repeat: no-repeat;
}
ul.tf-welfare-system-list li.tf-welfare-title:after{
	content: '';
    width: 0px;
    height: 0px;
    border-right: 9px solid transparent;
    border-top: 9px solid #005A89;
    border-left: 9px solid transparent;
    border-bottom: 9px solid transparent;
    display: inline-block;
    margin-top: 20px;
}
ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title1{
	background-position: 47px 19px;
}
ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title2{
	background-position: -130px 19px;
}
ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title3{
	background-position: -307px 19px;
}
ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title4{
	background-position: -490px 19px;
}
ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title5{
	background-position: -675px 19px;
}
ul.tf-welfare-system-list li.tf-welfare-title.tf-welfare-title6{
	background-position: -858px 19px;
}

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-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;
}
/**************加载*************/
.load-complete .line-scale {
	margin: 0 auto;
	display: block;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.load-complete .line-scale > div {
	display: inline-block;
	border-color: #1e38ae #1e38ae transparent;
	background-color: #1e38ae;
}
.load-complete {
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1031;
}
.load-complete.hidden{
	display: none;
}
.load-complete .logo {
	color: #4C4C4C;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
}

.load-complete .load-position h6 {
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 999;
	right: 0;
	margin-top: -100px;
}
.load-complete .loading {
	position: absolute;
	width: 100%;
	height: 1px;
	margin: 20px auto;
	left: 0;
	right: 0;
}
.load-complete .loading-line {
	position: absolute;
	background: #eee;
	width: 100%;
	height: 2px;
}
.load-complete .loading-break {
	position: absolute;
	background: #059664;
	width: 15px;
	height: 2px;
}
.load-complete .loading-dot-1 {
	animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
	animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
	animation: loading 2s 1s infinite;
}
@keyframes loading {
	from {
		left: 0;
	}
	to {
		left: 100%;
	}
}
.line-scale>div {
	background-color: #fff;
	border-radius: 2px;
	margin: 2px;
	width: 4px;
	height: 35px;
}
.line-scale>div:nth-child(1) {
	-webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
	animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
}
.line-scale>div:nth-child(2) {
	-webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
	animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
}
.line-scale>div:nth-child(3) {
	-webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
	animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
}
.line-scale>div:nth-child(4) {
	-webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
	animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
}
.line-scale>div:nth-child(5) {
	-webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
	animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
}
@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}
.tf-show-load.tf-header{
	z-index: 10000000;
}
.tf-show-load.tf-header .tf-header-menu-div .tf-header-menu-ul{
	display: none;
}
.tf-show-load.tf-header.tf-white .tf-header-menu-div{
	border-bottom: none;
}
.tf-show-load .tf-nav-map{
	display: none !important;
}