/*品牌中心*/
.brand-body {
	background: #f4f4f4;
}
.brand-banner {
	width: 100%;
	position: relative;
}
.brand-banner img {
	width: 100%;
}
.brand-banner span {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(18, 72, 179, 0.45);
	box-sizing: border-box;
	font-size: 80px;
	/*font-weight: bold;*/
	color: #fff;
	text-align: center;
	letter-spacing: 5px;
	vertical-align: middle;
}
.brand-banner span i {
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 100px;
	font-style: normal;
	transform: translate(-50%, -50%);
}
.brand-conter {
	width: 1230px;
	padding: 10px 0 80px;
	margin: 0 auto;
	overflow: auto;
	zoom: 1;
}
.brand-conter dl {
	width: 585px;
	margin-top: 60px;
	float: left;
	background: #fff;
}
.brand-conter dl:nth-child(odd) {
	margin-right: 60px;
}
.brand-conter dl a {
	width: 100%;
	float: left;
}
.brand-conter dl a:hover {
	-webkit-box-shadow: #ccc 0px 0px 8px;
	-moz-box-shadow: #ccc 0px 0px 8px;
	box-shadow: #ccc 0px 0px 8px;
}
.brand-conter dl dt {
	width: 100%;
	float: left;
}
.brand-conter dl dt img {
	width: 585px;
	height: 292px;
}
.brand-conter dl dd {
	width: 100%;
	padding: 28px 0;
	text-align: center;
	float: left;
	height: 40px;
	position: relative;
}
.brand-conter dl dd img {
	max-width: 584px;
	max-height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*招兵买马*/
.reccruit-body {
	background: url(../imges/back/newsbg.jpg);
}
.brand-banner span i {
	font-size: 46px;
	line-height: 60px;
}
.brand-banner span i em {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-style: normal;
	letter-spacing: 0;
}
.brand-banner span i em u {
	margin: 0 8px;
	color: #fff;
	text-decoration: none;
}
.Joblist {
	width: 1200px;
	padding: 40px 0;
	margin: 0 auto;
}
.Joblist a {
	text-decoration: none;
}
.Joblist li {
	margin: 15px 0;
	text-decoration: none;
	float: left;
}
.Joblist .Item {
	text-decoration: none;
	background: #fff;
	padding: 15px 30px 20px 30px;
	position: relative;
	padding-left: 140px;
	border: 1px solid #f0f0f0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.Joblist .Item .pic {
	position: absolute;
	left: 30px;
	top: 20px;
	height: 80px;
	width: 80px;
	text-align: center;
	overflow: hidden;
}
.Joblist .Item .pic img {
	position: absolute;
	left: 0;
	top: -80px;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.Joblist .Item .Intro {
}
.Joblist .Item h3 {
	font-size: 16px;
	color: #000;
	line-height: 40px;
	font-weight: 500;
}
.Joblist .Item p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.Joblist a:hover .Item {
	background: #538fdb;
}
.Joblist a:hover .Item .pic img {
	top: 0;
}
.Joblist a:hover .Item h3 {
	color: #fff;
}
.Joblist a:hover .Item p {
	color: #fff;
}
.Joblist li:first-child {
	margin-top: 0;
}
.Joblist li:last-child {
	margin-bottom: 0;
}
.page {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.page span {
	line-height: 30px;
	font-size: 16px;
	color: #ccc;
}
.page a {
	color: #ccc;
	padding: 4px 10px;
	border: 1px solid #ccc;
}
.page a:hover {
	background: #2758a8;
	color: #fff;
	border: 1px solid #2758a8;
}
.page span i, .page span em {
	font-style: normal;
	margin: 0 2px;
}
/*工作职责*/
.job-box {
	width: 1200px;
	margin: 40px auto 80px;
	background: #fff;
	border-radius: 5px;
	padding: 30px 90px;
	box-sizing: border-box;
	-webkit-box-shadow: #ccc 0px 0px 8px;
	-moz-box-shadow: #ccc 0px 0px 8px;
	box-shadow: #ccc 0px 0px 8px;
}
.job-box h2 {
	font-size: 24px;
	color: #538fdb;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	padding-bottom: 30px;
}
.Detail-more {
	padding: 30px 0;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 30px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.Detail-more h5 {
	font-weight: 400;
	padding-bottom: 20px;
	font-size: 14px;
}
.Detail-more h5 span {
	font-size: 16px;
}
.Detail-more h5 p.weige {
	color: #333;
}
.job-box .bottom {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	font-weight: 600;
	width: 160px;
	display: block;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
}
.job-box .bottom a {
	background: #538fdb;
	text-decoration: none;
	color: #fff;
	float: left;
	width: 100%;
	border-radius: 5px;
}
.job-box .bottom a:hover {
	background: #2859a8;
}
.pup-bakc {
	width: 100%;
	position: fixed;
	z-index: 9998;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.pup {
	width: 600px;
	background: #fff;
	height: 260px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -130px;
	border-radius: 5px;
	-webkit-box-shadow: #ccc 0px 0px 8px;
	-moz-box-shadow: #ccc 0px 0px 8px;
	box-shadow: #ccc 0px 0px 8px;
	box-sizing: border-box;
	padding: 50px;
	z-index: 9999;
}
.pup .close {
	position: absolute;
	right: -30px;
	top: -30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 103;
}
.pup .close a {
	float: left;
	width: 40px;
	height: 40px;
	background: url(../imges/inco/icon-close.png)no-repeat center center #538fdb;
	border-radius: 50%;
	cursor: pointer;
}
.pup .close a:hover {
	background: url(../imges/inco/icon-close.png)no-repeat center center #174a9d;
}
.centre {
	width: 100%;
	position: relative;
	text-align: center;
}
.centre h3 {
	font-size: 20px;
	color: #666;
	line-height: 80px;
	position: relative;
	text-align: center;
	font-weight: 500;
}
.centre span {
	width: 50px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 80px;
}
.centre i {
	font-size: 26px;
	color: #538fdb;
	line-height: 80px;
	font-style: normal;
}
/*关于千金内容*/
.about-box {
	width: 1080px;
	background: #fff;
	margin: 0px auto 80px;
	box-sizing: border-box;
	padding: 30px 100px;
}
.about-box .about-title {
	width: 100%;
	text-align: center;
}
.about-box .about-title span {
	line-height: 60px;
	color: #000000;
	font-size: 24px;
	border-bottom: 2px solid #457dd0;
	padding: 0px 20px;
	display: inline-block;
}
.about-box .about-text {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	padding: 20px 20px;
	box-sizing: border-box;
}
.about-box .about-text p {
	text-indent: 30px;
}
.about-box .about-phogot {
	width: 840px;
	padding: 30px 5px 30px 35px;
	overflow: auto;
	zoom: 1;
}
.about-box .about-phogot dl {
	width: 385px;
	float: left;
	padding-bottom: 20px;
}
.about-box .about-phogot dl dt {
	padding: 0 0 0 35px;
	box-sizing: border-box;
	width: 100%;
	float: left;
	position: relative;
}
.about-box .about-phogot dl dt img {
	width: 350px;
	height: 240px;
	float: left;
}
.about-box .about-phogot dl dt span {
	width: 30px;
	height: 240px;
	background: #0058c0;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	z-index: 3;
	text-align: center;
	vertical-align: middle;
}
.about-box .about-phogot dl dt span i {
	transform: translate(-0%, -50%);
	font-style: normal;
	position: absolute;
	width: 30px;
	top: 50%;
	left: 0;
}
.about-box .about-phogot dl:nth-child(odd) {
	margin-right: 40px;
}
.about-box .about-phogot dd {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	padding-top: 4px;
}
.about-box .about-news {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0px;
}
.about-box .about-news dl {
	width: 418px;
	border: 1px solid #ccc;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}
.about-box .about-news dl a:hover {
	background: #0068ca;
}
.about-box .about-news dl:nth-child(odd) {
	margin-right: 10px;
}
.about-box .about-news dl dt {
	width: 100px;
	float: left;
	height: 90px;
	position: relative;
	vertical-align: middle;
	background: #f0ecfb;
}
.about-box .about-news dl dt img {
	transform: translate(-50%, -50%);
	font-style: normal;
	position: absolute;
	/*width: 30px;*/
	top: 50%;
	left: 50%;
	max-width: 100px;
	max-height: 90px;
}
.about-box .about-news dl dd {
	width: 318px;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}
.about-box .about-news dl dd h3 {
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #0068ca;
	font-weight: 400;
}
.about-box .about-news dl dd h3 a {
	color: #0068ca;
	text-decoration: none;
}
.about-box .about-news dl dd h3 a:hover {
	text-decoration: underline;
}
.about-box .about-news dl dd h4 {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #777;
	font-weight: 400;
}
.about-box .about-news dl dd p {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	height: 40px;
	/*font-weight: 400;*/
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.about-box .about-news dl a {
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	width: 100%;
	float: left;
}
.about-box .about-news dl a:hover p, .about-box .about-news dl a:hover h3, .about-box .about-news dl a:hover h4 {
	color: #fff;
}
.about-box .about-timetext {
	width: 880px;
	margin: 30px auto;
	background: url(../imges/back/about-back.png) no-repeat 35px 200px;
}
.about-box .about-timetext .timte-top {
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-left: 20px;
}
.about-box .about-timetext .timte-top dl {
	width: 430px;
	padding-right: 20px;
	float: left;
}
.about-box .about-timetext .timte-top dl dt {
	width: 137px;
	float: left;
	padding-top: 40px;
}
.about-box .about-timetext .timte-top dl dd {
	width: 280px;
	float: left;
	padding-left: 10px;
}
.about-box .about-timetext h3 {
	width: 100%;
	line-height: 40px;
	font-size: 28px;
}
.about-box .about-timetext p {
	width: 100%;
	line-height: 21px;
	color: #000;
	font-size: 14px;
}
.about-box .about-timetext .timte-top dl.right {
	width: 380px;
	float: left;
	padding-right: 0;
	padding-top: 40px;
	padding-left: 20px;
}
.about-box .about-timetext .timte-top dl.right dt {
	width: 193px;
	float: left;
}
.about-box .about-timetext .timte-top dl.right dd {
	width: 170px;
	float: left;
	padding-top: 33px;
}
.about-box .about-timetext .timte-two {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 255px;
	padding-top: 50px;
}
.about-box .about-timetext .timte-two dt {
	width: 140px;
	border: 1px solid #ccc;
	height: 70px;
	float: left;
	margin-top: 10px;
}
.about-box .about-timetext .timte-two dd {
	float: left;
	padding-left: 10px;
}
.about-box .about-timetext .timte-treen {
	width: 100%;
	float: left;
}
.about-box .about-timetext .timte-treen dl.left {
	padding-top: 66px;
	padding-left: 20px;
	width: 400px;
	float: left;
}
.about-box .about-timetext .timte-treen dl.left dt {
	width: 122px;
	float: left;
	padding-top: 40px;
}
.about-box .about-timetext .timte-treen dl.left dd {
	padding-left: 10px;
	float: left;
	width: 268px;
}
.about-box .about-timetext .timte-treen dl.right {
	width: 388px;
	float: left;
	padding-top: 10px;
}
.about-box .about-timetext .timte-treen dl.right dd {
	text-align: right;
	width: 258px;
	padding-right: 10px;
	float: left;
}
.about-box .about-timetext .timte-treen dl.right dt {
	width: 118px;
	float: left;
	border: 1px solid #ccc;
	margin-top: 50px;
}
.about-box .about-timetext .timte-four {
	width: 100%;
	margin: 0 auto;
	padding: 60px 200px 0 120px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.about-box .about-timetext .timte-four dt {
	float: left;
	width: 162px;
	padding-right: 10px;
	padding-top: 5px;
}
.about-box .about-timetext .timte-four dd {
	width: 370px;
	float: left;
}
.about-box .about-timetext .timte-four span {
	position: absolute;
	right: 90px;
	top: 60px;
}
.about-box .about-timetext .timte-five {
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px 20px 85px;
	float: left;
}
.about-box .about-timetext .timte-five dl.left {
	width: 360px;
	padding-right: 3px;
	float: left;
	padding-top: 50px;
}
.about-box .about-timetext .timte-five dl.left dt {
	width: 140px;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
.about-box .about-timetext .timte-five dl.left dd {
	width: 210px;
	float: left;
}
.about-box .about-timetext .timte-five dl.right {
	width: 345px;
	float: left;
	padding-top: 5px;
	padding-bottom: 60px;
}
.about-box .about-timetext .timte-five dl.right dd {
	text-align: right;
}
.about-box .about-timetext .timte-six {
	width: 100%;
	padding: 30px 10px 0 50px;
	float: left;
}
.about-box .about-timetext .timte-six dl.left {
	width: 464px;
	float: left;
}
.about-box .about-timetext .timte-six dl.left dt {
	width: 154px;
	float: left;
	padding-right: 10px;
	padding-top: 17px;
}
.about-box .about-timetext .timte-six dl.left dd {
	width: 296px;
	float: left;
}
.about-box .about-timetext .timte-six dl.right {
	width: 340px;
	float: left;
}
.about-box .about-timetext .timte-six dl.right dt {
	width: 140px;
	float: left;
	padding-right: 10px;
	padding-top: 35px;
}
.about-box .about-timetext .timte-six dl.right dd {
	width: 190px;
	float: left;
	text-align: right;
}
