h2.careers-title {
  font-size: 30px;
  color: #c6092d;
  font-weight: bold;
  line-height: 30px;
}
h2.careers-title-only {
  max-width: 1200px;
  margin: 60px auto;
}
h2.center {
  text-align: center;
}
/* .careers h1, .careers-people h1{
    font-weight: bold;
} */
.careers .txtCon h1 {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
  text-align: left;
  box-sizing: border-box;
}
.careers-left {
  float: left;
  width: 52.5%;
  font-size: 14px;
  color: #939393;
  line-height: 26px;
  text-align: justify;
}
.careers-right {
  float: right;
  width: 43.166667%;
}

/*joinlink*/
.careers-joinlink {
  position: relative;
  height: 120px;
  background-color: #f2f2f2;
  padding: 30px 20px;
  box-sizing: border-box;
}
.careers-joinlink.redBg {
  background-color: #c6092d;
  color: #fff;
}
.careers-joinlink em {
  display: block;
  width: 100%;
  height: 60px;
  max-width: 1200px;
  margin: auto;
  line-height: 60px;
}
.careers-joinlink b {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #c6092d;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 30px;
  margin-right: 15px;
}
.careers-joinlink span {
  font-size: 24px;
  line-height: 24px;
}
.careers-joinlink a {
  display: inline-block;
  float: right;
  width: 146px;
  height: 40px;
  line-height: 36px;
  margin: 9px 0;
  font-size: 14px;
  text-align: center;
  border: 2px solid #c6092d;
  border-radius: 50px;
  color: #c6092d;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.careers-joinlink a:hover {
  background-color: #c6092d;
  color: #fff;
}
.careers-joinlink.redBg b {
  background-color: #fff;
  color: #c6092d;
}
.careers-joinlink.redBg a {
  border-color: #fff;
  color: #fff;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.careers-joinlink.redBg a:hover {
  color: #c6092d;
  background: #fff;
}

/* delete */
.people-list {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 28px 0;
}
.people-list .newsCon {
  width: 355px;
  height: auto;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.people-list .newsCon .newsImg {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.people-list .newsCon .tipsTxt {
  position: absolute;
  top: 20px;
  left: 0;
}
.people-list .newsCon .tipsTxt span {
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  background: #c6092d;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}
.people-list .txtCon {
  width: 100%;
  position: relative;
}
.people-list .txtCon .wrapper {
  padding: 25px 0 0;
}
.people-list .txtCon .wrapper .timeTxt {
  font-size: 12px;
  color: #939393;
  line-height: 12px;
}
.people-list .txtCon .wrapper .titleTxt {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  margin: 5px 0;
}
.people-list .txtCon .wrapper p {
  font-size: 12px;
  line-height: 24px;
  height: 48px;
  color: #939393;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.people-list .txtCon .wrapper .readMoreBtn {
  position: absolute;
  bottom: 35px;
  left: 35px;
  display: block;
}
.people-list .txtCon .wrapper .readMoreBtn span {
  padding: 0 30px;
  background: #c6092d;
  border: 1px solid #c6092d;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.people-list .txtCon .wrapper .readMoreBtn span:hover {
  background: #fff;
  color: #c6092d;
}
.people-list .swiper-button-prev {
  width: 18px;
  height: 36px;
  background: url("../img/swiperPrevWhite.png") 50% 50% no-repeat;
  background-size: 100%;
  left: 0;
}
.people-list .swiper-button-next {
  width: 18px;
  height: 36px;
  background: url("../img/swiperNextWhite.png") 50% 50% no-repeat;
  background-size: 100%;
  right: 0;
}
.people-list .swiper-pagination {
  bottom: 0;
  width: 100%;
}
.people-list .swiper-pagination-bullet,
.people-list .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #b9b9b9;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
.people-list .swiper-pagination-bullet.swiper-pagination-bullet-active,
.people-list .swiper-pagination-switch.swiper-active-switch {
  background-color: #c6092d;
}
.people-list b {
  font-size: 38px;
  position: absolute;
  top: 40%;
  left: -12px;
  transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
  z-index: 10;
}
.people-list b.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.people-list b.people-list-next {
  transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  left: auto;
  right: -12px;
}
.videoBefore {
  position: relative;
}
.people-list .isVideo .videoBefore::before {
  position: absolute;
  content: "";
  display: block;
  width: 56px;
  height: 61px;
  background: url(../img/careers/play.png) no-repeat;
  background-size: cover;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .people-list .newsCon {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .people-list .swiper-button-prev {
    left: 3.6%;
  }
  .people-list .swiper-button-next {
    right: 3.6%;
  }
  .people-list .swiper-button-prev,
  .people-list .swiper-button-next {
    width: 14px;
    height: 27px;
  }
  .people-list .swiper-button-prev {
    left: 3.6%;
  }
  .people-list .swiper-button-next {
    right: 3.6%;
  }
  .people-list .newsCon {
    width: 160px;
  }
  .people-list .newsCon .newsImg {
    height: 140px;
  }
  .people-list .txtCon .wrapper {
    padding: 15px 0;
  }
  .people-list .txtCon .wrapper .timeTxt {
    font-size: 11px;
    line-height: 15px;
  }
  .people-list .txtCon .wrapper .titleTxt {
    font-size: 15px;
    line-height: 15px;
  }
  .people-list .txtCon .wrapper p {
    font-size: 12px;
    line-height: 18px;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .people-list .swiper-pagination {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .people-list .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
  }
  .people-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #c3122f;
    margin: 0 5px;
  }
  .people-list .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 0;
  }

  .people-list .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
  }
  .people-list .swiper-pagination-switch.swiper-active-switch {
    width: 8px;
    height: 8px;
    background: #c3122f;
    margin: 0 5px;
  }
  .people-list .swiper-pagination-switch + .swiper-pagination-switch {
    margin-top: 0;
  }
  .careers .txtCon h1 {
    text-align: center;
  }
  .people-list .isVideo .videoBefore::before {
    position: absolute;
    content: "";
    display: block;
    width: 28px;
    height: 31px;
    background: url(../img/careers/play.png) no-repeat;
    background-size: cover;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
/* delete */

/*peopleList*/
/* .people-list{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px 40px 50px;
}
.people-list img{
    display: block;
    width: 100%;
    height: auto;
}
.people-list h3{
    margin: 25px auto 15px;
    font-size: 18px;
    font-weight: bold;
}
.people-list li{
    cursor: pointer;
}
.people-list li{
    width: 33.3333%;
}
.people-list li .linkTxt{
    display: block;
    width: 100%;
    height: 100%;
}
.people-list .swiper-pagination{
    bottom: 0;
    width: 100%;
}
.people-list .swiper-pagination-bullet, .people-list .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #b9b9b9;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}
.people-list .swiper-pagination-bullet.swiper-pagination-bullet-active, .people-list .swiper-pagination-switch.swiper-active-switch{
    background-color: #c6092d;
}
.people-list b{
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
    cursor: pointer;
    z-index: 10;
}
.people-list b.swiper-button-disabled{
    opacity: .3;
    cursor: default;
}
.people-list b.people-list-next{
    transform: translateY(-50%) rotate(-90deg);
    left: auto;
    right: 0;
}
.people-list p{
    color: #999;
} */

/*people*/
/* .careers-people h1{
    font-weight: bold;
} */
.careers-people h1 button {
  display: block;
  width: 150px;
  height: 46px;
  margin: 20px auto 0;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.4s ease;
}
.careers-people h1 button:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px;
  border-color: transparent transparent transparent #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
}
.careers-people h1 button:hover {
  color: #c6092d;
  border-color: #c6092d;
}
.careers-people h1 button:hover:after {
  border-color: transparent transparent transparent #c6092d;
}
.careers-people .playBtn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: url("../imgMobile/career/playBtn.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.careers-people1 {
  max-width: 760px;
  margin: 60px auto;
}
.careers-people1 p {
  font-size: 14px;
  line-height: 26px;
  margin: 25px auto 40px;
  color: #939393;
}
.careers-people1 a {
  display: block;
  width: 150px;
  height: 40px;
  border: 2px solid #c6092d;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  color: #c6092d;
  font-weight: bold;
  line-height: 36px;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.careers-people1 a:hover {
  background: #c6092d;
  color: #fff;
}
.careers-people2 {
  position: relative;
  padding: 40px 0;
  background-color: #eee;
}
.careers-peopleDetail2 .hasVideo h3,
.careers-people2 .hasVideo h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 20px 0 10px;
}
.careers-peopleDetail2 .hasVideo p,
.careers-people2 .hasVideo p {
  font-size: 14px;
  color: #939393;
  margin-bottom: 40px;
}
.careers-people3 {
  position: relative;
  height: 536px;
  margin-top: 50px;
  background-image: url(../img/careers/people/careers-people3_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 166px 0;
  box-sizing: border-box;
}
.careers-people3 h2 {
  width: 440px;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 40px;
}
.careers-people3 a {
  display: block;
  width: 130px;
  height: 40px;
  border: 2px solid #c6092d;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  color: #c6092d;
  font-weight: bold;
  line-height: 36px;
  margin: auto;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.careers-people3 a:hover {
  background: #c6092d;
  color: #fff;
}
/*peopleDetail*/
.careers-peopleDetail1 {
  max-width: 800px;
  margin: 60px auto;
}
.careers-peopleDetail1 h2 {
  color: inherit;
  /* margin-bottom: 50px; */
}
.careers-peopleDetail1 p {
  font-size: 14px;
  line-height: 26px;
  margin: 25px auto 40px;
  color: #939393;
}
.careers-peopleDetail1 video {
  display: block;
  width: 100%;
  height: auto;
}
.careers-peopleDetail2 {
  position: relative;
  padding: 60px 0 0;
}

/*develop*/
.careers-develop1 {
  max-width: 1200px;
  padding: 0 20px;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
}
/* .careers-develop1 .careers-left div{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #efefef;
    padding: 30px;
    margin: 15px 0;
} */
.careers-develop1 .careers-left div span {
  display: inline-block;
  margin-bottom: 10px;
}
.careers-develop1 .careers-left div p {
  color: #c6092d;
}
.careers-develop1 .careers-left div b {
  display: block;
  float: left;
  width: 6px;
  height: 6px;
  background-color: #c6092d;
  border-radius: 3px;
  margin: 11px 10px 3px 0;
}
.careers-develop2 {
  padding: 60px 20px;
  background-color: #f2f2f2;
}
.careers-develop2 h2,
.careers-develop2 p {
  max-width: 1200px;
  margin: auto;
}
.careers-develop2 h2 {
  margin-bottom: 40px;
}
.careers-develop2 p {
  font-size: 14px;
  color: #939393;
  line-height: 26px;
}

/*choose*/
.careers-choose1 {
  max-width: 1200px;
  padding: 0 20px;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
}
.careers-choose1 .careers-left {
  width: 50.80646%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.careers-choose1 p span {
  color: #c6092d;
  font-weight: bold;
}
.careers-choose2 {
  padding: 60px 20px;
  background-color: #f2f2f2;
}
.careers-choose2 ul {
  max-width: 1200px;
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.careers-choose2 h2 span {
  color: #333;
}
.careers-choose2 h2 span br.mobile {
  display: none;
}
.careers-choose2 li {
  width: 25%;
  float: left;
  margin-top: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.careers-choose2 li img {
  display: block;
  margin: auto;
  width: 103px;
  height: auto;
}
.careers-choose2 li h3 {
  margin: 20px auto;
  font-size: 18px;
  color: #c6092d;
}
.careers-choose2 li p {
  line-height: 22px;
  font-size: 12px;
}
.careers-choose2 li a {
  color: #c6092d;
  text-decoration: underline;
}
.careers-choose2 ul figure {
  position: absolute;
  width: 16.5%;
  height: 14px;
  background-image: url(../img/careers/choose/choose_line.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  top: 129px;
  z-index: 0;
}
.careers-choose2 ul .line1 {
  left: 16.79167%;
}
.careers-choose2 ul .line2 {
  left: 41.79167%;
}
.careers-choose2 ul .line3 {
  left: 66.79167%;
}

/*jobBottom*/
.careers-jobBottom {
  overflow: hidden;
  border-style: solid;
  border-width: 1px 0;
  border-color: #efefef;
}
.careers-jobBottom div {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 50px 0;
  text-align: center;
}
.careers-jobBottom div a {
  color: #c6092d;
}
.careers-jobBottom .job-mail {
  border-right: 1px solid #efefef;
}

/*job*/
.careers-job1 {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 60px auto;
}
.careers-job1 ul {
  margin-top: 50px;
  overflow: hidden;
}
.careers-job1 ul li {
  width: 33.33333%;
  height: 350px;
  float: left;
  box-sizing: border-box;
  transition: all 0.4s ease;
  border-bottom: 1px solid #efefef;
}
.careers-job1 b {
  display: block;
  width: 86px;
  height: 86px;
  background-color: #c6092d;
  border-radius: 50%;
  text-align: center;
  line-height: 86px;
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  margin: 70px auto 0;
  transition: all 0.4s ease;
}
.careers-job1 h3 {
  font-size: 20px;
  margin: 30px auto;
  text-align: center;
  transition: all 0.4s ease;
}
.careers-job1 em {
  display: block;
  width: 126px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #c6092d;
  color: #c6092d;
  box-sizing: border-box;
  border-radius: 20px;
  margin: auto;
  transition: all 0.4s ease;
}
.careers-job1 ul li:hover {
  background-color: #c6092d;
}
.careers-job1 li:hover b {
  color: #c6092d;
  background-color: #fff;
}
.careers-job1 li:hover h3 {
  color: #fff;
}
.careers-job1 li:hover em {
  color: #fff;
  border-color: #fff;
  background-color: #c6092d;
}

/*jobDetail*/
.careers-jobDetail h1 {
  font-weight: bold;
}
.careers-jobDetail1 {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 45px auto;
  box-sizing: border-box;
}
.careers-jobDetail1 .jobDetail-btn {
  width: 100%;
  height: 42px;
  padding: 25px 0;
}
.careers-jobDetail1 .jobDetail-btn .job-back {
  display: inline-block;
  float: left;
  color: #c6092d;
  font-weight: bold;
  margin-top: 11px;
}
.careers-jobDetail1 .jobDetail-btn .job-back b {
  display: inline-block;
  margin-right: 10px;
}
.careers-jobDetail1 .jobDetail-btn .job-next,
.careers-jobDetail1 .jobDetail-btn .job-prev {
  display: inline-block;
  float: right;
  width: 146px;
  height: 42px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 20px;
  border: 1px solid #efefef;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.careers-jobDetail1 .jobDetail-btn .job-next:hover,
.careers-jobDetail1 .jobDetail-btn .job-prev:hover {
  color: #c6092d;
  border-color: #c6092d;
}
.careers-jobDetail1 .job-list li {
  border-bottom: 1px solid #efefef;
}
.careers-jobDetail1 .job-list li:first-child {
  padding-top: 30px;
  border-top: 1px solid #efefef;
}
.careers-jobDetail1 .job-list h3 {
  font-size: 30px;
  color: #c6092d;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.careers-jobDetail1 .job-list h4 {
  font-size: 16px;
  color: #c6092d;
  font-weight: bold;
  padding: 25px 0;
}
.careers-jobDetail1 .job-list .jobDetail-con {
  margin-bottom: 50px;
  line-height: 26px;
}
.jobDetail-mobile-btn {
  display: none;
}

/*problem*/
.careers-problem {
  max-width: 1060px;
  padding: 0 20px;
  margin: 60px auto;
  position: relative;
}
.careers-problem ul {
  margin-top: 50px;
}
.careers-problem li {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #efefef;
}
.careers-problem li:last-child {
  border-bottom: 1px solid #efefef;
}
.careers-problem li h3 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 35px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.careers-problem li.open h3 {
  color: #c6092d;
}
.careers-problem li h3:before,
.careers-problem li h3:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #333;
  left: 8px;
  top: 42px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.careers-problem li h3:before {
  width: 16px;
  height: 2px;
}
.careers-problem li h3:after {
  width: 2px;
  height: 16px;
}
.careers-problem li.open h3:before {
  background-color: #c6092d;
}
.careers-problem li.open h3:after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.careers-problem li p {
  margin-top: 25px;
  font-size: 14px;
  color: #939393;
  padding-left: 35px;
  display: none;
}
.careers-problem li p .problem_link {
  color: #c6092d;
}

/* spring start */
.careers-job1 ul li {
  position: relative;
  border-bottom: 1px solid #efefef;
}
.careers-job1 ul li:nth-child(3n-1):before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #efefef;
  position: absolute;
  top: 0;
  left: 0;
}
.careers-job1 ul li:nth-child(3n-1):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #efefef;
  position: absolute;
  top: 0;
  right: 0;
}
.careers-job1 ul {
  position: relative;
}
/* .careers-job1 ul:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #efefef;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px 0 0 0;
} */
.careers-job1 em {
  border: 1px solid #fff;
}
.careers-jobDetail1 .job-list .circle {
  width: 24px;
  height: 24px;
  background: #666 url("../imgMobile/career/arrow.png") no-repeat 50% 50%;
  background-size: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin: -12px 0 0 0;
  right: 0;
}
.careers-develop1 .block {
  border: 1px solid #efefef;
  margin: 20px 0;
  padding: 20px;
}
.careers-develop1 .block p {
  color: #c6092d;
}
.careers-develop1 .block span {
  margin: 0 0 5px 0;
  display: block;
}
.careers-develop1 .block b {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #c6092d;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.mobileBr {
  display: none;
}
/* spring end */

@media screen and (max-width: 1320px) {
  .people-list {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .careers-people2,
  .careers-peopleDetail2 {
    padding: 40px 20px 15px 20px;
  }
  .people-list {
    padding: 20px 0 0 0;
  }
  .people-list b {
    display: none;
  }
  .people-list h3 {
    font-size: 15px;
    margin: 10px 0 0;
  }
  .people-list p {
    font-size: 12px;
  }
  /* spring start */
  h2.careers-title {
    font-size: 24px;
    line-height: 24px;
    color: #333;
  }
  .careers-problem {
    margin: 40px auto;
  }
  .careers-problem ul {
    margin: 40px 0 0 0;
  }
  .careers-problem li h3 {
    font-size: 15px;
    padding-left: 20px;
  }
  .careers-problem li h3:before {
    width: 12px;
  }

  .careers-problem li h3:after {
    height: 12px;
  }
  .careers-problem li h3:before,
  .careers-problem li h3:after {
    top: 30px;
  }
  .careers-problem li {
    padding: 20px 0;
  }
  .careers-problem li p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    margin: 10px 0 0 0;
  }
  .careers-joinlink {
    height: auto;
    background: url("../img/redBlockBg.jpg") repeat;
  }
  .careers-joinlink span {
    font-size: 14px;
    color: #fff;
  }
  .careers-joinlink .joinus_text {
    color: #cc0033;
  }
  .careers-joinlink em {
    height: auto;
    text-align: center;
    line-height: 30px;
  }
  .careers-joinlink a {
    float: none;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    margin: 10px auto 0;
    height: 40px;
    line-height: 40px;
    width: 120px;
    box-sizing: border-box;
  }
  .careers-joinlink b {
    background: #fff;
    color: #c6092d;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    margin: 0 10px 0 0;
  }

  /* spring end */
}

@media screen and (max-width: 1023px) {
  /*choose*/
  .careers-choose2 ul figure {
    display: none;
  }
  .careers-choose2 li {
    width: 100%;
    margin-top: 30px;
  }
  .careers-choose2 li h3 {
    margin: 15px auto;
  }
}

@media screen and (max-width: 767px) {
  h2.careers-title {
    font-size: 20px;
    line-height: 20px;
  }

  /*choose*/
  .careers-choose2 h2 span br.mobile {
    display: block;
  }

  /*job-bottom*/
  .careers-jobBottom {
    padding: 0 20px;
    border: none;
  }
  .careers-jobBottom div {
    width: 100%;
    padding: 15px 0;
  }
  .careers-jobBottom .job-mail {
    border: none;
    border-bottom: 1px solid #efefef;
  }

  /*job*/
  .careers-job1 {
    margin: 40px auto 0;
  }
  .careers-job1 ul {
    margin-top: 40px;
  }
  .careers-job1 ul li {
    width: 50%;
    height: 200px;
  }
  .careers-job1 b {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-top: 20px;
  }
  .careers-job1 h3 {
    font-size: 14px;
    margin: 10px 0 0 0;
    height: 40px;
    font-weight: bold;
  }
  .careers-job1 em {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    border: none;
  }

  /*jobDetail*/
  .careers-jobDetail1 {
    margin: 0;
  }
  .careers-jobDetail1 .jobDetail-btn {
    display: none;
  }
  .careers-jobDetail1 .job-list li:first-child {
    border-top: none;
    padding-top: 15px;
  }
  .careers-jobDetail1 .job-list h3 {
    font-size: 20px;
  }
  .careers-jobDetail1 .job-list h4 {
    padding: 15px 0;
  }
  .careers-jobDetail1 .job-list .jobDetail-con {
    margin-bottom: 35px;
  }
  .jobDetail-mobile-btn {
    display: block;
    margin: 40px auto;
    width: 120px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 13px;
    border-radius: 16px;
    color: #fff;
    background-color: #c6092d;
  }
  .jobDetail-mobile-btn b {
    display: inline-block;
    margin-right: 5px;
  }
  /* spring start */
  .careers-job1 {
    padding: 0;
  }
  .careers-job1 ul {
    border-top: 1px solid #efefef;
  }
  .careers-job1 ul li {
    height: auto;
    padding: 0 0 25px 0;
    border: none;
  }
  .careers-job1 b {
    margin-top: 45px;
  }
  .careers-job1 ul li:nth-child(3n-1):before,
  .careers-job1 ul li:nth-child(3n-1):after {
    display: none;
  }
  .careers-job1 ul:after {
    display: none;
  }
  .careers-job1 ul li {
    border: none;
  }
  .careers-job1 ul li:nth-child(2n-1):before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #efefef;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
  }
  .careers-job1 ul li:nth-child(2n-1):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #efefef;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
  }
  .careers-job1 ul li:nth-child(2n):before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #efefef;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
  }
  .careers-job1 h3 {
    padding: 0 20px;
  }
  .careers-job1 em {
    font-size: 12px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    border: none;
  }
  .careers-jobBottom {
    background: #f7f7f7;
    margin: 0;
    padding: 0 4%;
  }
  .careers-jobBottom div {
    line-height: 20px;
  }
  .careers-jobBottom .job-mail {
    padding: 40px 0 20px;
  }
  .careers-jobBottom .job-find {
    padding: 20px 0 40px;
  }
  .bannerSwiper.career .txtCon h1 {
    font-size: 25px;
    line-height: 33px;
  }
  .careers-jobDetail1 .job-list h3 {
    color: #333;
  }
  .careers-jobDetail1 .job-list h4 {
    display: none;
  }
  .careers-jobDetail1 .job-list .jobDetail-con {
    display: none;
  }
  .careers-jobDetail1 .job-list li.active h4 {
    display: block;
  }
  .careers-jobDetail1 .job-list li.active .jobDetail-con {
    display: block;
  }
  .careers-jobDetail1 .job-list li.active h3 {
    color: #c6092d;
  }
  .careers-jobDetail1 .job-list li.active .circle {
    background: #c6092d url(../imgMobile/career/arrowUp.png) no-repeat 50% 50%;
    background-size: 10px;
  }
  .careers-jobDetail1 .job-list li {
    border: none;
  }
  .careers-jobDetail1 .job-list li.active {
    border-bottom: 1px solid #efefef;
  }
  h2.careers-title-only {
    margin: 40px auto;
  }
  .careers-choose1 {
    margin: 40px auto;
    padding: 0 20px;
  }
  .careers-choose1 .careers-left {
    position: relative;
    width: 100%;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
    line-height: 20px;
  }
  .careers-right {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .careers-choose2 {
    padding: 40px 20px;
  }
  h2.careers-title.redTxt {
    color: #c6092d;
    line-height: 32px;
  }
  .careers-choose2 h2 span {
    color: #939393;
  }
  .careers-choose2 li h3 {
    font-size: 20px;
  }
  .careers-develop1 .careers-left {
    position: relative;
    width: 100%;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
    line-height: 20px;
  }
  .careers-develop1 {
    margin: 40px auto;
    /* padding: 0 4%; */
    padding: 0 20px;
  }
  .careers-develop1 .block p {
    line-height: 20px;
  }
  .careers-develop1 .block p + p {
    margin: 5px 0 0 0;
  }
  .careers-develop2 {
    /* padding: 40px 4%; */
    padding: 40px 20px;
  }
  .careers-develop2 h2.careers-title {
    color: #c6092d;
    margin-bottom: 15px;
  }
  .mobileBr {
    display: block;
  }
  .careers-develop2 p {
    font-size: 14px;
    line-height: 20px;
  }
  .careers-people1 {
    margin: 40px auto;
    padding: 0 20px;
  }
  .careers-people1 .careers-title {
    color: #c6092d;
    text-align: center;
  }
  .careers-people1 p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 15px 0;
  }
  .careers-people1 p br {
    display: none;
  }
  .careers-people1 a {
    background: #c6092d;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    background: #c6092d;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c6092d;
    width: 120px;
    box-sizing: border-box;
  }

  .careers-people2 .careers-title {
    color: #c6092d;
    text-align: center;
  }
  .careers-peopleDetail2 .hasVideo h3,
  .careers-people2 .hasVideo h3 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin: 20px 0 9px;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
  .careers-peopleDetail2 .hasVideo,
  .careers-people2 .hasVideo p {
    font-size: 12px;
    color: #939393;
    margin-bottom: 0;
  }
  .careers-peopleDetail2 .hasVideo p,
  .careers-people2 .hasVideo p {
    margin-bottom: 30px;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
    overflow: hidden;
  }
  .careers-people3 {
    position: relative;
    height: 268px;
    margin-top: 25px;
    background-image: url(../imgMobile/career/bannerImg-4.jpg);
    padding: 85px 0 0 0;
  }
  .careers-people3 h2 {
    font-size: 20px;
    line-height: 27px;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .careers-people3 a {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c6092d;
    width: 120px;
    color: #c6092d;
    box-sizing: border-box;
  }
  .careers-peopleDetail1 {
    margin: 40px auto 0;
    padding: 0 4%;
  }
  .careers-peopleDetail1 h2 {
    margin: 0 0 10px 0;
  }
  .careers-peopleDetail1 p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 40px;
  }
  .careers-joinlink.lst {
    background: none;
  }
  .careers-joinlink.lst b {
    display: none;
  }
  .careers-joinlink.lst span {
    font-size: 24px;
    line-height: 32px;
    color: #c6092d;
    font-weight: bold;
  }
  .careers-joinlink.lst a {
    border: 1px solid #c6092d;
    color: #c6092d;
  }
  .careers-peopleDetail2 {
    background: #eee;
  }
  .careers-peopleDetail2 .careers-title {
    color: #c6092d;
  }
  .careers-choose2 li p {
    font-size: 14px;
    color: #939393;
  }
  /* spring end */
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 320px) {
}
