/*统一设置*/
.aboutPage {
}
li .container h1 {
	text-align: center;
	font-weight: normal;
	text-shadow: 0 1px 3px rgba(255,255,255,0.5);
	margin-bottom: 60px;
	line-height: 60px;
}
.container {
	width: 80%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 35px 0;
	z-index: 1;
}
/*头部导航*/

/*introduce*/
.introduce {
	background: url(../../talent/images/bg_about1.png) no-repeat left bottom;
	background-size: cover;
}
.introduce .bg-in {
	width: 650px;
	background: rgba(0,0,0,.2);
	padding: 40px;
	margin: 80px auto;
	height: 100%;
}
.introduce p {
	margin-bottom: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
/*services*/
.bgPicSlant {
	background: url(../../talent/images/bg2.jpg) no-repeat bottom left;
	background-color: #760000;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.products {
	z-index: 0;
}
.service .ch-item, .service .ch-info > div {
	border-radius: 0;
	border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.service .ch-info .ch-info-front {
	box-shadow: none;
	border: 1px solid rgba(255,255,255,0.6);
}
.service .ch-item {
	box-shadow: none;
	cursor:default;
}
.service .ch-info .ch-info-front {
	background: #d01f27;
}
.service .ch-info .ch-info-back {
	background: #960d13;
}
.service .ch-info p {
	padding: 5px;
}
.service .ch-info h3 {
	color: #fff;
	font-size: 1.8em;
	margin: 0 15px;
	padding: 61px 0 0 0;
	height: 50px;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-top: none;
	font-weight: 300;
}
/*--salary--*/
.salary {
	background-color: #404f69;
	background-image:url(../images/shanghai.png); 
	background-repeat:repeat-x;
	position: relative;
	min-height: 800px;
	background-position:bottom center;
}
.salary .container {
	text-align: center;
}
.b-grids-box h4 {
	color: #00b29f;
	font-size: 2em;
	text-transform: uppercase;
}
.b-grids-box h5 {
	color: #555;
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 0.5em;
	font-weight: 600;
}
.b-grids {
	border: 2px solid #375d98;
	padding: 2.8em 1em;
	text-align: center;
	width: 11%;
	min-height: 200px;
	margin-right: 1%;
	background-color: #F7F7F7;
	position: relative;
	display: inline-block;
	vertical-align: top;
	webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	margin-top: 60px;
}
.album-box p {
	color: #555;
	font-size: 0.9em;
	line-height: 1.9em;
	margin: 0.5em 0 0 0;
}
.b-grids:hover {
	border: 2px solid #d01f27;
}
.b-grids:hover .b-grids-box h5, .b-grids:hover .b-grids-box h4 {
	color: #fff;
}
.b-grids.lost {
	margin-right: 0;
}
.icon {
	width: 70px;
	height: 70px;
	position: absolute;
	top: -15%;
	left: 30%;
	background:#375d98;
	behavior: url(ie-css3.htc); 
border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	behavior: url(ie-css3.htc); 
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
.icon i {
	background-image: url(../../images/icon.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	display: inline-block;
}
.icon .gongzi {
	background-position: 0 0;
}
.icon .jiangli {
	background-position: 0 -70px;
}
.icon .baoxian {
	background-position: 0 -140px;
}
.icon .gongjijin {
	background-position: 0 -210px;
}
.icon .nianjia {
	background-position: 0 -280px;
}
.icon .guanhuai {
	background-position: 0 -350px;
}
.b-grids:hover .icon {
	background: #d01f27;
}
i.glyphicon.glyphicon-user, i.glyphicon.glyphicon-gift {
	font-size: 1.45em;
	margin: 0.9em 0;
}
/*--train--*/
.train {
	height: 860px;
	background-color:#3e4a65;
	position: relative;
}
.train .container {
	max-width:1100px;
}
.bgPicLeft {
	position: absolute;
	left: -400px;
	bottom: 0;
	animation: headleft 1.5s ease-out forwards;
}
.bgPicRight {
	position: absolute;
	right: -400px;
	bottom: 0;
	animation: headright 1.5s ease-out forwards;
}
/*人头动画*/
@keyframes headleft {
from {
left: -400px;
}
to {
	left: 0;
}
}
@keyframes headright {
from {
right: -400px;
}
to {
	right: 0;
}
}
.bgPic {
	position: absolute;
	right: -400px;
	bottom: 0;
	animation: headleft 1.5s ease-out forwards;
}
.train .t-top p {
	font-size: 48px;
	color: #fff;
	text-align: center;
	margin-top: 70px;
}
.train .t-top span {
	display: block;
    text-align: center;
    color: #fd2d04;
    font-size: 18px;
}
.train .t-down {
	width: 100%;
	height: 588px;
	margin-top: 64px;
}
.train .t-down ul {
	width: 100%;
	height: 100%;
}
.train .t-down ul li {
	width: 100%;
	height: 80px;
	margin: 30px 0;
	overflow: hidden;
	padding-left: 30px;
	cursor: pointer;
	border-left: 8px solid rgba(0,0,0,0);
}
.train .t-down ul li span {
	font-size: 14px;
	color: #fff;
	display: block;
	width: 594px;
	line-height: 25px;
	margin-top: 10px;
}
.train .t-down ul .active1 {
	border-left: 8px solid;
	border-image:linear-gradient(#fd2d04, #960d13) 30;
	border-image: webkit-linear-gradient(#fd2d04, #960d13) 30;
}
/*--contact--*/
.contacts {
	background-color: rgb(81, 67, 93);
}
.contact_right {
	padding: 0;
	width: 50%;
	float: left;
	position: relative;
	text-align: center;
}
.map iframe {
	width: 100%;
	min-height: 450px;
	border: none;
}
.contact_left {
	background: #e9cd00;
	width: 50%;
	float: left;
	position: relative;
	background: url(../../images/map.jpg) no-repeat top right;
	text-align: center;
}
form {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
}
.contact_left input[type="text"] {
	display: block;
	width: 99%;
	padding: 10px 0px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #fff;
	outline: none;
	margin: 10px 0;
	font-size: 1.2em;
	color: #fff;
	background: none;
	font-weight: 400;
}
.contact_left textarea {
	display: block;
	width: 99%;
	padding: 10px 0px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #fff;
	outline: none;
	margin: 10px 0;
	font-size: 1.2em;
	color: #fff;
	background: none;
	font-weight: 400;
	min-height: 100px;
	resize: none;
}
.contact_btn {
	margin-top: 2em;
}
#submit {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
}
.contact-form input[type="submit"]:hover {
	color: #fff;
}
.contact_btn label {
	position: relative;
	z-index: 1;
}
.btn2 {
	cursor: pointer;
	padding: 10px 50px;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 1.5em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn-2 {
	color: #fff;
	background: #d93d1e;
}
.btn-2:hover {
	color: #fff;
}
.btn2-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #0585B3;
}
.btn2:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn2-1b:hover:after, .btn2-1b:active:after {
	height: 100%;
	color: #fff;
}
ul.address {
	display: inline-block;
	margin: 0 auto;
	padding: 15% 0;
	margin: 0 auto;
	list-style: none;
	color: #fff;
	font-size: 14px;
}
.address_icon {
	float: left;
	color: #d93d1e;
	background-image: url(../../images/icon.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 110px;
	display: inline-block;
	background-position: 0 -490px;
}
ul.address li.add_right {
	overflow: hidden;
}
ul.address li.add_right p {
	line-height: 1.5em;
	font-weight: 400;
	margin: 0.5em 0;
}
ul.address li.add_right p a {
	color: #ddd;
}
ul.address li.add_right p a:hover {
	color: #d93d1e;
}
/*--talent--*/

/*jobtab*/

.talent {
	position: relative;
	background-color: #ccc;
	min-height: 700px;
}
.functionTab {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	text-align: center;
	background-color: #0099cc;
	height: 120px;
}
.functionTab li {
}
.functionTab li a {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.functionTab li a span {
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	line-height: 100px;
	font-size: 24px;
	color: #fff;
}
.functionTab li a span:hover {
	color: #000;
}
.pathIt-svg {
	z-index: 3;
}
.jobTab {
	overflow: hidden;
	display: inline-block;
	margin: 20px 0 0 40%;
}
.jobTab li {
	float: left;
	display: inline-block;
	margin-right: 11px;
}
.jobTabTitle {
	padding: 10px 13px;
	display: block;
	font-size: 14px;
}
.jobTab li a {
	padding: 10px;
	display: block;
	font-size: 14px;
	min-width: 100px;
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.jobTabTitle {
	padding: 10px 0;
	display: inline;
	font-size: 14px;
	float: left;
	position: absolute;
}
.jobTab li a.jobTabActive {
	background: #d01f27;
	color: #fff;
}
.jobTabActive:hover {
	color: #fff;
}
.jobCotainer h2 {
	height: 80px;
	font-size: 24px;
}
.conditions {
	font-size: 16px;
    line-height: 45px;
    width: 900px;
    margin: 0 auto;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.conditions li span{text-align: center;
    width: 24px;
    height: 24px;
	margin-right:12px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    background: #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	behavior: url(ie-css3.htc); 
    color: #d01f27;
    border: 2px solid #d01f27;}
.mb10 {
	margin-bottom: 10px;
}
.jobInfo span {
	margin-right: 40px;
}
.jobCotent h3 {
	padding: 5px 0;
}
.tab_content {
	text-align: center;
	margin: 0 auto;
}
.jobTabCon {
	display: inline-block;
	width: 32%;
	position: relative;
	text-align: center;
	float: left;
	vertical-align: top;
}
.jobCotainer {
	font-size: 14px;
	line-height: 28px;
	width: 60%;
	position: absolute;
	top: 0;
	bottom: 180px;
	right: 0;
	text-align: left;
	padding: 20px 0 0 100px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.jobCotainer {
	z-index: 2;
}
.jobCotainerBg {
	z-index: 1;
	background: url(../../talent/images/bg5.jpg) no-repeat bottom left;
	background-color: #0099cc;
}
.jobTabCon, .jobCotainerBg {
	min-height: 730px;
}
.talentIcon a {
	background-position: 0 0;
	margin-top: 200px;
	display: none;
}
.talentIcon a p {
	display: none;
}
.talentIcon a.functionActive p {
	display: block;
	background-color: #f50505;
	color: #fff;
	font-size: 20px;
	margin-top: 70px;
	left: 50px;
	line-height: 50px;
	webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.talentIcon a.functionActive {
	display: inline-block;
	height: 120px;
	width: 120px;
	background-image: url(../../talent/images/work.png);
	background-color: #ddd;
	behavior: url(ie-css3.htc); 
border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.4);
	background-position: 0 0;
	border: 1px solid rgba(255,255,255,0.8);
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
	overflow: hidden;
	cursor: pointer;
	webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.talentIcon a.functionActive:hover {
	background-color: #999;
}
.talentIcon a.functionActive:hover p {
	background-color: #069;
	webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.talentIcon {
	position: absolute;
	right: 60%;
	display: inline-block;
	width: 200px;
	z-index: 200;
	height: 600px;
	background: url(../../images/line.png) no-repeat center center;
}
.talentIcon a.artIcon {
	background-position: 0 0;
}
.talentIcon a.programIcon {
	background-position: -120px 0;
}
.talentIcon a.planIcon {
	background-position: -240px 0;
}
.talentIcon a.testIcon {
	background-position: -360px 0;
}
.talentIcon a.operateIcon {
	background-position: -480px 0;
}
.talentIcon a.businessIcon {
	background-position: -600px 0;
}
.talentIcon a.ofcIcon {
	background-position: -720px 0;
}
.nav--btn {
	position: relative;
	display: inline-block;
	margin-right: 1.5rem;
	cursor: pointer;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.nav--btn:last-child .ch-info h3 {
	padding: 40px 0 0 0;
	border: none;
}
.nav--btn:last-child:after {
	display: none;
}
.functionTab .ch-info h3 {
	padding: 36px 0 0 0;
	border: none;
}
.functionTab.service .functionActive .ch-info .ch-info-front {
	background: #3a448c;
}
.functionTab.service .functionActive .ch-info .ch-info-back {
	background: #392547;
}
.functionTab.service .functionActive .ch-item, .functionTab.service .functionActive .ch-info > div {
	behavior: url(ie-css3.htc); 
border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.functionTab.service .ch-info {
	cursor: pointer;
}
.functionTab.service .ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0, 100px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 100px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 100px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 100px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 100px, 0) rotate3d(1, 0, 0, -90deg);
	opacity: 0;
}
.functionTab.service .ch-info .ch-info-back, .functionTab.service .functionActive .ch-info .ch-info-back {
	-webkit-transform: translate3d(0, 0, -98px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -98px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -98px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -98px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -98px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
	border: 1px solid rgba(255,255,255,0.6);
}
.functionTab.service .ch-item:hover .ch-info-back, .functionTab.service .functionActive .ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
	opacity: 1;
}
/*processes*/
.processes {
	background: #f6f6f6;
	background:url(../images/bg3.jpg) no-repeat right top;
}
.table3 {
	    margin: 20px 0;
    padding: 80px 0;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    background-color: rgba(255,255,255,0.2);
}
.table3 .box p{
	text-align: center;
	width: 60px;
	height: 60px;
	display: inline-block;
	font-size: 32px;
	font-weight: 400;
	background: #d01f27;
	behavior: url(ie-css3.htc); 
border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
	webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	line-height: 60px;
	border: 2px solid #fff;
}
.table3 .box {
	text-align: center;
	height: 120px;
	padding: 0;
	position: relative;
	width: 100%;
}
.table3 .box2 {
	border: 4px solid #ccc;
	position: relative;
	height: 100px;
	width: 100%;
	background: #f6f6f6;
	border-radius: 12px;
}
.box.top {
	position: absolute;
	top: -60px;
}
.borderLeft, .borderRight {
	position: absolute;
	bottom: 0px;
	width: 50%;
	height: 30px;
	border: 2px solid #ccc;
	border-top: none;
	border-radius: 0 0 8px 8px;
}
.borderLeft {
	border-right: none;
	right: 0;
}
.borderRight {
	border-left: none;
	left: 0;
}
.box.bottom {
	position: absolute;
	bottom: -90px;
}
.box3 {
	position: absolute;
	width: 100px;
	right: -50px;
	bottom: -15px;
	z-index: 6;
}
.box4 {
	background: #fff;
	border: 2px solid #ccc;
	line-height: 30px;
	border-radius: 20px;
}
.table3 td {
	background: url(../../images/line2.png) center center repeat;
	width: 11%;
}
/*bbs*/
.bbs {
	text-align: center;
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 8% 5%;
	background: #d01f27;
	behavior: url(ie-css3.htc); 
border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
	webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	box-shadow: 0 6px 6px rgba(0, 0, 0, .2);
}
.bbs.hb {
	background: #0099cc;
}
.bbs:hover {
	background: #273d69;
}
.bbs h3 {
	color: #fff;
	font-size: 1.6em;
	margin: 0 15px;
	padding: 15px 0 0 0;
	height: 40px;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
	border-top: 1px solid rgba(255,255,255,0.5);
	font-weight: 300;
}
.bbs i.logo {
	margin-top: 18px;
}
@keyframes warn {
 0% {
 transform: scale(0);
 opacity: 0.0;
}
 25% {
 transform: scale(0);
 opacity: 0.1;
}
 50% {
 transform: scale(0.1);
 opacity: 0.3;
}
 75% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 0.0;
}
}
@-webkit-keyframes "warn" {
 0% {
 -webkit-transform: scale(0);
 opacity: 0.0;
}
 25% {
 -webkit-transform: scale(0);
 opacity: 0.1;
}
 50% {
 -webkit-transform: scale(0.1);
 opacity: 0.3;
}
 75% {
 -webkit-transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 -webkit-transform: scale(1);
 opacity: 0.0;
}
}
/* 产生动画（向外扩散变大）的圆圈  */  
.pulse, .pulse2 {
	position: absolute;
	width: 68px;
	height: 68px;
	right: 274px;
	top: 442px;
	border: 12px solid #fff;
	behavior: url(ie-css3.htc); 
border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	opacity: 0;
	-webkit-animation: warn 3s ease-out;
	-moz-animation: warn 3s ease-out;
	animation: warn 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.pulse2 {
	width: 120px;
	height: 120px;
	right: 248px;
	top: 416px;
	border: 12px solid #d6f417;
}
