.rcpx{padding:30px 0 50px 0; position: relative; overflow: hidden;}
.rcpxD{margin-top:20px;}
.rcpxD .pic{width:100%; float:left; height:439px; position: relative;}
.rcpxD .pic::after{width:0px; height: 0px; background-color:#144D90; content: ""; position: absolute; bottom:112px; left: -100px;}
.rcpxD .text{position:absolute; bottom:133px; right:250px; background-color:rgba(255,255,255,.8); width:60%; padding:40px 10.41% 40px 3.12%; min-height: 200px; z-index: 1;}
.rcpxD .text .ab3Ti{font-weight: bolder;}
.rcpxD .text .H4{font-size:45px; font-weight: bolder; font-family: Arial; text-transform: uppercase;position:relative; left:50%;}
.rcpxD .text .H4 .coloe{color:#fff;}
.rcpxD .text .H5{font-weight:normal; font-size:24px; color:#3f3f3d; position:relative; margin: 23px 0 28px 0;left: 57%;}
.rcpxD .text .H5::after{width:71px; height: 5px; position: absolute; top:50%; margin-top:-2.5px; left: -100px; content: ""; background-color:#3f3f3d;}
.rcpxD .text .p{font-size:16px; line-height: 32px; margin-left:140px;}

@media screen and (max-width:1549px){
	.rcpxD .text .H4{margin-left:-168px;}
    .rcpxD .text {width:40%;}
}
@media screen and (max-width:1199px){
	.rcpx{padding:60px 0;}
	.rcpxD .text .H4{margin-left:-134px; font-size:35px;}
	.rcpxD .text{bottom:130px;}
}
@media screen and (max-width:991px){
	.rcpxD .text .H4{margin-left:-128px;}
}
@media screen and (max-width:767px){
	.rcpx{padding:30px 0;}
	.rcpxD .text{width:100%; position: static; min-height: inherit; padding:20px 10px;}
	.rcpxD{margin-top:25px;}
	.rcpxD .text .H4{font-size:20px; margin: 0;}
	.rcpxD .text .H4 .coloe{color:#144D90;}
	.rcpxD .text .H5{font-size:18px; margin: 15px 0;}
	.rcpxD .text .p{font-size:13px; line-height: 22px;}
	.rcpxD .pic{width:100%; height: auto; background:none !important;}
	.rcpxD .pic::after{bottom:20px; height: 2px;}
}


/*part1*/
.about6{padding:10px 0;background-color:rgba(255,255,255,.8);}
.pTitle{text-align:center; font-weight:bolder;}
.pTitle .H4{font-size:40px; font-family: Arial; text-transform: uppercase; font-weight: bolder; color:#000000;}
.pTitle .H5{font-size:26px; color:#555555; margin-top:17px;}
.about6 .p{margin-top:30px; margin-left:80px;font-size:16px; text-align:center;line-height: 32px;width:1400px;}

@media screen and (max-width:1199px){
	.about6{padding:60px 0;}
	.pTitle .H4{font-size:30px;}
	.pTitle .H5{font-size:20px;}
}
@media screen and (max-width:767px){
	.about6{padding:30px 0;}
	.pTitle .H4{font-size:20px;}
	.pTitle .H5{font-size:16px; margin-top:10px;}
	.about6 .p{font-size:14px; line-height: 24px; margin-top:20px; text-align: justify;}
	.about6 .p br{display:none;}
}

/*课程体系*/
.row-a2 {
    margin-top:10px;
	overflow: hidden;
	padding: 10px 0;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;

}
.ul-imgtxt01 {
	overflow: hidden;
	margin: 0 -18px;
	width: 75%;
	margin:0 auto;
	padding-top: 50px;
	padding-bottom: 40px;
}
.ul-imgtxt01 li {
	float: left;
	width: 33.33%;
	margin-bottom: 36px;
}
.ul-imgtxt01 li a {
	overflow: hidden;
	display: block;
	margin: 0 18px;
	padding-bottom: 20px;
	background-color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-imgtxt01 li:hover a {
	background-color: #ff7f27;
}
.ul-imgtxt01 li .pic {
	overflow: hidden;
	position: relative;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-imgtxt01 li:hover .pic {
	-webkit-transform: translateY(-7%);
	-ms-transform: translateY(-7%);
	-o-transform: translateY(-7%);
	transform: translateY(-7%);
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.ul-imgtxt01 li .pic img {
	display: block;
	width: 100%;
}
.ul-imgtxt01 li .tit {
	text-align: center;
	padding: 20px 0 10px;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-imgtxt01 li:hover .tit {
	color: #fff;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%);
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.ul-imgtxt01 li .more {
	display: block;
	font-size: 16px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background-color: #ff7f27;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-imgtxt01 li:hover .more {
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-o-transform: translateY(-60%);
	transform: translateY(-60%);
	background-color: #fff;
	color: #ff7f27;
}

/*课程内容*/
.row-a3 {
	overflow: hidden;
}
.row-a3 .g-tit01 {
	padding: 60px 0 40px;
}
.m-list01 {
	overflow: hidden;
	padding: 122px 0 60px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.ul-imgtxt02 {
	float: right;
	width: 56%;
}
.ul-imgtxt02 li {
	overflow: hidden;
	margin-bottom: 62px;
}
.ul-imgtxt02 li .pic {
	float: left;
	width: 67px;
	height: 67px;
	border-radius: 50%;
}
.ul-imgtxt02 li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt02 li .txt {
	overflow: hidden;
	padding-left: 40px;
	color: #fff;
}
.ul-imgtxt02 li .txt .tit {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
}
.ul-imgtxt02 li .txt p {
	font-size: 14px;
	color: #d4e6ff;
	line-height: 1.6;
}

/*服务流程*/
.row-a4 {
	overflow: hidden;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.ul-imgtxt04 {
	overflow: hidden;
	padding: 50px 0;
	width: 80%;
	margin:0 auto;
	margin-bottom: 50px;
	padding-left: 180px;
}
.ul-imgtxt04 li {
	float: left;
	width: 25%;
}
.ul-imgtxt04 li .pic {
	float: left;
	width: 75px;
	height: 75px;
}
.ul-imgtxt04 li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt04 li .tit {
	overflow: hidden;
	padding-left: 28px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	height: 75px;
	line-height: 75px;
}

/* 咨询类型 */
#zxlx {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
}
.home_top {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
	background: url(../images/home_top_bg.jpg) no-repeat center bottom;
}
.home_top h3 {
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	color: #01459a;
	font-weight: bold;
	letter-spacing: 2px;
}
.home_top span {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.zxlx_con {
	float: left;
	width: 100%;
    
}
.zxlx_con_row {
	margin-left: 0px;
	margin-right: 0px;
		padding-left: 10%;
}
.zxlx_item {
	float: left;
	width: 30%;
	padding: 20px;

}
.zxlx_item a {
	display: block;
	float: left;
	width: 100%;
	
}
.zxlx_item_img {
	float: left;
	width: 40%;
	height: 118px;
	background-size: cover !important;
}
.zxlx_item_title {
	float: left;
	width: 30%;
	height: 118px;
	padding: 0 7px;
	display: table;
	font-size: 22px;
	color: #fff;
	background: #01459A;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
}
.zxlx_item_title div {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/* 部分课程 */
.kecheng{background-color:#EEEEEE;}
.freeSystem{border-top:0px solid #eee;}
.freeSystem .title{width:1200px;margin:0 auto;text-align:center;font-size:16px;color:#868686;padding:65px 0;}
.freeSystem .title .name{font-size:32px;color:#282828;margin-bottom:12px;}
.freeSystem .title .name span{color:#2a7efb;font-weight:bold;}
.freeSystem ul{width:1480px;margin:0 auto;}
.freeSystem ul li{float:left;cursor:pointer;margin-top:33px;}
.freeSystem ul li .item1{border:1px solid #eee;width:209px;height:371px;text-align:center;
    padding:0 40px;font-size:14px;color:#999;margin-bottom:10px;}
.freeSystem ul li~li .item1{border-left:0;}
.freeSystem ul li .item1 .iconfont{font-size:50px;margin:38px auto 35px auto;color:#2e80fb;}
.freeSystem ul li .item1 .name{font-size:18px;color:#282828;margin-bottom:10px;padding-top:13px;width:100%;height:35px;background-color:#EEEEEE;}
.freeSystem ul li .item1 .list{margin-top:50px;}
.freeSystem ul li .item1 .list .item{font-size:16px;color:#282828;margin-top:25px;}
.freeSystem ul li .item2{width:363px;margin-top: -31px;overflow:hidden;display:none;}
.freeSystem ul li .item2.on{display:block;}
.freeSystem ul li .item1.on{display:none;}
.freeSystem .freeBnt{font-size:16px;color:#fff;width:190px;height:56px;background-color:#2a7efb;border:5px solid #e9f2ff;
text-align:center;line-height:46px;margin:57px auto 62px auto;cursor:pointer;}



/*******RPO招聘*******/
.indexTit{padding-top:56px;}
.indexTit .tit{font-size:40px;line-height: 40px;text-align:center;color:#333;}
.indexTit .tit em{display: block;font-size:30px;color:#144D90;text-align: center;}
.indexTit .subtit{width:599px;height:32px;margin:0 auto;margin-top:16px;background:url("../images/titLine1.png") no-repeat center center;background-size:599px 32px;}
.indexTit .kMore:hover{color:#144D90;}
.floor_3_main{padding-bottom:80px;background:#fff;padding-top:10px;}
.floor_3 .indexTit{padding-top:20px; }
.floor_3 .advantList{margin-top:60px;}
.floor_3 .advantList .list{width:100%;padding-left:8%;}
.floor_3 .advantList .item{float:left;position:relative;display:block;width:710px;height:288px;margin-bottom:2px;background:url("../images/adLiBg1.png") no-repeat center center;background-size:610px 288px;cursor:pointer;transition:all ease 600ms;padding-left:5%;}
.floor_3 .advantList .item .txt{padding-top:50px;margin-left:50px;}
.floor_3 .advantList .item .txt .tit{font-weight:bold;font-size:26px;line-height:46px;color:#333;}
.floor_3 .advantList .item .txt .tit em{display:block;color:#144D90;}
.floor_3 .advantList .item .txt .cont{margin-top:36px;font-size:18px;line-height:30px;color:#666;}
.floor_3 .advantList .item .sIco{position:absolute;top:40px;right:130px;display:block;width:100px;height:100px;transition:all ease 600ms;}
.floor_3 .advantList .item:hover{transform: translateY(-6px);transition:all ease 600ms;}
.floor_3 .advantList .item:hover .sIco{transform: rotate(180deg);transition:all ease 600ms;}
.floor_3 .advantList .item.ad2,.index .floor_3 .advantList .item.ad3,.index .floor_3 .advantList .item.ad6{background:url("../images/adLiBg2.png") no-repeat center center;}

/*流程*/
.title1{float:left;}
.title1 .H4{float:left; font-size:26px; color:#161616; line-height: 32px;}
.title1 .H4 .color{color:#144D90;}
.title1 .H5{float:left;line-height: 32px; font-size:18px; color:#9b9b9b; margin-left:19px;}
.index5{padding:100px 0; position:relative; overflow: hidden;}
.title2{width:100%; text-align: center; float:none;}
.title2 .H4,
.title2 .H5{width:100%; margin: 0;}
.index5List{margin-top:40px; padding:0 6.57%; position: relative;z-index: 1;}
.index5List .listBox{width:147px; height: 147px; background:url(../images/p16.png) center no-repeat; background-size:100% 100%; margin: auto;}
.index5List .listBox .img2{display:none;}
.index5List .H6{text-align:center; font-size:16px; color:#666666; margin-top:40px;}
@media screen and (min-width:992px){
	.index5List .list:hover .listBox{background-image:url(../images/p17.png);}
	.index5List .list:hover .listBox .img2{display:block;}
	.index5List .list:hover .listBox .img{display:none;}
	.index5List .list:hover .H6{color:#0C7DF5;}
}

.index5List .slick-prev,
.index5List .slick-next{width:41px; height: 41px; left: 0; background:url(../images/p33.png) center no-repeat #fff; background-size:cover; border:1px solid #d5d5d5; border-radius: 50%;}
.index5List .slick-next{right:0; left: auto; background-image:url(../images/p32.png);}
.index5List .slick-prev:hover{background:url(../images/p30.png) center no-repeat #0C7DF5;border-color:transparent; background-size:cover;}
.index5List .slick-next:hover{background:url(../images/p31.png) center no-repeat #0C7DF5;border-color:transparent; background-size:cover;}
.index5 .line{width:1743px;position: absolute; bottom:186px; left: 50%; line-height: 0;
-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%,0);}

@media screen and (max-width:1199px){
	.index5{padding:60px 0;}
	.index5 .line{bottom:130px;}
	.index5List .listBox{width:100px; height: 100px;}
}
@media screen and (max-width:767px){
	.index5{padding:30px 0;}
	.index5List{margin-top:25px; padding:0;}
	.index5List .listBox{width:80px; height: 80px;}
	.index5List .H6{font-size:13px; margin-top:10px;}
	.index5List .slick-prev, .index5List .slick-next{width:30px; height: 30px; left: -10px;}
	.index5List .slick-next{right:-10px; left: auto;}
	.index5 .line{bottom:75px;}
}


/*猎头服务*/
.team-b .team-lists:after {
	display: block;
	content: "";
	clear: both
}
.plate-team.team-b {
	padding-bottom: 95px;
	
}
.plate-team.team-b .comm-title {
	margin-bottom: 15px;
}
.team-b .team-lists {
	position: relative


}
.team-b .team-lists .bd ul {
	padding: 15px 0!important

}
.team-b .team-lists ul li {
	width: 380px;
	float: left;
	margin-top: 30px;
	margin-left: 7%;
	background: #fff;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out
}
.team-b .team-lists ul li .bor-img {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: 50px auto 10px;
	background: #000;
	overflow: hidden
}
.team-b .team-lists ul li img {
	cursor: pointer;
	display: block;
	width: 100%
}
.team-b .team-lists ul li .remark {
	padding: 0 40px 50px
}
.team-b .team-lists ul li .remark h5 {
	font-size: 18px;
	color: #333
}
.team-b .team-lists ul li .remark h5 em {
	font-size: 14px;
	color: #666;
	padding-top: 6px
}
.team-b .team-lists ul li .remark .desc {
	padding: 20px 0 25px
}
.team-b .team-lists ul li .remark a {
	display: block;
	width: 128px;
	height: 38px;
	text-align: center;
	line-height: 40px;
	border-radius: 65px;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid #eee;
	margin: 0 auto
}
.team-b .team-lists .hd a {
	position: absolute;
	top: -55px;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #eee;
	background: #fff;
	cursor: pointer;
	font-size: 25px
}
.team-b .team-lists .hd .prev {
	right: 0
}
.team-b .team-lists .hd .next {
	right: 45px
}
.team-b .team-lists .hd .prev.prevStop, .team-b .team-lists .hd .next.nextStop {
	opacity: .3
}
.team-b .dask-team:after, .team-b .dask-team .dask-remark:after {
	display: block;
	content: "";
	clear: both
}
.team-b .dask-team {
	position: fixed;
	top: 30%;
	left: 50%;
	width: 675px;
	height: auto;
	background: #fff;
	margin: 0 0 0 -337.5px;
	text-align: left;
	z-index: 555
}
.team-b .dask-team .tit {
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	border-bottom: 1px solid #eee
}
.team-b .dask-team .tit h5 {
	font-size: 18px;
	color: #333
}
.team-b .dask-team .tit span {
	color: #666;
	font-size: 14px;
	padding-left: 10px
}
.team-b .dask-team .dask-remark {
	padding: 20px 25px
}
.team-b .dask-team .dask-remark .t-left {
	width: 280px;
	height: auto
}
.team-b .dask-team .dask-remark .t-left img {
	width: 100%
}
.team-b .dask-team .dask-remark .t-right {
	position: relative;
	width: 325px
}
.team-b .dask-team .dask-remark .t-right h6 {
	font-size: 14px;
	color: #333;
	padding: 20px 0 10px
}
.team-b .dask-team .dask-remark .t-right p {
	font-size: 12px;
	color: #333
}
.team-b .dask-team .team-colse {
	font-size: 28px;
	position: absolute;
	top: 15px;
	right: 25px;
	width: 28px;
	height: 28px;
	z-index: 10;
	cursor: pointer
}
.team-b .team-lists ul li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.3)
}
.team-b.back-black .teamb-slide.team-lists ul li:hover {
	box-shadow: 0 0 20px rgba(255,255,255,.4)
}
.team-b .team-lists ul li:hover .remark a {
	color: #fff;
	border: 1px solid transparent
}

.liuch {
    padding-top: 40px;
    padding-bottom: 40px;
}
.liuch img{
    text-align:center;
    margin:0 auto;
}


/*档案服务*/
.w_main_title{
  position: relative;
  border-top: 1px solid #e10000;
  padding: 20px 0;
  margin-bottom: 50px;
}

.w_main_title h2{
  position: absolute;
  font-size: 36px;
  line-height: 40px;
  padding: 0 70px;
  transform: translateX(-50%);
  left: 50%;
  top: -20px;
  background: #fff;
}

.w_main_title h2:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 41px;
  width: 29px;
}
.w_main_title h2:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 41px;
  width: 29px;
}
.w_main5{
    width: 1600px;
  padding: 60px 0;
  margin: 0 auto;
}
.w_main5_list{
  background: url(../images/w_main5.png) no-repeat center;
}

.w_main5_ul{
  overflow: hidden;
}

.w_main5_ul li{
  overflow: hidden;
  padding: 10px 0;
  width: 48%;
  border-bottom: 1px solid #bfbfbf;
  float: left;
  margin-bottom: 20px;
}

.w_main5_ul li:nth-child(even){
  margin-left: 2%;
}
.w_main5_ul li:nth-child(odd){
  margin-right: 2%;
}
.w_main5_ul .txt{
  float: left;
  width: calc(100% - 80px);
}

.w_main5_ul .txt p{
  color: #232323;
  font-size: 18px;
  display: block;
  line-height: 24px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.w_main5_ul .txt span{
  font-size: 16px;
  color: #232323;
  display: block;
  line-height: 30px;
}

.w_main5_ul .img{
  float: right;
  width: 70px;
}

.w_main5_ul .img img{
  display: block;
  width: 70px;
  height: 69px;
}

.main1{padding-bottom:65px;}
.container-fluid{ max-width:1440px !important;}
.choose .col-md-6:nth-child(2n) .imgbox .num{float: right;}
.choose .col-md-6:nth-child(2n) .imgbox .text{float: left;}
.choose .title{color:#000;font-size: 16px; text-align:center;margin:60px 0 40px;text-transform: uppercase;}
.choose .title h4{font-size:36px;font-weight: bold;margin-bottom: 12px !important}
.choose .title span{display: block;}
.choose .title .tu{margin-bottom: 15px}
.choose .title span{color: #144D90;background: url(../images/title01.png) no-repeat center center;font-size: 25px}
.choose .imgbox{display: block;border:1px solid #d0d0d0;padding:0px;width:90%;margin:0 auto;margin-bottom: 30px;}
.choose .imgbox .num{width: 104px;height: 98px;float: left; padding:5px; background: #144D90;font-size: 12px;text-align: center;color: #fff}
.choose .imgbox .num .box{border:1px solid rgba(255,255,255,0.6);width: 100%;height: 100%;display:flex; flex-direction:column; justify-content:center;}
.choose .imgbox .num span{font-family: "Arial"}
.choose .imgbox .num .tou{font-size: 30px;font-weight: bold}
.choose .imgbox .text{width: calc(90% - 104px);float: right;padding:15px 20px 0 20px;font-size: 16px}
.choose .imgbox .text .tou{font-size: 20px;margin-bottom: 12px;color: #144D90;font-weight: bold;}
.choose .col-md-6:nth-child(3) .num .tou{font-size: 24px}