html, body, div, span, object, a, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Microsoft Yahei";
	vertical-align: baseline;
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html, body {
	overflow: hidden;
}
.box .load {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
}
.load_bg {
	width: 100%;
	height: 100%;
	background: #fff;
}
.load p {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 200;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin: -16px 0 0 -16px;
}
.load .loadTxt {
	width: 400px;
	height: 86px;
	margin: 50px 0 0 -200px;
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 30px;
}
/**header**/
.wrapHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 65px;
	background: url(../img/sprite.png) repeat-x;
}
.header {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
}
.logo {
	float: left;
	width: 143px;
	height: 60px;
	margin-right: 105px;
}
.nav {
	list-style: none;
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	margin-top: 16px;
}
.nav li {
	float: left;
	margin: 0 6px;
}
.nav a {
	float: left;
	padding: 0 21px;
	color: #888;
	text-decoration: none;
}
.nav a:hover, .nav .cur {
	color: #fff;
	background: #0689d4;
	border-radius: 30px;
}
.fixedNav {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	width: 24px;
	height: 160px;
	margin-top: -80px;
	padding-top: 24px;
	background: url(../img/sprite.png) no-repeat 0 -110px;
	list-style: none;
}
.fixedNav li {
	float: left;
	position: relative;
	width: 100%;
	height: 16px;
	padding-left: 3px;
	margin-bottom: 5px;
}
.fixedNav .icon {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/sprite.png) no-repeat -40px -131px;
	cursor: pointer;
}
.fixedNav .txt {
	display: none;
	position: absolute;
	left: -80px;
	top: 0;
	width: 76px;
	height: 19px;
	background: url(../img/sprite.png) no-repeat 0 -80px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}
.fixedNav .cur .icon {
	background: url(../img/sprite.png) no-repeat -40px -110px;
}
/**内容**/
.wrapBox {
	position: fixed;
	top: 60px;
	width: 100%;
}
.box {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 800px;
	overflow: hidden;/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 55px;
	behavior: url(ie-css3.htc);  This lets IE know to call the script on all elements which get the 'box' class *//*behavior: url(PIE.htc);  This lets IE know to call the script on all elements which get the 'box' class */
}
.box_fixed {
	width: 100%;
}
.box div, .box a {
	position: absolute;
	z-index: 100;
}
.box.b4_bg div.tab_container, .box.b4_bg div.tab_content {
	margin-top: 6%;
	display: inline-block;
}
.box .zIndex10 {
	z-index: 10;
}
.box .zIndex40 {
	z-index: 40;
}
.box .zIndex50 {
	z-index: 50;
}
.box .zIndex150 {
	z-index: 150;
}
.box .zIndex160 {
	z-index: 160;
}
/**box1**/
.b1_bg {
	background-color: #f7f7f7;
}
.b1_01, .b1_02 {
	width: 100%;
	text-align: center;
}
.b1_03 {
	right: 390px;
}
.b1_04 {
	left: 50%;
	margin-left: -350px;
	z-index: 140;
	top: 0;
}
/**box2**/
.b2_bg {
	background-color: #212757;
}
.box div.b2_01 {
	z-index: 10;
}
.b2_02 {
}
.b2_07 {
	position: absolute;
	z-index: 100;
	top: 305px;
	color: #fff;
	font-size: 14px;
	width: 30%;
	line-height: 32px;
}
.b2_03 {
	left: 800px;
}
.b2_04 {
	left: 800px;
}
.b2_06 {
	left: 1260px;
}
/**box3**/
.b3_bg {
	background: url(../img/b3_bg.jpg) no-repeat center;
	background-color: #47499a;
	background-size: 60%;
}
.b3_tl img {
	vertical-align: middle;
}
.box_tl {
	left: 50%;
	width: 960px;
	margin-left: -480px;
	text-align: center;
}
.clfea005 {
}
.box_tl h2 {
	height: 60px;
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	text-shadow: 3px 2px 6px rgba(6, 6, 6, 0.47);
}
.box_tl p {
	color: #bcbcbc;
	font-family: Arial;
	font-size: 16px;
}
.b3_img {
	left: 50%;
	top: 180px;
	width: 371px;
	height: 347px;
	margin-left: -185px;
}
.b3_img.transform {
	-webkit-transform: rotate(0deg);
	-webkit-animation-name: "rotate";
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-webkit-transition-timing-function: linear;
}
@-webkit-keyframes 'rotate' {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
}
}
.b3_txt {
	font-size: 14px;
	line-height: 30px;
	width: 290px;
}
.b3_txt strong {
	display: block;
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 1px 1px rgba(6, 6, 6, 0.47);
}
.b3_txt p {
	color: rgba(255, 255, 255, 0.81);
	font-weight: 600;
}
.b3_01 {
	text-align: right;
}
.b3_05 {
	text-align: right;
}
.b3_06 {
	text-align: right;
}
/**box4**/
.b4_bg {
	background-color: #144e6f;
	color: #fff;
}
.b4_tl span {
	display: block;
	font-size: 30px;
}
.b4_txt_box {
	left: 300px;
}
.b4_txt {
}
.b4_txt02:hover, .b4_txt03:hover {
	opacity: 0.8!important;
}
.b4_txt strong {
	font-size: 16px;
	line-height: 25px;
}
.b4_txt01 {
}
.b4_txt02 {
	top: 150px;
	background-position: 0 -80px;
}
.b4_txt03 {
	top: 240px;
	background-position: 0 -160px;
}
.b4_txt04 {
}
.b4_txt05 {
	top: 400px;
}
.b4_txt06 {
	top: 500px;
}
.b4_01, .b4_02 {
}
.b4_01 .tl, .b4_02 .tl {
	position: absolute;
	top: 475px;
	left: 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.b4_01 {
	left: 940px;
}
.b4_02 {
	left: 1195px;
}
/*--talent--*/

/*jobtab*/

.box.b4_bg div, .box.b4_bg a {
	position: static;
	z-index: 100;
}
.talent {
	position: relative;
	background-color: #ccc;
	min-height: 700px;
}
.functionTab {
	width: 100%;
	text-align: center;
	display: inline-block;
	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;
}
.jobTab li {
	display: inline-block;
	margin: 2px;
}
.jobTabTitle {
	padding: 10px 13px;
	display: block;
	font-size: 14px;
}
.jobTab li a {
	padding: 10px;
	display: block;
	font-size: 14px;
	min-width: 120px;
	color: #1dcae6;
	border: 1px solid rgba(246, 246, 246, 0.43);/*	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;
	border: 1px solid rgba(246, 246, 246, 0.43);
}
.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;
}
.box.b4_bg div.jobTabCon {
	position: absolute;
	width: 20%;
	text-align: center;
	vertical-align: top;
	left: 24%;
}
.box.b4_bg div.jobTabCon, .box.b4_bg div.jobCotainer {
	margin-top: 8%;
}
.jobCotainer {
	z-index: 2;
}
.jobCotainerBg {
	z-index: 1;
	background-color: #144e6f;
}
.talentIcon a {
	background-position: 0 0;
	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: 45px;
	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: 114px;
	width: 114px;
	background-image: url(../img/work.png);
	background-color: #ddd;
	behavior: url(ie-css3.htc);
	border-radius: 50%;
	border: 6px solid rgba(255,255,255,0.4);
	background-position: 0 0;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46) inset;
	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, .talentEmail {
	position: absolute;
	left: 24%;
	display: inline-block;
	width: 20%;
	z-index: 200;
}
.talentEmail span {
	top: 540px;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,0.4);
	background-position: 0 0;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46) inset;
	background: #3a448c;
}
.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: 1.2em 1%;
	cursor: pointer;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.nav--btn:last-child:after {
	display: none;
}
.functionTab .ch-info h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 5px;
	line-height: 100px;
}
.functionTab .functionActive .ch-info .ch-info-front {
	background: #0e68d8;
}
.functionTab .functionActive .ch-info .ch-info-back {
	background: #392547;
}
.functionTab .functionActive .ch-item, .functionTab .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 .ch-info {
	cursor: pointer;
}
.functionTab .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 .ch-info .ch-info-back, .functionTab .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;
}
.box.b4_bg .functionTab .ch-item:hover .ch-info-back, .functionTab .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;
}
.ch-item {
	width: 100%;
	height: 100%;
	display: inline-block;
	behavior: url(ie-css3.htc);
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
	cursor: pointer;
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.box.b4_bg .ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	behavior: url(ie-css3.htc);
	border-radius: 50%;
	background-position: center center;
	-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;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	background-color: #3a448c;
}
.box.b4_bg .ch-info .ch-info-back {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	background: #d01f27;
	opacity: 0;
}
.box.b4_bg div.jobCotainer {
	padding-right: 12px;
	overflow: auto;
	position: absolute;
	top: 128px;
	bottom: 10px;
	font-size: 14px;
	line-height: 28px;
	width: 30%;
	display: inline-block !important;
	text-align: left;
	height: auto;
}
::-webkit-scrollbar-track-piece {
background-color:#0a3b56;
}
::-webkit-scrollbar {
width:9px;
height:9px;
}
::-webkit-scrollbar-thumb {
background-color:#0f97ad;
background-clip:padding-box;
min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
background-color:##0a3b56;
}
/**box5**/
.b5_bg {
	background-color: #ccc;
	color: #666;
}
.b5_tl {
	top: 20px;
	height: 80px;
	border-bottom-color: #d3e1c9;
}
.b5_tl h2 {
	color: #081533;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
}
.b5_txt {
	position: absolute;
	left: 50%;
	top: 70px;
	width: 960px;
	margin-left: -480px;
	font-size: 14px;
	text-align: center;
	color: #044b73;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
}
.b5_01 {
	left: 460px;
	top: 86px;
}
.b5_ico {
	left: 960px;
	top: 160px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.b5_ico p {
	position: absolute;
	border: 6px solid #e5e5e5;
	border-radius: 50%;
	background-color: rgba(51, 92, 153, 0.58);
	line-height: 200px;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46) inset;
	background: url(../img/b5_ico.png) no-repeat;
}
.b5_ico .b5_ico01 {
	top: 150px;
	width: 100px;
	height: 100px;
	line-height: 166px;
	background-color: rgb(70, 48, 96);
	background-position: 0 0;
}
.b5_ico .b5_ico02 {
	width: 125px;
	height: 125px;
	background-color: rgba(160, 26, 150, 0.9);
	background-position: 0 -125px;
}
.b5_ico .b5_ico03 {
	width: 125px;
	height: 125px;
	background-color: rgba(32, 144, 162, 0.9);
	background-position: 0 -250px;
}
.b5_ico .b5_ico04 {
	width: 154px;
	height: 154px;
	line-height: 230px;
	background-color: rgba(226, 15, 54, 0.9);
	background-position: 0 -373px;
}
.b5_ico .b5_ico05 {
	width: 154px;
	height: 154px;
	line-height: 230px;
	background-color: rgba(202, 120, 18, 0.9);
	background-position: 0 -527px;
}
.b5_ico .b5_ico06 {
	width: 154px;
	height: 154px;
	line-height: 230px;
	background-color: rgba(51, 153, 54, 0.9);
	background-position: 0 -681px;
}
/**box6**/
.b6_bg {
	background: url(../img/b6_bg.jpg) no-repeat;
	background-color: #000;
	color: #fff;
}
.b6_tl h2 {
	text-shadow: none;
	color: #0689d4;
}
.b6_tl span {
	display: block;
	padding-top: 5px;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Arial';
}
.b6_cont {
	left: 480px;
	width: 960px;
	height: 500px;
	font-size: 14px;
	top: 30px;
}
.b6_img {
	left: 174px;
	top: 68px;
}
.b6_txt01 {
	left: 300px;
	top: 45px;
}
.b6_txt02 {
	left: 530px;
	top: 45px;
}
.b6_txt03 {
	left: 710px;
	top: 210px;
}
.b6_txt04 {
	left: 650px;
	top: 386px;
}
.b6_txt05 {
	left: 420px;
	top: 480px;
}
.b6_txt06 {
	left: 190px;
	top: 386px;
}
.b6_txt07 {
	left: 138px;
	top: 210px;
}
.b6_arrow {
	left: 430px;
	top: 188px;
	width: 30px;
	height: 34px;
	overflow: hidden;
}
.b6_01 {
	top: 464px;
}
/**box7**/
.b7_bg {
	background: url(../img/b7_bg.jpg) no-repeat left center;
	background-color: #1275ad;
}
div.b7_contact {
	position: static;
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding-top: 135px;
}
.b7_info .tel {
	margin-top: 50px;
}
div.b7_bottom {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	left:50%;
	margin-left:-480px;
}
div.b7_bottom .circle, div.b7_bottom .circle.b7_map {
	position: static;
	display: inline-block;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #339;
	border: 10px solid rgb(9, 136, 208);
	margin: 18px;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46) inset;
	line-height: 40px;
	text-align: center;
}
.circle.b7_map iframe {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46) inset;
	width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
}
.b7_info .txt {
	height: 29px;
	font-size: 15px;
	color: #fff;
}
.b7_info p:first-child {
	margin-top: 24px;
}
.b7_image {
	background: url(../img/zhongzhou.jpg) center no-repeat;
	background-size: 100%;
}
 @media screen and (min-width: 1000px) {
.b1_bg .box_fixed {
	top: 0 !important;
}
.b4_fixed {
	top: 0 !important;
}
.nav--btn {
	margin: 1.2em 1.6%;
}
.box.b4_bg div.jobCotainer {
	width: 36%;
}
.jobTab li a {
	min-width: 150px;
}
.b2_07 {
	width: 35%;
}
.b5_01 {
	left: 280px;
}
.b6_01 {
	top: 380px;
}
.b3_bg {
	background-size: contain;
}
.box.b4_bg div.jobTabCon {
	left: 21%;
}
.box.b4_bg div.tab_container {
	margin-top: 0;
}
.box.b4_bg div.jobTabCon, .box.b4_bg div.jobCotainer {
	margin-top: 40px;
}
.box.b4_bg div.jobTabCon, .talentIcon, .talentEmail {
	left: 21%;
}
.b6_bg {
	background-position: center;
}
}
