#container {
  min-height: auto;
}
.n_banner{
  width:100%;
  margin-top:79px;
}
.n_banner img{
  height: 100%;
  width:100%;
}
.jrwm-c-container{
  width: 65%;
  margin:auto;
}
.jrwm-tit{
  padding-top:3rem;
  margin-bottom:4rem;
  position: relative;
  
  color:#252525;
  font-size: 2rem;
  text-align: center;
}
.jrwm-tit:after{
  content:'';
  position: absolute;
  width: 3rem;
  height: 2px;
  background: #24cbde;
  bottom:-.5rem;
  left:50%;
  transform:translateX(-50%);
}
/* 认识新北洋开始 */
.jrwm-rsxby-con{
  width: 95%;
  margin:auto;
}
.jrwm-con-tit{
  font-size:1.15rem;
  font-weight: bold;
  color: #272727;
  line-height: 200%;
}
.jrwm-con-text{
  font-size:1.15rem;
  color: #272727;
  line-height: 200%;
}
.jrwm-c-con{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top:3rem;
  padding-bottom:4rem;
}
.jrwm-rscc-list{
  width: 24.5%;
  box-sizing: border-box;
  padding:.1rem;
  border:.1rem solid #b1b1b1;
}
.jrwm-rsccl-img{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.jrwm-rsccl-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform:scale(1);
  transition: all .5s;
}
.jrwm-rscc-list:hover .jrwm-rsccl-img img{
  transform:scale(1.1);
  transition: all .5s;
}
.jrwm-rsccl-tit{
  font-size: 1.15rem;
  text-align: center;
  color: #272727;
  padding:.5rem 0;
}
/* 认识新北洋结束 */
/* 员工发展开始 */
.jrwm-ygfz-container{
  background: #f5f5f5;
}
.jrwm-ygfz-con{
  width: 95%;
  margin:auto;
}
.jrwm-ycc-list{
  width: 32.5%;
  box-sizing: border-box;
  padding:.1rem;
  border:.1rem solid #b1b1b1;
}
.jrwm-yccl-img{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.jrwm-yccl-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform:scale(1);
  transition: all .5s;
}
.jrwm-ycc-list:hover .jrwm-yccl-img img{
  transform:scale(1.1);
  transition: all .5s;
}
.jrwm-yccl-tit{
  width: 100%;
  padding: 1rem 0.2rem;
  text-align: center;
  font-size: 1rem;
  color: #272727;
}
.jrwm-yccl-tit p{
  text-overflow: ellipsis;
  white-space:nowrap;
  overflow: hidden;
}
.jrwm-yccl-tit p:first-child{
  font-weight: bold;
}
/* 员工发展结束 */
/* 社会招聘开始 */
.jrwm-shzp-con{
  width: 95%;
  margin:auto;
}
.jrwm-shzp-form form{
  display: flex;
  justify-content: space-between;
}
.jrwm-shzp-input{
  width: 80%;
  border:.1rem solid #c3c8d1;
  border-radius: .5rem;
  height: auto;
}
.jrwm-shzp-input input{
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.1rem;
  color: #272727;
  border:none;
  padding:0 1rem;
  border-radius: .5rem;
  box-sizing: border-box;
}
.jrwm-shzp-input input::-webkit-input-placeholder{ /*WebKit browsers*/
  color: #c3c8d1;
  font-size: 1.1rem;
}
.jrwm-shzp-submit{
  width: 15%;
  height: auto;
  background: #ff6f00;
  border-radius: .5rem;
}
.jrwm-shzp-submit input{
  font-size: 1.1rem;
  color: #fff;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: .5rem;
  border:none;
  background: transparent;
}
.jrwm-shzp-table{
  margin-top:3rem;
}
.jrwm-sth-list{
  display: flex;
  background: #f1f3f5;
}
.jrwm-sth-list div{
  padding:1.3rem 0;
  font-size: 1.3rem;
  color: #272727;
  text-align: center;
}
.jrwm-stb-list{
  display: flex;
  border-bottom: .15rem solid #f1f3f5;
}
.jrwm-stb-list div{
  padding:1rem 0;
  font-size: 1.1rem;
  color: #272727;
  text-align: center;
}
.jrwm-sthl-1,.jrwm-stbl-1{
  width: 6%;
  color: #272727;
}
.jrwm-stb-list div.jrwm-stbl-1{
  text-align: right;
}
.jrwm-sthl-2,.jrwm-stbl-2{
  width: 27%;
}
.jrwm-stb-list div.jrwm-stbl-2{
  color: #39a1e6;
}
.jrwm-sthl-3,.jrwm-stbl-3{
  width: 22%;
}
.jrwm-sthl-4,.jrwm-stbl-4{
  width: 22%;
}
.jrwm-sthl-5,.jrwm-stbl-5{
  width: 23%;
}
.jrwm-shzp-table-foot{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: flex-end;
}
.jrwm-shzp-table-foot ul.pagination{
  display: flex;
}
.jrwm-shzp-table-foot ul.pagination li{
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #7a889b;
  border:1px solid #bcc3cd;
  border-radius:.5rem;
  margin-left:.5rem;
  box-sizing: border-box;
}
.jrwm-shzp-table-foot ul.pagination li a{
  color: #7a889b;
}
.jrwm-shzp-table-foot ul.pagination li.disabled{
  background: #f2f3f5;
  border:none;
}
.jrwm-shzp-table-foot ul.pagination li.active{
  color: #fff;
  background: #ff6f00;
  border:none;
}
/* 社会招聘结束 */
/* 校园招聘开始 */
.jrwm-xyzp-container{
	background: #f5f5f5;
}
.jrwm-xyzp-con{
  width: 95%;
  margin:auto;
}
.jrwm-xc-img{
  width: 100%;
  padding-bottom:2rem;
}
.jrwm-xc-img img{
  width: 100%;
}
/* 校园招聘结束 */
/* 认识新北洋详情页开始 */
.jrwm-smydr-con{
  position: relative;
}
.jrwm-smydrc-bj{
  width: 100%;
}
.jrwm-smydrc-bj img{
  width: 100%;
}
.jrwm-smydrc-con{
  position: absolute;
  width: 100%;
  height: 80%;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.jrwm-smydrcc-top{
  width: 100%;
  text-align: center;
}
.jrwm-smydrcc-top img{
  width: 22%;
}
.jrwm-smydrcc-bottom{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.jrwm-smydrccb-list{
  width: 10VW;
  height: 10VW;
  background: rgba(0,0,0,.5);
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left:4VW;
  border:.1rem solid #4f75f2;
}
.jrwm-smydrccb-list:first-child{
  margin-left:0VW;
}
.jrwm-smydrccb-list p{
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.05VW;
}
.jrwm-smydrccb-list p span{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5VW;
}
.jrwm-smydrccb-list:last-child p{
  font-size: .9VW;
}
.jrwm-smydrccb-list:last-child p span{
  font-size: 1VW;
}
.jrwm-wlzsm-img{
  width: 100%;
  margin-top:2rem;
  margin-bottom: 4rem;
}
.jrwm-wlzsm-img img{
  width: 100%;
}
/* 认识新北洋详情页结束 */
/* 与谁合作 */
.jrhz-con {
  margin: 1rem 0 4.92rem;
  position: relative;
}
.jrhz-con > div:first-child img{
  width:100%;
}
.jrhz-con .jrhz-title {
  color: #636363;
  font-size: 1.487rem;
  font-weight: bold;
}
.jrhz-con > div:last-child {
  position: absolute;
  z-index: 1;
  top:2.64rem;
  left:0;
  width:100%;
  height:100%;
}
.jrhz-con > div:last-child > div:last-child{
  position: relative;
  height: 100%;
}
.jrhz-con > div:last-child > div:last-child > div{
  position: absolute;
  z-index:2;
}
.jrhz-con > div:last-child > div:last-child > div > p{
  color:#666;
  font-size: 1rem;
  line-height: 200%;
}
.jrhz-con > div:last-child > div:last-child > div p:first-child{
  color:#154fb9;
  font-size: 1.34rem;
}
.jrhz-con > div:last-child > div:last-child > div:nth-child(1){
  width: 22.5%;
  bottom:7.64rem;
  left:6.5%;
}
.jrhz-con > div:last-child > div:last-child > div:nth-child(2){
  width: 37.75%;
  left:29%;
  bottom:24rem;
}
.jrhz-con > div:last-child > div:last-child > div:nth-child(3){
  width: 28.3%;
  right:12%;
  bottom:9rem;
}
.jrhz-con-m{
  display: none;
}
/* 我们是什么样的人 */
.syr-con{
  margin: 3rem 0 4rem;
}
.syr-con .syr-title{
  color:#636363;
  font-size: 1.487rem;
  font-weight:bold;
}
.syr-con .syr-con2{
  margin-top:2.4rem;
  line-height: 100%;
}
.syr-con .syr-con2 > div{
  display: table-cell;
  overflow: hidden;
}
.syr-con .syr-con2 > div:first-child{
  width:59.5%;
}
.syr-con .syr-con2 > div:first-child > img{
  width:100%;
}
.syr-con .syr-con2 > div:last-child{
  width:40.5%;
  vertical-align: middle;
}
.syr-con .syr-con2 > div:last-child > div{
  border:0.2rem solid #00479d;
  box-sizing: border-box;
  border-left: none;
  padding:1rem 2rem 2rem;
}
.syr-con .syr-con2 > div:last-child > div > p{
  color:#666;
  font-size:1rem;
  line-height: 200%;
}
.syr-con .syr-con2 > div:last-child > div > p.syr-bt{
  color:#154fb9;
  font-size:1.34rem;
  font-weight: bold;
  margin-top:1rem;
}
.syr-con .syr-con3 > div:first-child{
  margin-top:2.4rem;
}
.syr-con .syr-con3 > div:first-child > p{
  color:#666;
  font-size:1rem;
  line-height: 200%;
}
.syr-con .syr-con3 > div:first-child > p.syr-bt{
  color:#154fb9;
  font-size:1.34rem;
  font-weight: bold;
  margin-top:1rem;
}
.syr-con .syr-con3 > div:nth-child(2){
  margin-top:1.2rem;
  overflow: hidden;
}
.syr-con .syr-con3 > div:nth-child(2) > div:first-child{
  width: 57%;
  float: left;
}
.syr-con .syr-con3 > div:nth-child(2) > div:last-child{
  width: 42%;
  float: right;
}
.syr-con .syr-con3 > div:nth-child(2) > div:last-child > div:last-child{
  margin-top:1.4%;
}
.syr-con .syr-con3 > div:nth-child(2) img{
  width: 100%;
}
.syr-con .syr-con4{
  margin-top:5.64rem;
  position: relative;
}
.syr-con .syr-con4 > div:nth-child(1) img{
  width: 100%;
}
.syr-con .syr-con4 > div:nth-child(2){
  width: 100%;
  position: absolute;
  top:-3rem;
  width:98%;
  left:1%;
  border:1px solid #d0d0d0;
  box-sizing: border-box;
  background: rgba(235,253,255,0.6);
  padding:3rem 0;
  z-index:1;
  padding-left: 8.42rem;
}
.syr-con .syr-con4 > div:nth-child(2) > div{
  display: inline-block;
}
.syr-con .syr-con4 > div:nth-child(2) > div:nth-child(1) > div,.syr-con .syr-con4 > div:nth-child(2) > div:nth-child(2) > div{
  width:17.14rem;
  height:17.14rem;
  border:0.2rem solid #00479d;
  border-radius:17.14rem;
  text-align:center;
  display: table-cell;
  vertical-align: middle;
}
.syr-con .syr-con4 > div:nth-child(2) > div:nth-child(2){
  margin-left:4rem;
}
.syr-con .syr-con4 > div:nth-child(2) > div > div > div{
  display: inline-block;
  color:#000;
  font-size: 1.48rem;
}
.syr-con .syr-con4 > div:nth-child(2) > div > div span{
  font-size: 4.45rem;
  color:#00479d;
}
.syr-con .syr-con4 > div:nth-child(2) > div:last-child{
  width:27.14rem;
  margin-left: 4rem;
}
.syr-con .syr-con4 > div:nth-child(2) > div:last-child > div{
  font-size: 1.34rem;
  color:#000;
  height: 17.14rem;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
.syr-con5{
  margin-top:1.7rem;
  overflow: hidden;
}
.syr-con5 > div{
  float: left;
}
.syr-con5 > div img{
  width:100%;
}
.syr-con5 > div:last-child{
  font-size: 1.34rem;
  color:#000;
  padding-top:2rem;
}
.syr-con5 > div:last-child span{
  font-weight:bold;
}
/* 我们现在做什么 */
.jrnd-con{
  margin: 3rem 0 4rem;
}
.jrnd-con .jrnd-title{
  color:#636363;
  font-size: 1.487rem;
  font-weight:bold;
}
.jrnd-con .jrnd-con2{
  margin-top:0rem;
  line-height: 100%;
}
.jrnd-con .jrnd-con2 > p{
  color:#666;
  font-size:1rem;
  line-height: 200%;
}
.jrnd-con .jrnd-con2 > p.jrnd-bt{
  color:#154fb9;
  font-size:1.34rem;
  margin-top:1rem;
}
.jrnd-con .jrnd-con3{
  margin-top:2rem;
}
.jrnd-con .jrnd-con3 > div:first-child{
  font-size: 1.71rem;
  color:#154fb9;
  font-weight: bold;
}
.jrnd-con .jrnd-con3 > div:last-child{
  margin-top: 2.57rem;
  overflow: hidden;
}
.jrnd-con .jrnd-con3 > div:last-child > div{
  /* display: inline-block; */
  float: left;
  width: 24.5%;
  text-align: center;
}
.jrnd-con .jrnd-con3 > div:last-child > div > div{
  display: inline-block;
  height:16rem;
  width:10rem;
  background: #00b0f0;
  position: relative;
  text-align: center;
  line-height: 16rem;
  font-size: 1.6rem;
  color:#fff;
}
.jrnd-con .jrnd-con3 > div:last-child > div > div:before{   
  content:""; 
  width:0rem;   
  border-bottom:8rem solid transparent;   
  border-top:8rem solid transparent;   
  border-right:4rem solid #00b0f0;   
  position:absolute;   
  left:-4rem;   
  top:0rem;
  box-sizing: border-box;  
}
.jrnd-con .jrnd-con3 > div:last-child > div > div:after{   
  content:""; 
  width:0rem;   
  border-bottom:8rem solid transparent;   
  border-top:8rem solid transparent;   
  border-left:4rem solid #00b0f0;  
  position:absolute;   
  right:-4rem;   
  top:0rem;
  box-sizing: border-box; 
}
.jrnd-con .jrnd-con3 > div:last-child > div:nth-child(2) > div{   
  background: #ffc000;  
}
.jrnd-con .jrnd-con3 > div:last-child > div:nth-child(2) > div:before{   
  border-right:4rem solid #ffc000;  
}
.jrnd-con .jrnd-con3 > div:last-child > div:nth-child(2) > div:after{   
  border-left:4rem solid #ffc000;  
}
.jrnd-con .jrnd-con3 > div:last-child > div:nth-child(3) > div{   
  background: #92d050;  
}
.jrnd-con .jrnd-con3 > div:last-child > div:nth-child(3) > div:before{   
  border-right:4rem solid #92d050;  
}
.jrnd-con .jrnd-con3 > div:last-child > div:nth-child(3) > div:after{   
  border-left:4rem solid #92d050;  
}
.jrnd-con .jrnd-con3 > div:last-child > div:nth-child(4) > div{   
  background: #737373;  
}
.jrnd-con .jrnd-con3 > div:last-child > div:nth-child(4) > div:before{   
  border-right:4rem solid #737373;  
}
.jrnd-con .jrnd-con3 > div:last-child > div:nth-child(4) > div:after{   
  border-left:4rem solid #737373;  
}
/* 我们未来做什么 */
.jrfd-con{
  margin: 3rem 0 4rem;
}
.jrfd-con .jrfd-title{
  color:#636363;
  font-size: 1.487rem;
  font-weight:bold;
}
.jrfd-con .jrfd-con2{
  margin-top:2rem;
  line-height: 100%;
  position: relative;
}
.jrfd-con .jrfd-con2 > div:nth-child(1) img{
  width: 100%;
}
.jrfd-con .jrfd-con2 > div:nth-child(2){
  position: absolute;
  top:20%;
  left:22%;
}
.jrfd-con .jrfd-con2 > div:nth-child(2) > div{
  position: relative;
}
.jrfd-con .jrfd-con2 > div:nth-child(2) > div > div{
  position: absolute;
}
.jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:first-child{
  position: static;
}
.jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:first-child img{
  width: 100%;
}
.jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:nth-child(2){
  font-size: 1.19rem;
  color:#fff;
  top:21%;
  left:37%;
}
.jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:nth-child(3){
  font-size: 1.34rem;
  font-weight: bold;
  color:#fff;
  top:33%;
  left:26%;
}
.jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:nth-child(4){
  font-size: 2.08rem;
  color:#fff;
  font-weight: bold;
  top:48%;
  left:-6%;
  width:115%;
}
.jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:nth-child(5){
  font-size: 1.78rem;
  font-weight: bold;
  color:#fff;
  top:64%;
  left:36%;
}

.jrfd-con .jrfd-con2 > div:last-child{
  position: absolute;
  top:28%;
  right:22%;
}
.jrfd-con .jrfd-con2 > div:last-child > div{
  background: rgba(0,255,255,0.47);
  height:14.57rem;
  width: 14.57rem;
  border-radius: 100%;
  position:relative;
}
.jrfd-con .jrfd-con2 > div:last-child > div:after{
  content:'';
  height:15rem;
  width: 15rem;
  border-radius: 100%;
  border:0.15rem solid rgba(0,255,255,0.47);
  position:absolute;
  top:-0.43rem;
  left: -0.43rem;
}
.jrfd-con .jrfd-con2 > div:last-child > div > div{
  text-align: center;
}
.jrfd-con .jrfd-con2 > div:last-child > div > div > p{
  font-size: 1.42rem;
  color:#fff;
  line-height: 180%;
}
.jrfd-con .jrfd-con2 > div:last-child > div > div > p:first-child{
  font-size: 2rem;
  font-weight: bold;
  color:#fff;
  padding-top:2rem;
}

/* 工作环境详情页 */
.gzhj-con{
  margin: 3rem 0 4rem;
}
.gzhj-con .gzhj-title{
  color:#636363;
  font-size: 1.8rem;
  font-weight:bold;
}
.gzhj-con p{
  font-size: 1.15rem;
  color:#666;
}
.gzhj-con p.gzhj-bt{
  font-size: 1.34rem;
  color:#154fb9;
}
.gzhj-con .gzhj-con2{
  margin-top:0rem;
  line-height: 200%;
}
.gzhj-con .gzhj-con2 > div:last-child{
  margin-top:1.6rem;
}
.gzhj-con .gzhj-con2 > div:last-child img{
  width:100%;
}
.gzhj-con .gzhj-con3{
  margin-top:2.57rem;
  line-height: 200%;
}
.gzhj-con .gzhj-con3 > div:nth-child(2){
  margin-top: 1.6rem;
  background: #ffba00;
  overflow: hidden;
  padding:0.15rem;
}
.gzhj-con .gzhj-con3 > div:nth-child(2) > div:first-child{
  width: 73.8%;
  float: left;
}
.gzhj-con .gzhj-con3 > div:nth-child(2) > div:last-child{
  width: 25.8%;
  float: right;
}
.gzhj-con .gzhj-con3 > div:nth-child(2) > div:last-child > div:last-child{
  margin-top:1.4%;
}
.gzhj-con .gzhj-con3 > div:nth-child(2) img{
  width: 100%;
}
.gzhj-con .gzhj-con4{
  margin-top:2.57rem;
  line-height: 200%;
}
.gzhj-con .gzhj-con4 > div:nth-child(2){
  margin-top:1.6rem;
}
.gzhj-con .gzhj-con4 > div:nth-child(2) > div:nth-child(1){
  width: 87%;
  margin:0 auto;
  position: relative;
}
.gzhj-con .gzhj-con4 > div:nth-child(2) > div:nth-child(1):after{
  content:'';
  width:115%;
  position: absolute;
  left:-7.5%;
  height:40%;
  top:30%;
  border: 0.2rem solid #00bdf9;
  z-index: -1;
}
.gzhj-con .gzhj-con4 > div:nth-child(2) > div:nth-child(1) img{
  width: 100%;
}
.gzhj-con .gzhj-con5{
  margin-top:2.57rem;
  line-height: 200%;
}
.gzhj-con .gzhj-con5 > div:nth-child(2){
  border:0.2rem solid #ffba00;
  box-sizing: border-box;
}
/* 薪酬福利 */
.xcfl-con{
  margin: 3rem 0 4rem;
}
.xcfl-con .xcfl-title{
  color:#636363;
  font-size: 1.8rem;
  font-weight:bold;
}
.xcfl-con .xcfl-con2{
  margin-top:2rem;
  position: relative;
}
.xcfl-con .xcfl-con2 > div:nth-child(2){
  position: absolute;
  top:2.85rem;
  left:5%;
  width:25.8%;
  color:#fefeff;
  font-size: 1.15rem;
  line-height: 180%;
}
.xcfl-con .xcfl-con2 > div:nth-child(2) p{
  margin-bottom: 1.5rem;
}
.xcfl-con .xcfl-con2 > div:nth-child(2) p:first-child{
  font-size: 1.34rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.xcfl-con .xcfl-con2 > div:nth-child(2) p:nth-child(2){
  font-size: 2.38rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.xcfl-con .xcfl-con2 img{
  width: 100%;
}
/* 培训发展 */
.pxfz-con{
  margin: 3rem 0 4rem;
}
.pxfz-con .pxfz-title{
  color:#636363;
  font-size: 1.8rem;
  font-weight:bold;
}
.pxfz-con .pxfz-con2{
  margin-top: 4rem;
}
.pxfz-con .pxfz-con2 > div:nth-child(1){
  width: 100%;
  margin:0 auto;
}
.pxfz-con .pxfz-con2 img{
  width: 100%;
}
.pxfz-con .pxfz-con3{
  margin-top:3rem;
  overflow: hidden;
}
.pxfz-con .pxfz-con3 p.pxfz-bt{
  color:#154fb9;
  font-size: 1.34rem;
  font-weight: bold;
}
.pxfz-con .pxfz-con3 > div:last-child img{
  width:98%;
}
.pxfz-con .pxfz-con3 > div:last-child > div{
  margin-top:0.5rem;
}
/* 2018-11-23修改 */
@media  screen and (max-width:1400px) {
  .jrhz-con > div:last-child {
    top: 2rem;
  }
  .jrhz-con > div:last-child > div:last-child > div:nth-child(2) {
    bottom: 22rem;
  }
  .jrhz-con > div:last-child > div:last-child > div:nth-child(1) {
    bottom: 5.64rem;
  }
  .jrhz-con > div:last-child > div:last-child > div:nth-child(3) {
    bottom: 7rem;
  }
  .syr-con .syr-con4 > div:nth-child(2) {
    padding-left: 3rem;
  }
}
@media (max-width: 768px){
  #header{
    height:5.64rem;
  }
  .n_banner{
    margin-top:5.64rem;
  }
  #about-navigation{
    display: none;
  }
  
  /* 加入我们开始 */
  .jrwm-c-container {
    width: 90%;
    margin: auto;
  }
  .jrwm-rscc-list {
    width: 49.5%;
    margin-top: .5rem;
  }
  .jrwm-ycc-list {
    width: 100%;
    margin-top: .5rem;
  }
  /* 加入我们结束 */
  /* 认识新北洋详情页开始 */
  .jrwm-smydr-con {
    background: url('../images/jrwm-smydr-bj.jpg') no-repeat;
    background-size: cover;
    background-position: center;
  }
  .jrwm-smydrc-bj{
    display: none;
  }
  .jrwm-smydrc-con {
    position: static;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    transform: none;
    padding:2rem 0;
  }
  .jrwm-smydrcc-top img {
    width: 50%;
  }
  .jrwm-smydrccb-list {
    width: 35VW;
    height: 35VW;
    margin-left: 4VW;
    margin-top:1rem;
  }
  .jrwm-smydrccb-list p {
    font-size: 3.5VW;
  }
  .jrwm-smydrccb-list p span {
    font-size: 5VW;
  }
  /* 认识新北洋详情页结束 */
  



  /* 我们是什么样的人 */
  .syr-con .syr-con2 > div{
    display: block;
    overflow: hidden;
  }
  .syr-con .syr-con2 > div:first-child{
    width:100%;
  }
  .syr-con .syr-con2 > div:last-child{
    width:100%;
    margin-top:1rem;
  }
  .syr-con .syr-con2 > div:last-child > div{
    border:0.2rem solid #00479d;
  }
  .syr-con .syr-con4 > div:nth-child(2) > div:nth-child(1) > div,.syr-con .syr-con4 > div:nth-child(2) > div:nth-child(2) > div{
    width:9rem;
    height:9rem;
    border:0.2rem solid #00479d;
    border-radius:9rem;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
  }
  .syr-con .syr-con4 > div:nth-child(2) > div:nth-child(1){
    margin-left:3rem;
  }
  .syr-con .syr-con4 > div:nth-child(2) > div:nth-child(2){
    margin-left:1rem;
  }
  .syr-con .syr-con4 > div:nth-child(2){
    padding:1rem 0 1rem 1rem;
  }
  .syr-con .syr-con4 > div:nth-child(2) > div > div > div{
    display: inline-block;
    color:#000;
    font-size: 1rem;
  }
  .syr-con .syr-con4 > div:nth-child(2) > div > div span{
    font-size: 3rem;
    color:#00479d;
  }
  .syr-con .syr-con4 > div:nth-child(2) > div:last-child{
    display: block;
    width:100%;
    margin-left: 0;
  }
  .syr-con .syr-con4 > div:nth-child(2) > div:last-child > div {
    font-size: 1.34rem;
    color: #000;
    height: auto;
    font-weight: bold;
  }
  .syr-con5 {
    margin-top: 3rem;
  }
  .syr-con5 > div{
    float: none;
  }
  .syr-con5 > div:first-child{
    width:30%;
    margin:0 auto;
  }
  .syr-con5 > div img{
    width:100%;
  }
  .syr-con5 > div:last-child{
    font-size: 1.34rem;
    color:#000;
    padding-top:1rem;
  }
  #rsxby .rsxby-con{
    width:100%;
    margin-left: -15px;
  }
  /* 与谁合作 */
  .jrhz-con{
    display: none;
  }
  .jrhz-con-m{
    display: block;
  }
  .jrhz-con-m{
    margin: 3.64rem 0 4.92rem;
  }
  .jrhz-con-m .jrhz-title {
    color: #636363;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .jrhz-con-m > div:last-child{
    margin-top:2rem;
  }
  .jrhz-con-m > div:last-child > div:nth-child(1) img{
    width: 100%;
  }
  .jrhz-con-m > div:last-child > div:nth-child(1){
    position: relative;
  }
  .jrhz-con-m > div:last-child > div:nth-child(1) > div:last-child{
    position: absolute;
    width:80%;
    top:10rem;
    left:10%;
  }
  .jrhz-con-m > div:last-child > div) > div:last-child p{
    color:#666;
    font-size: 1rem;
    line-height: 200%;
  }
  .jrhz-con-m > div:last-child > div > div:last-child p:first-child{
    color:#154fb9;
    font-size: 1.34rem;
  }
  .jrhz-con-m > div:last-child > div:nth-child(2){
    margin-top:3.2rem;
    position: relative;
  }
  .jrhz-con-m > div:last-child > div:nth-child(2) > div:first-child{
    width:36%;
    margin:0 auto;
  }
  .jrhz-con-m > div:last-child > div:nth-child(2) > div:first-child img{
    width:100%;
  }
  .jrhz-con-m > div:last-child > div:nth-child(2) > div:last-child{
    width:80%;
    margin:2.4rem auto 0;
    position: absolute;
    left:10%;
  }
  .jrhz-con-m > div:last-child > div:nth-child(3){
    margin-top:9rem;
  }
  .jrhz-con-m > div:last-child > div:nth-child(3) > div:last-child{
    width:80%;
    margin:2.4rem auto 0;;
  }
  #ygfz .ygfz-con{
    width:100%;
    margin-left: -15px;
  }
  /* 我们现在做什么 */
  .jrnd-con .jrnd-con3 > div:last-child > div{
    width: 48%;
  }
  .jrnd-con .jrnd-con3 > div:last-child > div > div{
    height:12rem;
    width:7.5rem;
    line-height: 12rem;
    font-size: 1.4rem;
  }
  .jrnd-con .jrnd-con3 > div:last-child > div > div:before{     
    border-bottom:6rem solid transparent;   
    border-top:6rem solid transparent;   
    border-right:3rem solid #00b0f0; 
    left:-3rem;   
  }
  .jrnd-con .jrnd-con3 > div:last-child > div > div:after{      
    border-bottom:6rem solid transparent;   
    border-top:6rem solid transparent;   
    border-left:3rem solid #00b0f0;   
    right:-3rem;   
    top:0rem;
  }
  .jrnd-con .jrnd-con3 > div:last-child > div:nth-child(3) > div{      
    margin-top:1rem;
  }
  .jrnd-con .jrnd-con3 > div:last-child > div:nth-child(4) > div{      
    margin-top:1rem;
  }
  .jrnd-con .jrnd-con3 > div:last-child > div:nth-child(2) > div:before{   
    border-right:3rem solid #ffc000;  
  }
  .jrnd-con .jrnd-con3 > div:last-child > div:nth-child(2) > div:after{   
    border-left:3rem solid #ffc000;  
  }
  .jrnd-con .jrnd-con3 > div:last-child > div:nth-child(3) > div:before{   
    border-right:3rem solid #92d050;  
  }
  .jrnd-con .jrnd-con3 > div:last-child > div:nth-child(3) > div:after{   
    border-left:3rem solid #92d050;  
  }
  .jrnd-con .jrnd-con3 > div:last-child > div:nth-child(4) > div:before{   
    border-right:3rem solid #737373;  
  }
  .jrnd-con .jrnd-con3 > div:last-child > div:nth-child(4) > div:after{   
    border-left:3rem solid #737373;  
  }
  /* 我们未来做什么 */
  .jrfd-con .jrfd-con2 > div:nth-child(2){
    position: absolute;
    top:5%;
    left:10%;
  }
  .jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:first-child{
    position: static;
    width: 50%;
  }
  .jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:nth-child(2){
    font-size: 1.19rem;
    top:20%;
    left:17%;
  }
  .jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:nth-child(3){
    font-size: 1.2rem;
    top:33%;
    left:10%;
  }
  .jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:nth-child(4){
    font-size: 1.6rem;
    top:48%;
    left:-6%;
    width:115%;
  }
  .jrfd-con .jrfd-con2 > div:nth-child(2) > div > div:nth-child(5){
    font-size: 1.4rem;
    top:62%;
    left:18%;
  }
  .jrfd-con .jrfd-con2 > div:last-child{
    position: absolute;
    top:10%;
    right:5%;
  }
  .jrfd-con .jrfd-con2 > div:last-child > div{
    background: rgba(0,255,255,0.47);
    height:10rem;
    width: 10rem;
    border-radius: 100%;
    position:relative;
  }
  .jrfd-con .jrfd-con2 > div:last-child > div:after{
    content:'';
    height:10.6rem;
    width: 10.6rem;
    border-radius: 100%;
    border:0.15rem solid rgba(0,255,255,0.47);
    position:absolute;
    top:-0.4rem;
    left: -0.4rem;
  }
  .jrfd-con .jrfd-con2 > div:last-child > div > div{
    text-align: center;
  }
  .jrfd-con .jrfd-con2 > div:last-child > div > div > p{
    font-size: 1.2rem;
    color:#fff;
    line-height: 180%;
  }
  .jrfd-con .jrfd-con2 > div:last-child > div > div > p:first-child{
    font-size: 1.5rem;
    font-weight: bold;
    color:#fff;
    padding-top:2rem;
  }
  /* 薪酬福利 */
  .xcfl-con .xcfl-con2 > div:nth-child(2){
    position: static;
    width:100%;
    color:#666;
    font-size: 1rem;
    line-height: 200%;
  }
  .xcfl-con .xcfl-con2 > div:nth-child(2) p{
    margin-bottom: 1rem;
  }
  .xcfl-con .xcfl-con2 > div:nth-child(2) p:first-child{
    font-size: 1.34rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }
  .xcfl-con .xcfl-con2 > div:nth-child(2) p:nth-child(2){
    font-size: 2.38rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  /* 培训发展 */
  .pxfz-con .pxfz-con2{
    margin-top: 3rem;
  }
  .pxfz-con .pxfz-con2 > div:nth-child(1){
    width: 100%;
    margin:0 auto;
  }
  .pxfz-con .pxfz-con2 img{
    width: 100%;
  }
}
@media (max-width: 768px){
  .shzp-con > .jiaru-shzp-con > div:nth-child(2) {
    top: 45%;
  }
}
@media (max-width: 767px){
  .shzp-con > .jiaru-shzp-con > div:nth-child(2) {
    top: 30%;
  }
}

.shzp-jltd{
  text-align: center;
  padding:5VH 0;
  position: relative;
}
.shzp-jltd-text{
  font-size: 1.5rem;
  font-family: bold;
  color: #fff;
  background: #2dbcf0;
  text-align: center;
  padding: .2rem 1rem;
  border-radius: .5rem;
  display: inline-block;
  margin-left: 1rem;
  cursor: pointer;
}
.shzp-jltd-tc {
  position: absolute;
  width: 35.6%;
  top: 0;
  left: 32.2%;
  padding: 1rem 2rem;
  box-sizing: border-box;
  box-shadow: 0 0 10px #666;
  background: #fff;
  display: none;
  border-radius:.5rem;
}
.shzp-jltd-close {
  text-align: right;
  font-size: 1.2rem;
  color: #000;
  cursor: pointer;
  font-weight: bold;
}
.shzp-jltd-con{
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px){
  .shzp-jltd-tc {
    width: 90%;
    left: 5%;
  }
}
