.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 71px;
  position: relative;
}
.main .text {
  text-align: justify;
}
.main .goUp {
  width: 84px;
  height: 84px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 140px;
}
.main .goUp img {
  width: 100%;
  display: block;
}
.desCon {
  width: 100%;
  text-align: center;
  padding-top: 100px;
}
.desCon .desTop {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  text-align: center;
  padding-bottom: 46px;
}
.desCon .careersType {
  width: 100%;
}
.desCon .careersType .titleBg {
  width: 100%;
  position: sticky;
  top: 0;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  z-index: 4;
}
.desCon .careersType .titleBg .bgMove {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f6f6f6;
}
.desCon .careersType .topType {
  top: 70px;
}
.desCon .careersType .typeTitle {
  width: 100%;
  height: 90px;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  font-size: 24px;
}
.desCon .careersType .typeTitle .typeTitCk {
  height: 90px;
  padding-top: 20px;
  box-sizing: border-box;
  margin-right: 80px;
  cursor: pointer;
  position: relative;
}
.desCon .careersType .typeTitle .typeTitCk::after {
  content: "";
  width: 0;
  height: 2px;
  background: #B81C25;
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.desCon .careersType .typeTitle .typeTitCk:hover {
  color: #B81C25;
}
.desCon .careersType .typeTitle .typeTitCk:hover::after {
  width: 100%;
}
.desCon .careersType .typeTitle .ck {
  color: #B81C25;
}
.desCon .careersType .typeTitle .ck::after {
  width: 100%;
}
.desCon .careersType .typeTitle .ck .h5R {
  font-weight: bold;
}
.desCon .careersType .typeCon {
  width: 100%;
  background: #f6f6f6;
  padding-bottom: 250px;
  display: none;
}
.desCon .careersType .typeCon .infoul {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.desCon .careersType .typeCon .infoul .infoLi {
  padding: 90px 0;
  border-bottom: 1px solid #9FA3A5;
  width: 100%;
  display: none;
}
.desCon .careersType .typeCon .infoul .infoLi .liTitle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  font-size: 40px;
  font-weight: bold;
  font-family: "MyFont1";
}
.desCon .careersType .typeCon .infoul .infoLi .liTitle .liTit {
  width: calc(100% - 220px);
  line-height: 84px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.desCon .careersType .typeCon .infoul .infoLi .liTitle .btn {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B2B5B7;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  transform: scale(1);
  min-width: 84px;
}
.desCon .careersType .typeCon .infoul .infoLi .liTitle .btn::before {
  content: '';
  width: 17px;
  height: 3px;
  background-color: #fff;
  z-index: 2;
}
.desCon .careersType .typeCon .infoul .infoLi .liTitle .btn::after {
  content: '';
  width: 3px;
  height: 17px;
  background-color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desCon .careersType .typeCon .infoul .infoLi .liTitle .btn .btnjbg {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  background-color: #B81C25;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0);
  transform-origin: center center;
}
.desCon .careersType .typeCon .infoul .infoLi .infoSonLi {
  width: 100%;
  height: 0px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 0px dashed #000000;
  margin-bottom: 0px;
  padding-top: 0px;
  transition: padding 1s ease-in-out;
  text-align: left;
}
.desCon .careersType .typeCon .infoul .infoLi .infoSonLi:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.desCon .careersType .typeCon .infoul .infoLi .infoSonLi:last-child .btn {
  margin-bottom: 0;
}
.desCon .careersType .typeCon .infoul .infoLi .infoSonLi > p:first-child {
  color: #B81C25;
}
.desCon .careersType .typeCon .infoul .infoLi .infoSonLi .h4 {
  margin-top: 50px;
  font-size: 24px;
  font-family: 'MyFont1';
  font-weight: bold;
}
.desCon .careersType .typeCon .infoul .infoLi .infoSonLi .h4:first-child {
  margin-top: 0;
  color: #B81C25;
}
.desCon .careersType .typeCon .infoul .infoLi .infoSonLi .h5R {
  margin-top: 30px;
  font-size: 20px;
  line-height: 44px;
}
.desCon .careersType .typeCon .infoul .infoLi .infoSonLi .text {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #9fa3a5;
  font-size: 20px;
  line-height: 44px;
}
.desCon .careersType .typeCon .infoul .infoLi .infoSonLi .btn {
  margin: 80px 0 120px;
}
.desCon .careersType .typeCon .infoul .infoLiShow .liTitle .btn::after {
  display: none;
}
.desCon .careersType .typeCon .infoul .infoLiShow .liTitle .btn .btnjbg {
  transform: scale(1);
}
.desCon .careersType .typeCon .infoul .infoLiShow .infoSonLi {
  border-bottom: 1px dashed #000000;
  margin-bottom: 95px;
  padding-top: 45px;
  padding-bottom: 100px;
}
.desCon .careersType .typeCon .infoul .infoLiShow .infoSonLi:last-child {
  padding-bottom: 10px;
}
.desCon .careersType .typeCon .all .infoLi {
  display: block;
}
.desCon .careersType .typeConShow {
  display: block;
}
.desCon .careersType .typeCon2 {
  text-align: left;
}
.desCon .careersType .typeCon2 .infoul {
  padding-top: 70px;
}
.desCon .careersType .typeCon2 .infoul > .title {
  font-size: 40px;
  padding: 70px 0px 43px;
}
.desCon .careersType .typeCon2 .infoul .newsType {
  width: 100%;
  height: 100%;
}
.desCon .careersType .typeCon2 .infoul .newsType .newsLi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #acacac5e;
  box-sizing: border-box;
  padding: 27px 8px;
  transition: all 0.3s ease-in-out;
}
.desCon .careersType .typeCon2 .infoul .newsType .newsLi:last-child {
  border-bottom: 0px solid #ACACAC;
}
.desCon .careersType .typeCon2 .infoul .newsType .newsLi .timer {
  width: 65px;
  height: 66px;
  border-radius: 8px;
  border: 1px solid #A7A5A5;
  text-align: center;
  font-size: 12px;
  padding: 0px 12px 0;
  box-sizing: border-box;
}
.desCon .careersType .typeCon2 .infoul .newsType .newsLi .timer .timerData {
  font-size: 26px;
  color: #b81c25;
  border-bottom: 1px solid #b81c25;
  padding-bottom: 3px;
  margin-bottom: 3px;
  line-height: 30px;
  padding-top: 4px;
}
.desCon .careersType .typeCon2 .infoul .newsType .newsLi .newsLiCon {
  width: calc(100% - 80px);
  font-size: 18px;
  text-align: left;
}
.desCon .careersType .typeCon2 .infoul .newsType .newsLi .newsLiCon > div {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 24px;
  text-overflow: ellipsis;
}
.desCon .careersType .typeCon2 .infoul .newsType .newsLi .newsLiCon .liTitle {
  color: #231F20;
  font-weight: 500;
  margin-bottom: 8px;
  padding-top: 6px;
}
.desCon .careersType .typeCon2 .infoul .newsType .newsLi .newsLiCon .licon {
  font-weight: 400;
  color: #999999;
  font-size: 16px;
}
.desCon .careersType .typeCon2 .infoul .newsType .newsLi:hover {
  background: rgba(184, 28, 37, 0.05);
}
.desCon .careersType .typeCon2 .infoul .newsType .newsLi:hover .newsLiCon .liTitle {
  color: #B81C25;
}
.desCon .careersType .typeCon2 .infoul .btnNew {
  text-align: center;
}
.desCon .careersType .typeCon2 .infoul .btn3 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 59px auto 0px;
  font-size: 14px;
}
.desCon .careersType .typeCon2 .infoul .btn3 span {
  font-size: 26px;
}
.desCon .careersType .typeCon2 .infoul .inLiCon {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 38px 47px;
  background: #B81C25;
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  margin-top: 80px;
  font-size: 24px;
}
.desCon .careersType .typeCon2 .infoul .inLiCon .title {
  font-size: 28px;
}
.desCon .careersType .typeCon2 .infoul .inLiCon .liLine {
  width: 1px;
  height: 55px;
  background: #ffffff;
  opacity: 0.5;
}
.desCon .careersType .typeCon2 .infoul .inLiCon .iconfont {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: #ffffff;
  border-radius: 20px;
  color: #B81C25;
  font-size: 16px;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
  position: relative;
  top: -3px;
}
.desCon .contactUs {
  width: 100%;
  text-align: center;
}
.desCon .contactUs .contactCon {
  width: 100%;
  max-width: 1300px;
  height: 750px;
  margin: 0px auto;
  padding: 120px 0px 180px;
  display: flex;
  text-align: left;
}
.desCon .contactUs .contactCon > div {
  width: 50%;
  box-sizing: border-box;
}
.desCon .contactUs .contactCon > div .contactUsTit {
  font-size: 60px;
  margin-bottom: 50px;
}
.desCon .contactUs .contactCon > div .text {
  font-size: 24px;
  color: #9FA3A5;
  margin-bottom: 26px;
}
.desCon .contactUs .contactCon > div .text1 {
  font-size: 20px;
  color: #231F20;
}
.desCon .contactUs .contactCon > div .contactType {
  font-size: 40px;
  margin-top: 200px;
  margin-bottom: 43px;
}
.desCon .contactUs .contactCon > div img {
  width: 750px;
  height: 750px;
  display: block;
}
@media screen and (min-width: 801px) and (max-width: 1400px) {
  .careersType .typeCon,
  .careersType .titleBg {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.mTxt {
  display: none;
}
@media screen and (max-width: 800px) {
  .pcTxt {
    display: none;
  }
  .mTxt {
    display: block;
  }
  .main {
    padding-top: 61px;
  }
  .main .goUp {
    width: 42px;
    height: 42px;
    bottom: 30px;
    right: 50%;
    transform: translateX(21px);
  }
  .desCon {
    padding-top: 50px;
    box-sizing: border-box;
  }
  .desCon .desTop {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .desCon .desTop .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
  }
  .desCon .desTop > div {
    width: 100%;
  }
  .desCon .desTopImg {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .desCon .careersType .titleBg {
    top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .desCon .careersType .typeTitle {
    width: 100%;
    height: 50px;
    margin: 0px 0px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-x: auto;
    font-size: 14px;
  }
  .desCon .careersType .typeTitle .typeTitCk {
    height: 50px;
    margin-right: 30px;
    line-height: 10px;
    white-space: nowrap;
  }
  .desCon .careersType .typeTitle .typeTitCk:last-child {
    margin-right: 0;
  }
  .desCon .careersType .typeTitle .ck {
    border-bottom: 2px solid #B81C25;
  }
  .desCon .careersType .typeCon {
    padding: 0px 15px 110px;
    box-sizing: border-box;
  }
  .desCon .careersType .typeCon .infoul .infoLi {
    padding: 45px 0;
  }
  .desCon .careersType .typeCon .infoul .infoLi .liTitle {
    align-items: center;
    font-size: 24px;
  }
  .desCon .careersType .typeCon .infoul .infoLi .liTitle .liTit {
    height: auto;
    line-height: 30px;
    width: calc(100% - 60px);
    overflow: initial;
  }
  .desCon .careersType .typeCon .infoul .infoLi .liTitle .btn {
    width: 40px;
    height: 40px;
    left: 0px;
    min-width: 40px;
  }
  .desCon .careersType .typeCon .infoul .infoLi .liTitle .btn .btnjbg {
    left: 0px;
  }
  .desCon .careersType .typeCon .infoul .infoLi .liTitle .btn::before {
    content: '';
    width: 8px;
    height: 2px;
  }
  .desCon .careersType .typeCon .infoul .infoLi .liTitle .btn::after {
    content: '';
    width: 2px;
    height: 8px;
  }
  .desCon .careersType .typeCon .infoul .infoLi .infoSonLi .h4 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    font-weight: bold;
  }
  .desCon .careersType .typeCon .infoul .infoLi .infoSonLi .h5R {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .desCon .careersType .typeCon .infoul .infoLi .infoSonLi .text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
  }
  .desCon .careersType .typeCon .infoul .infoLi .infoSonLi .btn {
    margin: 50px 0 60px;
  }
  .desCon .careersType .typeCon .infoul .infoLiShow .liTitle .btn::before {
    width: 8px;
    height: 2px;
  }
  .desCon .careersType .typeCon .infoul .infoLiShow .infoSonLi {
    margin-bottom: 15px;
    border-bottom: 1px solid #231F20;
  }
  .desCon .careersType .typeCon2 .infoul {
    padding-top: 10px;
  }
  .desCon .careersType .typeCon2 .infoul > .title {
    font-size: 32px;
    padding: 40px 0px 15px;
  }
  .desCon .careersType .typeCon2 .infoul .newsType .newsLi {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .desCon .careersType .typeCon2 .infoul .newsType .newsLi .newsLiCon {
    font-size: 16px;
    padding-top: 4px;
  }
  .desCon .careersType .typeCon2 .infoul .newsType .newsLi .newsLiCon > div {
    height: 20px;
  }
  .desCon .careersType .typeCon2 .infoul .newsType .newsLi .newsLiCon .liTitle {
    margin-bottom: 8px;
  }
  .desCon .careersType .typeCon2 .infoul .btn {
    margin: 20px auto 0px;
  }
  .desCon .careersType .typeCon2 .infoul .btn3 {
    margin: 20px auto 0px;
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
  }
  .desCon .careersType .typeCon2 .infoul .inLiCon {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 30px 23px;
    border-radius: 4px;
    margin-top: 47px;
  }
  .desCon .careersType .typeCon2 .infoul .inLiCon .liLine {
    display: none;
  }
  .desCon .careersType .typeCon2 .infoul .inLiCon > div {
    width: 100%;
    height: 20px;
    margin-bottom: 15px;
    line-height: normal;
    padding-left: 38px;
    box-sizing: border-box;
  }
  .desCon .careersType .typeCon2 .infoul .inLiCon .title {
    width: 100%;
    text-align: center;
    padding-bottom: 14px;
    height: auto;
    font-size: 16px;
    padding-left: 0px;
    line-height: normal;
    border-bottom: 1px solid #ffffff81;
    margin-bottom: 20px;
  }
  .desCon .careersType .typeCon2 .infoul .inLiCon .iconfont {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 12px;
    top: 0px;
  }
  .desCon .careersType .typeCon2 .infoul .inLiCon a {
    color: #fff;
  }
  .desCon .contactUs .contactCon {
    height: auto;
    margin: 0px auto;
    padding: 105px 15px 115px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .desCon .contactUs .contactCon > div {
    width: 100%;
  }
  .desCon .contactUs .contactCon > div .contactUsTit {
    font-size: 60px;
    margin-bottom: 38px;
    font-size: 32px;
    line-height: normal;
  }
  .desCon .contactUs .contactCon > div .text {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .desCon .contactUs .contactCon > div .text1 {
    font-size: 14px;
    line-height: 28px;
  }
  .desCon .contactUs .contactCon > div .contactType {
    font-size: 18px;
    margin-top: 70px;
    margin-bottom: 30px;
    line-height: normal;
  }
  .desCon .contactUs .contactCon > div img {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}

