.leader-section .entry {
  display: flex;
  background: #f4f4f4;align-items: center;
}
.leader-section .entry .img-wrapper img {
  height: 360px;
  width: 290px;
  object-fit: contain;
}
.leader-section .entry .desc-wrapper {
  padding: 25px 30px;
}
.leader-section .entry .desc-wrapper .name a {
  font-size: 22px;
  color: #13289c;
  line-height: 32px;
}
.leader-section .entry .desc-wrapper .title {
  font-size: 18px;
  color: #000000;
  margin-top: 10px;
}
.leader-section .entry .desc-wrapper .desc {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}

.entry .divider {
  margin: 25px 0;
  width: 30px;
  height: 6px;
  background: #d10000;
  border-radius: 3px;
}

.section-title {
  padding-top: 40px;
  font-size: 42px;
  color: #000000;
  line-height: 72px;
}

.section-desc {
  margin-top: 15px;
  font-size: 18px;
  color: #999999;
  line-height: 36px;
}

.salary-section {
  padding-bottom: 20px;
}
.salary-section .img-wrapper {
  margin-top: 50px;
  border-radius: 12px;
}

.salary-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.salary-list .entry {
  position: relative;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  flex: 1;
}
.salary-list .entry .iconfont {
  font-size: 36px;
  color: #1279d9;
}
.salary-list .entry:after {
  position: absolute;
  content: "";
  background-color: #ccc;
  height: 27px;
  width: 1px;
  right: -1px;
  top: calc(50% - 13.5px);
}

.career-section {
  background: bottom center/cover url(../img/bg-career.jpg);
  padding-bottom: 50px;
}

.position-list .entry {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(210, 210, 210, 0.09);
  border-radius: 12px;
}
.position-list .entry .title {
  font-size: 21px;
  color: #333333;
  line-height: 36px;
}
.position-list .entry .desc {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  max-height: 70px;
  overflow: hidden;
  margin-bottom: 18px;
}
.position-list .entry .btn-more {
  font-size: 16px;
  color: #1279d9;
  line-height: 36px;
  padding: 8px;
  border-bottom: 1px solid #1279d9;
  transition: 0.3s ease;
}
.position-list .entry .btn-more:hover {
  background-color: #1279d9;
  color: #fff;
}

.btn-more-position-wrapper {
  margin-top: 50px;
}
.btn-more-position-wrapper .btn-more-position {
  display: inline-block;
  background: rgba(134, 138, 149, 0);
  border-radius: 12px;
  border: 1px solid #6ca0e3;
  padding: 15px 40px;
  font-size: 16px;
  color: #1279d9;
  transition: 0.3s ease;
}
.btn-more-position-wrapper .btn-more-position:hover {
  background-color: #1279d9;
  color: #fff;
}

.btn-mail {
  padding-bottom: 5px;
  border-bottom: 1px #7ab4ea solid;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  font-size: 16px;
  color: #999999;
}
.btn-mail .iconfont {
  font-size: 20px;
  color: #157bda;
  line-height: 40px;
}

.how-enroll-list {
  margin-top: 10px;
}
.how-enroll-list .col-12.col-lg-4:nth-child(-n+2)::after {
  position: absolute;
  display: block;
  content: " ";
  height: 7px;
  width: 100%;
  background-image: url(../img/bg-enroll-arrow.png);
  top: 120px;
  z-index: 1;
  right: -50%;
}
.how-enroll-list .entry {
  position: relative;
  padding: 45px 0;
}
.how-enroll-list .entry .icon {
  position: relative;
  z-index: 99;
  display: inline-block;
  width: 160px;
  line-height: 160px;
  height: 160px;
  background: #f7f7f7;
  border-radius: 50%;
}
.how-enroll-list .entry .icon .iconfont {
  font-size: 48px;
  background: -webkit-linear-gradient(90deg, #8dc9f3, #1279d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how-enroll-list .entry .title {
  font-size: 22px;
  color: #000000;
  line-height: 72px;
}
.how-enroll-list .entry .desc {
  display: inline-block;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  max-width: 340px;
}

.departments-list .entry {
  height: 100%;
  box-shadow: 0px 0px 12px 0px rgba(171, 171, 171, 0.29);
  padding: 20px 25px;
}
.departments-list .entry .title a {
  font-size: 22px;
  color: #000000;
  line-height: 32px;
}
.departments-list .entry .desc {
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  opacity: 0.65;
}

.environment-list {
  margin-top: 30px;
  display: flex;
}
.environment-list .list-left {
  width: 53.47%;
}
.environment-list .list-right {
  flex: 1;
}

.environment-section {
  padding-bottom: 55px;
}
.environment-section .img-row {
  margin-left: -3.5px;
  margin-right: -3.5px;
  display: flex;
}
.environment-section .img-row .img-wrapper {
  margin-top: 7px;
  padding: 0 3.5px;
}
.environment-section .img-left-left {
  width: 60.4%;
}
.environment-section .img-left-right {
  flex: 1;
}
.environment-section .img-right-left {
  width: 44.1%;
}
.environment-section .img-right-right {
  flex: 1;
}

@media only screen and (max-width: 991.89px) {
  .how-enroll-list .col-12.col-lg-4:nth-child(-n+2)::after {
    transform: rotateZ(90deg);
    content: " ";
    width: 80px;
    top: 100%;
    z-index: 1;
    right: calc(50% - 40px);
  }
  .environment-list {
    flex-wrap: wrap;
  }
  .environment-list .list-left {
    width: 100%;
  }
}
@media only screen and (max-width: 767.89px) {
  .leader-section .entry .img-wrapper img {
    height: 232px;
    width: 180px;
    object-fit: contain;
  }
  .section-title{font-size: .4rem;font-weight: bold; margin-bottom: 0;line-height: .8rem;padding-top: .5rem;}
  .position-list.mt-2{margin-top: 0 !important; }
  .position-list .entry .title{font-size: .33rem;line-height: .4rem; padding-bottom: .15rem;}
  .position-list .entry .desc{font-size: .24rem;line-height: .4rem; text-overflow: -o-ellipsis-lastline;  overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;
  -webkit-line-clamp: 2;  line-clamp: 2;  -webkit-box-orient: vertical; height: .8rem;}
  .position-list .entry .btn-more{font-size: .24rem;padding: .1rem;line-height: .5rem;}
  .btn-more-position-wrapper .btn-more-position{font-size: .26rem;padding: .15rem .3rem;}
  .how-enroll-list .entry .title{font-size: .3rem;line-height: .7rem;}
  .how-enroll-list .entry .desc{font-size: .28rem;}
  .how-enroll-list .entry .icon{width: 1.6rem;height: 1.6rem;line-height: 1.6rem;}
  .section-desc{margin-top: .15rem;font-size:.28rem;line-height: .4rem;}
  .environment-list{margin-top: 0;}
  .salary-list{margin-top: .4rem;;}
  .leader-section .row .mt-3{margin-top: 0 !important; margin-bottom: .3rem;}
  .leader-section .entry{align-items: center;}
  .leader-section .entry .img-wrapper{flex: 0 0 50%;padding: .2rem;}
  .leader-section .entry .desc-wrapper{padding: .2rem;}
  .leader-section .entry .desc-wrapper .name a{font-size: .3rem;line-height: .4rem;}
  .leader-section .entry .desc-wrapper .title{font-size: .28rem;margin-top: 0;}
  .leader-section .entry .desc-wrapper .desc{font-size: .22rem;line-height: .34rem;}
  .entry .divider{width: .3rem;height: .06rem;margin: .15rem 0;}
}
@media only screen and (max-width: 575.89px) {
  
  .leader-section .entry .img-wrapper img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }
  .salary-list .entry {
    min-width: 2.5rem;font-size: .28rem;
  }
}
.leader_main{padding-top: 56px; padding-bottom: 56px;}
.leader_main .container{background: #f4f4f4;padding: 20px 0;max-width: 1400px;}
.leader_main .container ul{ padding: 50px 50px 0;max-width: 1100px;margin: 0 auto;}
.leader_main .item{position: relative;
  float: left;
  width: 14%;
  margin-bottom: 60px;
  margin-right: 14%;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;text-align: center;
  overflow: hidden;  padding: 6px;
  }
  .leader_main .item:nth-child(4n){margin-right: 0;}
  .leader_main .item .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
  z-index: 10;
}

  .leader_main .item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  object-fit: cover;opacity: 1;
  height: 100%;
}
.leader_main .item .desc{padding: 10px 5px;}
.leader_main .item .desc .name{font-size: 16px;color: #333;overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;}
.leader_main .item .desc .title{font-size: 14px;color: #999;overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;}
 .leader_main .item:hover{ box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);}
 .leader_main .item:hover .img img{opacity: 1;}
@media (max-width: 1200px){
	.leader_main .item{margin-right: 5%;width: 21.25%;}
	
}
@media (max-width: 767.89px){
	.leader_main{padding-top: .5rem; padding-bottom: .4rem;}
	.leader_main .container{background: #fff;padding: 0;}
	.leader_main .item{width:47%; margin-right: 6%;background:#f4f4f4;}	
	.leader_main .item:nth-child(4n){margin-right:0;}
	.leader_main .item:nth-child(2n){margin-right:0;}
	.leader_main .item .desc .name{font-size: .33rem;}
	.leader_main .item .desc .title{font-size: .26rem;}
	.leader_main .item .desc{padding: .1rem .15rem;}
}
.leader_show{max-width: 970px;margin: 90px auto 70px;width: 100%;text-align: center;}
.leader_show .pic-box{    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; margin-bottom: 70px;}
.leader_show .btn-rect{padding: 0 30px;
    min-width: 170px;
    height: 40px !important;
    line-height: 38px !important;
    text-align: center;
    border: 1px solid #111;
    display: inline-block;
    color: #111;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.875em;margin: 0 auto;transition: ease-in-out .2s;}
    .leader_show .btn-rect:hover{background:#1f51b9;border-color: #1f51b9;color: #fff;}
.leader_show .pic-box img {
    width: 27.3%;
    float: left;
    max-width: 250px;
}
.leader_show .pic-box .pic-text {
    width: 66.4%;
    float: right;
    text-align: left;
}
.leader_show .pic-box h1{font-size: 2.5em;text-align: left;font-weight: bold; margin-bottom: 0 !important;}
.leader_show .pic-box .title-s {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.leader_show  .pic-box .pic-text p {
    font-size: 1em;
    margin-bottom: 20px; line-height:200%;
}
@media (max-width:1000px){
	.leader_show .pic-box .pic-text {
    width: 94%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.leader_show  .pic-box img {
    width: 265px;
    float: none;
}
.leader_show .pic-box h1{text-align: center;}
.leader_show .pic-box .title-s{text-align: center;}
}

@media (max-width: 767.89px){
	.leader_show{margin: .7rem auto .7rem;}
	.leader_show .pic-box h1{font-size: .5rem;}
	.leader_show .pic-box .title-s{margin-top: .2rem;margin-bottom: .15rem;font-size: .4rem;}
	.leader_show .pic-box .pic-text p{font-size: .28rem;margin-bottom: .2rem;}
	.leader_show .pic-box{margin-bottom: .5rem;}
}