.inquiry-form-right-about .lr-radius {
    background-color: #ffffff;
    color: #7CBC26;
    display: inline-block;
    position: relative;
    line-height: 50px;
    border: solid 1px #ffffff;
    width: 210px;
    height: 50px;
    border-radius: 25px;
  }
  .about-tab-container{
    height: 45px;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(97, 97, 97, 0.2);
  }
  .inquiry-form-right-about .lr-radius img {
    display: inline-block;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px !important;
    top: 5px !important;
  }
  
  .nav-pills .nav-link {
    width: 100%;
    border-radius: 0;
    padding: 10px 0px;
    color: black;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .nav-pills .nav-item {
    width: 20%;
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    background-color: #7CBC26;
  }
  
  .banner {
    position: relative;
  }
  
  .banner img {
    width: 100%;
    height: auto;
  }
  
  .banner-text {
    position: absolute;
    top: 34%;
    left: 13%;
  }
  
  .banner-text>p:nth-of-type(1) {
    font-size: 42px;
    line-height: 66px;
    color: #FFFFFF;
    font-weight: 600;
  }
  
  .banner-text>p:nth-of-type(2) {
    font-size: 42px;
    line-height: 66px;
    color: #FFFFFF;
    font-weight: 600;
  }
  
  .banner-text>p:nth-of-type(3) {
    margin-top: 29px;
    padding: 0 22px;
    font-size: 20px;
    line-height: 46px;
    color: #FFFFFF;
    letter-spacing: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .about-copyimg {
    display: none !important;
    width: 22px !important;
    height: 22px !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
  }
  @media(max-width:1300px) {
    .banner-text {
      left: 10%;
    }
  
    .banner-text>p {}
  
    .banner-text>p:nth-of-type(1) {
      font-size: 30px;
      line-height: 40px;
    }
  
    .banner-text>p:nth-of-type(2) {
      font-size: 30px;
      line-height: 40px;
    }
  
    .banner-text>p:nth-of-type(3) {
      margin-top: 11px;
      font-size: 17px;
      line-height: 36px;
      letter-spacing: 7px;
    }
  }
  
  @media(max-width:768px) {
    .banner-text {
      width: 100%;
      left: 0;
    }
  
    .banner-text>p {
      width: 100%;
      text-align: center;
    }
  
    .banner-text>p:nth-of-type(1) {
      font-size: 20px;
      line-height: 40px;
    }
  
    .banner-text>p:nth-of-type(2) {
      font-size: 20px;
      line-height: 40px;
    }
  
    .banner-text>p:nth-of-type(3) {
      font-size: 14px;
      line-height: 30px;
      letter-spacing: 3px;
      margin: 0 auto;
      margin-top: 10px;
      width: 70%;
      padding: 0 0px;
    }
    .about-copyimg {
      display: block !important;
    }
  }
  
  @media(max-width:768px) {
    .banner {
      position: relative;
      width: 100%;
      overflow: hidden;
      text-align: center;
      height: 240px;
      margin-bottom: 0px;
    }
  
    .banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 240px;
    }
  }
  
  .about-options {
    font-size: 16px;
    color: #333333;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  
  @media(max-width:768px) {
    .about-tab-container{
      display: flex;
      justify-content: center;
    }
    .nav-pills{
      width: auto;
      overflow-x: auto;
      flex-wrap: nowrap;
      justify-content: flex-start;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .nav-pills::-webkit-scrollbar{
      display: none;
    }
    .nav-pills .nav-item {
      width: auto;
      height: 100%;
      padding: 0;
      white-space: nowrap;
    }
  
    .nav-pills .nav-item .nav-link {
      padding: 5px 12px;
      width: 100%;
      font-size: 15px;
      box-sizing: border-box;
      /* height: 100%; */
      /* line-height: 36px; */
    }
  
    .about-option {
      height: 60px;
      width: auto;
      display: flex;
      justify-content: start;
      flex-wrap: nowrap;
      overflow: scroll;
      overflow-y: hidden;
      align-items: start;
      transform: translateY(20px);
    }
  
    .online-solution-box {
      padding: 0 12px;
    }
  
    .about-option .nav-item {
      height: 40px;
      margin-top: -10px;
      margin: 0;
      padding: 0;
    }
  
    .about-option .nav-item .nav-link {
      width: 100%;
      white-space: nowrap;
    }
  }
  
  .profile-statistic {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 91px;
  }
  
  .profile-statistic div {
    width: 193px;
    height: 193px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #E3E3E3;
  }
  
  .profile-statistic div p {
    margin-bottom: 0;
  }
  
  .profile-statistic>div>p:nth-of-type(1) {
    letter-spacing: 0;
    font-size: 43px;
    color: #7CBC26;
    font-weight: 600;
    margin-top: 12px;
  }
  
  .profile-statistic>div>p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 16px;
    color: #333333;
  }
  
  .tab-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 90px;
  }
  
  .tab-content .option-title {
    text-indent: 0;
  }
  
  @media(max-width:768px) {
    .tab-content {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #333333;
      padding-bottom: 50px;
    }
  }
  
  .about-inner-box {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .about-inner-box>div:nth-of-type(1) {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  
  .about-inner-box p {
    font-size: 18px;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 15px;
  }
  
  .about-inner-box>div:nth-of-type(1)>p {
    padding: 0 12px;
  }
  
  .about-inner-box>div:nth-of-type(1)>p:nth-of-type(1) {
    text-indent: 0;
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    text-align: center;
  }
  
  .about-inner-box .profile-statistic p {
    text-indent: 0;
  }
  
  @media(max-width:768px) {
    .about-inner-box {
      width: 100%;
    }
  
    .about-inner-box>div:nth-of-type(1) {
      width: 100% !important;
    }
  
    .about-inner-box>div:nth-of-type(1) p {
      padding: 0 12px;
      font-size: 14px;
    }
  
    .about-culture-box .about-culture-text p {
      padding: 0 !important;
    }
  
    .about-inner-box>div:nth-of-type(1)>p:nth-of-type(1) {
      font-size: 20px;
    }
  
    .about-inner-box>img {
      width: 33% !important;
      height: auto !important;
    }
  
    .profile-statistic {
      flex-direction: row;
      flex-wrap: wrap;
      padding-bottom: 30px;
    }
  
    .profile-statistic div {
      width: 160px;
      height: 160px;
      margin-bottom: 15px;
    }
  
    .profile-statistic>div>p:nth-of-type(2) {
      font-size: 12px;
      padding: 0;
      margin: 0;
    }
  
    .profile-statistic>div>p:nth-of-type(1) {
      padding: 0;
      padding-bottom: 8px;
      margin-top: 0;
      font-size: 30px;
    }
  
    .profile-statistic>div>p:nth-of-type(1) span {
      font-size: 24px !important;
    }
  
    .about-inner-box p {
      margin-bottom: 8px;
      line-height: 22px;
    }
  
    .about-inner-box>div:nth-of-type(1)>p:nth-of-type(1) {
      margin-bottom: 0 !important;
      padding-top: 25px !important;
      padding-bottom: 20px !important;
    }
  
    .hhshop-title {
      font-size: 20px !important;
    }
  
    .hhshop-img {
      width: 100%;
      padding: 0 12px;
    }
  }
  
  
  .option-title {
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-size: 30px;
    color: #333333;
    padding-top: 71px;
    padding-bottom: 19px;
    font-weight: 600;
  }
  
  /*合作伙伴*/
  .partners-container {
    width: 100%;
    height: 1000px;
    background-color: #F8FAF8;
    padding-bottom: 90px;
    padding-top: 21px;
    margin-bottom: -230px;
  }
  
  .partner {
    margin: 0 auto;
    max-width: 1420px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
  }
  @media(max-width:1435px){
    .partner {
      width: 1136px;
    }
  } 
  @media(max-width:1200px){
    .partner {
      width: 892px;
    }
  }
  @media(max-width:1086px){
    .partner {
      width: 892px;
    }
  }
  @media(max-width:908px){
    .partner {
      width: 714px;
    }
  }
  @media(max-width:734px){
    .partner {
      width: 579px;
    }
  }
  @media(max-width:618px){
    .partner {
      width: 463px;
    }
  }
  @media(max-width:502px){
    .partner {
      width: 347px;
    }
  }
  .partner img {
    width: 264px;
    height: 110px;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: -4px 4px 18px 0px rgba(97, 97, 97, 0.15);
  }
  
  @media(max-width:1440px) {
    .partners-container {
      height: auto;
      margin-bottom: -150px;
    }
  }
  
  @media(max-width:1200px) {
    .partner img {
      width: calc(0.6*264px);
      height: calc(0.6*110px);
      margin: 5px;
    }
  
    .partners-container {
      height: auto;
      margin-bottom: -137px;
    }
  }
  
  @media(max-width:768px) {
    .partner img {
      width: calc(0.4*264px);
      height: calc(0.4*110px);
    }
  }
  @media(max-width:460px) {
    .partner img {
      width: 156px;
      height: 65px;
      margin: 5px;
    }
  }
  @media(max-width:1024px) {
    .partners-container>div:nth-of-type(1) {
      font-size: 24px;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 30px;
      padding-bottom: 20px;
    }
  }
  
  @media (min-width: 1200px) {
    .menu-item.is-active>.menu-item__inner:after {
      bottom: 20px;
    }
  
    .c-layer--nav .menu-item-line {
      bottom: 20px;
    }
  }
  
  .profile-bottom-join .lr-radius {
    font-size: 20px;
    font-weight: 600;
    padding-left: 47px;
    text-align: start;
    cursor: pointer;
    background-color: #ffffff;
    display: inline-block;
    color: #7CBC26;
  }
  
  .profile-bottom-join {
    position: relative;
    text-align: center;
  }
  
  .profile-bottom-join>img {
    width: 100%;
    height: auto;
  }
  
  .profile-bottom-join>div {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 27px;
  }
  
  .about-join-work {
    padding-top: 19px;
    padding-bottom: 67px;
    width: 100%;
    height: 432px;
    background-color: #F8FAF8;
  }
  
  .join-work-list {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
  
  .join-work {
    width: 25%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 250px;
  }
  
  .join-work img {
    width: 56px;
    height: 56px;
    margin-bottom: 5px;
  }
  
  .join-work p {
    margin-top: 12px;
    text-align: start;
    font-size: 14px;
    color: #666666;
  }
  
  .join-work span {
    font-size: 20px;
    padding-top: 20px;
    font-weight: 600;
  }
  
  @media(max-width:768px) {
    .about-join-work {
      height: auto;
      padding-bottom: 30px;
    }
  
    .about-join-work .option-title {
      padding-top: 25px !important;
      padding-bottom: 0px !important;
    }
  
    .about-join-work>p:nth-of-type(1) {
      font-size: 20px;
      padding-top: 40px;
      padding-bottom: 20px;
    }
  
    .join-work-list {
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0 12px;
    }
  
    .join-work {
      margin: 24px 0 0 0;
      width: 46%;
      height: auto;
      padding: 20px;
      justify-content: center;
      box-shadow: 0px 0px 38px 0px rgba(223, 223, 223, 0.5);
    }
  
    .join-work img {
      width: 40px;
      height: 40px;
    }
  
    .join-work span {
      font-size: 18px;
    }
  
    .join-work p {
      font-size: 12px;
      text-align: justify;
    }
  }
  
  @media(max-width:1200px) {
    .profile-bottom-join>div {
      margin-top: 3px;
    }
  
    .join-work span {
      font-size: 16px;
    }
  
    .join-work p {
      font-size: 14px;
      text-align: justify;
    }
  
    .profile-bottom-join>div>span {
      font-size: 24px;
    }
  
    .profile-bottom-join .lr-radius {
      line-height: 35px;
      width: 180px;
      height: 35px;
      font-size: 18px;
      font-weight: 600;
      padding-left: 47px;
      text-align: start;
    }
  
    .profile-bottom-join .lr-radius img {
      right: 5px !important;
      top: 2px !important;
      width: 30px;
      height: 30px;
    }
  }
  
  @media(max-width:768px) {
    .profile-bottom-join {
      height: 80px;
      overflow: hidden;
    }
  
    .profile-bottom-join>img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 80px;
      width: auto;
    }
  
    .partners-container {
      padding-top: 0;
      margin-bottom: -87px;
    }
  
    .profile-bottom-join>div {
      margin-top: 0;
      width: 100%;
    }
  
    .profile-bottom-join>div>span {
      font-size: 14px;
      margin-right: 10px;
    }
  
    .profile-bottom-join .lr-radius {
      line-height: 24px;
      width: 110px;
      height: 24px;
      font-size: 14px;
      font-weight: 600;
      padding-left: 18px;
      text-align: start;
    }
  
    .profile-bottom-join .lr-radius img {
      right: 2px !important;
      top: 0px !important;
      width: 22px;
      height: 22px;
    }
  }
  
  /*热招职位*/
  .hot-recruitment-positions {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    color: #333333;
  }
  
  
  .hot-recruitment-positions-title {
    width: 100%;
    height: 106px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 41px;
    font-size: 20px;
    border-top: 1px solid #DCDCDC;
  }
  
  .positions-title-bottom {
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #DCDCDC;
  }
  
  .topline {}
  
  .hot-recruitment-positions-title:hover {
    cursor: pointer;
  }
  
  .hot-recruitment-positions-title>span {
    display: inline-block;
    width: 290px;
  }
  
  .hot-recruitment-positions-title span:nth-of-type(2) {
    margin-right: 40px;
    font-weight: 400;
  }
  
  
  .hot-recruitment-positions-title img {
    width: 22px;
    height: 22px;
  }
  
  .hot-recruitment-positions-title img:nth-of-type(2) {
    display: none;
  }
  
  .hot-recruitment-positions-content {
    position: relative;
    display: none;
    background-color: #F8FAF8;
    width: 100%;
    height: 525px;
    padding: 0 41px;
    margin-bottom: 20px;
  }
  
  .hot-recruitment-positions-content p {
    font-size: 20px;
    font-weight: 600;
    padding-top: 28px;
    padding-bottom: 13px;
  
  }
  
  .hot-recruitment-positions-content ul li {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    list-style: disc;
    list-style-position: inside;
  }
  
  .hot-recruitment-positions-content ul li::marker {
    font-size: 23px;
    color: #7CBC26;
  }
  
  /*投递简历按钮*/
  .submit-resume {
    width: 128px;
    height: 36px;
    background-color: #7CBC26;
    position: absolute;
    right: 40px;
    bottom: 30px;
    border-radius: 25px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
    padding-left: 22px;
  }
  
  .submit-resume span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
  }
  
  .submit-resume img {
    width: 28px;
    height: 28px;
  }
  
  .top-green {
    border-top: 3px solid #7CBC26;
  }
  
  @media(max-width:768px) {
    .hot-recruitment-positions {
      width: 100%;
    }
  
    .hot-recruitment-positions-title {
      height: 75px;
      font-size: 18px;
    }
  
    .hot-recruitment-positions-title>span {
      width: auto;
    }
  
    .hot-recruitment-positions-content p {
      font-size: 16px;
    }
  
    .hot-recruitment-positions-content ul li {
      height: auto;
      font-size: 14px;
    }
  
    .hot-recruitment-positions-content {
      padding-bottom: 50px;
      height: auto;
    }
  
    .submit-resume {
      bottom: 10px;
      right: 10px;
    }
  
    .hot-recruitment-positions-content>div:nth-of-type(1) {
      width: 100% !important;
    }
  }
  
  /*联系我们*/
  
  .inquiry-form-box-about {
    color: #333333;
    max-width: 1400px;
    width: 100%;
    height: 424px;
    margin: 0 auto;
    border-radius: 12px;
    /* box-shadow: 0px 0px 38px 0px rgba(223, 223, 223, 0.5);
    background-color: #ffffff; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .inquiry-form-left-about {
    width: 49.9%;
    height: 424px;
  }
  
  .inquiry-form-right-about {
    padding: 0 81px;
    width: 49.9%;
    height: 424px;
  }
  
  .inquiry-form-right-about input,
  .inquiry-form-right-about textarea {
    background-color: #F6F7F9;
    resize: none;
    border-radius: 6px !important;
  }
  
  .inquiry-form-right-about .input-group input {
    width: 260px;
    height: 50px;
  }
  
  .inquiry-form-right-about textarea {
    margin-bottom: 39px;
    width: 536px;
    height: 90px;
  }
  
  .inquiry-form-left-tel {
    width: 500px;
    margin: 0 auto;
    display: block;
    padding: 16px 0;
  }
  .inquiry-form-left-tel:nth-child(2) {
    padding-top: 0;
  }
  .inquiry-form-left-tel img {
    display: inline-block;
    width: 52px;
    height: 52px;
    vertical-align: -15px;
    margin-right: 15px;
  }
  
  .inquiry-form-left-tel span {
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 600;
  }
  
  
  
  .inquiry-form-box-about .lr-radius {
    color: #ffffff;
    background-color: #7CBC26;
    padding-bottom: 15px;
  }
  
  .inquiry-form-box-about .lr-radius span {
    margin-bottom: 10px;
  }
  
  @media(max-width:768px) {
    .inquiry-form-right-about .lr-radius img {
      width: 38px;
      height: 38px;
      position: absolute;
      right: 6px !important;
      top: 3px !important;
    }
  }
  
  .company-city-list {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0 12px;
    padding-top: 89px;
  
  }
  
  .company-city-item img {
    width: 230px;
    height: 230px;
  }
  
  .company-city-item {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333333;
  }
  
  .company-city-item>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .company-city-item>div>p:nth-of-type(1) {
    font-size: 24px;
    /* font-weight: 600; */
    padding-top: 26px;
    padding-bottom: 8px;
  }
  
  .company-city-item>div>p:nth-of-type(2) {
    padding-bottom: 8px;
  }
  
  .join-sketch {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 70px;
  }
  
  .join-sketch img {
    width: 52px;
    height: 38px;
    display: inline-block;
  }
  
  .join-sketch span {
    margin-left: 100px;
    color: #7CBC26;
    font-size: 50px;
    font-weight: 700;
  }
  
  .join-icon-revers {
    width: 52px;
    height: 38px;
    display: inline-block;
    transform: rotate(180deg);
  }
  
  @media(max-width:1412px) {
    .inquiry-form-right-about .input-group input {
      margin-right: 0;
      margin-bottom: 10px;
      width: 100%;
    }
  
    .inquiry-form-right-about textarea {
      margin-bottom: 15px;
    }
  
    .inquiry-form-right-about .input-group:nth-of-type(1) {
      display: flex;
      flex-direction: column;
    }
  }
  
  @media(max-width:1200px) {
    .join-icon-revers {
      margin-left: 80%;
    }
  }
  
  @media(max-width:768px) {
    .concatus {
      padding: 0;
    }
  
    .join-sketch {
      padding-right: 0px;
      margin-bottom: 20px;
      margin-top: 30px;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .join-sketch span {
      margin-left: 5px;
      font-size: 20px;
    }
  
    .join-sketch+div {
      text-align: end !important;
      padding-left: 20px !important;
      margin-bottom: 30px !important;
      padding-right: 20px;
    }
  
    .join-sketch+div>div:nth-of-type(1) {
      margin-right: 0 !important;
    }
  
    .join-sketch+div p {
      text-indent: 2em;
      text-align: justify;
      font-size: 14px !important;
    }
  
    .join-sketch img {
      width: 30px;
      height: 18px;
    }
  
    .join-icon-revers {
      width: 30px;
      height: 18px;
    }
  
  
    .contact-me-title {
      font-size: 20px !important;
      padding: 25px 0 20px 0 !important;
    }
  
    .inquiry-form-box-about {
      width: 100%;
      height: auto;
      flex-direction: column;
    }
  
    .inquiry-form-left-about+div {
      display: none;
    }
  
    .inquiry-form-left-about {
      width: 100%;
      height: auto;
    }
  
    .inquiry-form-left-about>p:nth-of-type(1) {
      padding-top: 30px;
      padding-bottom: 20px;
      font-size: 20px;
    }
  
    .inquiry-form-right-about {
      height: auto;
      width: 100%;
      padding: 0 12px;
      padding-bottom: 30px;
    }
  
    .inquiry-form-right-about .input-group input {
      margin: 5px 0;
    }
  
    .inquiry-form-left-tel img {
      width: 40px;
      height: 40px;
    }
  
    .inquiry-form-left-tel span {
      font-size: 18px;
    }
  
    .inquiry-form-left-tel {
      width: 100%;
      text-align: start;
      padding-left: 30px;
      padding: 5px 12px 5px 12px;
    }
  
    .inquiry-form-right-about>p:nth-of-type(1) {
      font-size: 20px;
      padding-top: 30px;
      padding-bottom: 20px;
    }
  
    .link-submit {
      width: 160px !important;
      height: 46px !important;
      line-height: 46px !important;
      font-size: 18px !important;
      padding-left: 30px !important;
    }
  
    .link-submit img {
      border-radius: 19px;
      right: 4px;
      top: 3px;
      width: 38px;
      height: 38px;
    }
  
    .company-city-list {
      width: 100%;
      flex-direction: column;
      padding: 30px 12px 0 12px;
    }
  
    .company-city-item {
      flex-direction: row;
      width: 100%;
      margin-top: 12px;
    }
  
    .company-city-item>img {
      width: 40%;
      height: auto;
    }
  
    .company-city-item>div {
      width: 60%;
    }
  
    .company-city-item>div>p:nth-of-type(1) {
      font-size: 20px;
    }
  
    .company-city-item>div>p:nth-of-type(2) {
      font-size: 14px;
      text-align: justify;
    }
  
    .company-city-item>div>p:nth-of-type(3) {
      font-size: 14px;
      width: 100%;
      text-align: start;
    }
  }
  
  /*企业文化*/
  .about-culture-box {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 5px;
  }
  
  .about-culture {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .about-culture>div:nth-of-type(1),
  .about-culture>div:nth-of-type(2) {
    width: 48.33%;
  }
  
  .about-culture-img {
    width: 100%;
    height: auto;
  }
  
  .about-culture-text {
    width: 52.66%;
    height: auto;
  }
  
  .about-culture-text>p:nth-of-type(1) img {
    width: 30px;
    height: 22px;
    margin-bottom: 28px;
    margin-right: 17px;
  }
  
  .about-culture-text>p {
    text-indent: 0;
    font-size: 20px;
    color: #333333;
  }
  
  .about-culture-text>p:nth-of-type(1) {
    line-height: 60px;
    margin-top: 50px;
    font-size: 30px;
    color: #333333;
    font-weight: 600;
  }
  
  .about-culture .about-culture-text:nth-of-type(2n) {
    padding-left: 60px;
  }
  
  @media(max-width:768px) {
    .about-culture {
      padding: 0 12px;
      width: 100%;
      justify-content: space-between;
    }
  
    .about-culture>div {
      width: 48%;
    }
  
    .about-culture-img {
      width: 100%;
      height: auto;
    }
  
    .about-culture-text {
      width: 46%;
      height: auto;
    }
  
    .about-culture .about-culture-text:nth-of-type(2n) {
      padding: 0;
    }
  
    .about-culture-text>p:nth-of-type(1) img {
      width: 16px;
      height: 11px;
      margin-bottom: 6px;
    }
  
    .responsive-title {
      font-size: 16px !important;
    }
  
    .about-culture-text>p {
      margin-bottom: 0;
      line-height: 18px;
    }
  
    .about-culture-text>p:nth-of-type(1) {
      line-height: 18px;
      margin-top: 0px;
    }
  
    .corporate-culture-title {
      font-size: 20px !important;
      padding-top: 25px !important;
    }
  }
  
  /*热爱生活*/
  .about-love-life {
    width: 1920px;
  }
  
  .about-love-life {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
  }
  
  .about-love-life-item {
    padding-top: 16px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  .about-love-life-item>div {
    position: relative;
  
  }
  
  .about-love-life-item>div>img {
    width: 100%;
    height: 100%;
  }
  
  .about-love-life-item-label {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 70%;
  }
  
  .about-love-life-item-label>img {
    width: 60px;
    height: 60px;
  }
  
  .about-love-life-item-label>div {
    margin: 26px 0 11px 0;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  
  .about-love-life-item-label>span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
  }
  
  .about-love-life .about-love-life-item:nth-of-type(1)>div {
    width: 33%;
    height: auto;
  }
  
  .about-love-life .about-love-life-item:nth-of-type(2)>div {
    width: 49.6%;
    height: auto;
  }
  
  @media(max-width:1300px) {
    .about-love-life-item-label>img {
      width: 45px;
      height: 45px;
    }
  
    .about-love-life-item-label>div {
      font-size: 18px;
    }
  
    .about-love-life-item-label>span {
      display: -webkit-box;
      /* Safari */
      -webkit-line-clamp: 3;
      /* Safari and Chrome */
      -webkit-box-orient: vertical;
      /* Safari and Chrome */
      overflow: hidden;
    }
  }
  
  @media(max-width:768px) {
  
    .about-love-life-item-label>img {
      width: 25px;
      height: 25px;
    }
  
    .about-love-life-item-label {
      font-size: 10px;
      bottom: 15%;
      width: 90% !important;
    }
  
    .about-love-life-item-label>div {
      font-size: 12px;
      margin-top: 10px;
      line-height: 22px;
    }
  
    .about-love-life-item-label>span {
      -webkit-line-clamp: 1;
      font-size: 10px;
      line-height: 12px;
    }
  
    .about-love-life+p {
      font-size: 20px;
      padding-top: 30px;
      padding-bottom: 20px;
    }
  
    .about-love-life .about-love-life-item:nth-of-type(1)>div {
      width: 33%;
      height: auto;
    }
  
    .about-love-life .about-love-life-item:nth-of-type(2)>div {
      width: 49.6%;
      height: auto;
    }
  
    .about-love-life-item {
      padding-top: 5px;
    }
  
    .about-love-life>p:nth-of-type(1) {
      font-size: 20px;
      padding-top: 30px;
      padding-bottom: 20px;
    }
  }
  
  @media(max-width:490px) {
    .about-love-life-item-label>img {
      width: 20px;
      height: 20px;
    }
  
    .about-love-life-item-label {
      font-size: 10px;
      bottom: 10%;
      width: 90% !important;
    }
  
    .about-love-life-item-label>div {
      font-size: 12px;
      margin-top: 6px;
      line-height: 16px;
      border-bottom: 1px solid #ffffff;
      border-top: 1px solid #ffffff;
    }
  
    .about-love-life-item-label>span {
      -webkit-line-clamp: 1;
      font-size: 10px;
      line-height: 12px;
    }
  }
  
  @media(min-width:768px) and (max-width:1200px) {
    .about-love-life-item-label>img {
      width: 40px;
      height: 40px;
    }
  
    .about-love-life-item-label>div {
      font-size: 16px;
      margin-top: 16px;
      margin-bottom: 9px;
    }
  
    .about-love-life-item-label>span {
      font-size: 12px;
      color: #FFFFFF;
      line-height: 20px;
    }
  
    .about-inner-box>div:nth-of-type(1)>p:nth-of-type(1),
    .contact-me-title,
    .corporate-culture-title {
      font-size: 30px !important;
    }
  }
  
  .input-tip {
    content: "";
    position: absolute;
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0 0 8px 0 rgba(97, 97, 97, 0.3);
    z-index: 999;
    padding: 10px 15px;
    border-radius: 12px !important;
    cursor: default;
  }
  
  .input-tip::before {
    content: "";
    display: block;
    border: 8px solid #ffffff;
    border-color: transparent transparent #ece3e3 transparent;
    position: absolute;
    left: 30%;
    top: 0px;
    transform: translate(-50%, -100%);
  }
  
  .input-tip::after {
    content: "";
    display: block;
    border: 8px solid #ffffff;
    border-color: transparent transparent #ece3e3 transparent;
    position: absolute;
    left: 30%;
    top: 0;
    transform: translate(-50%, -100%);
    z-index: 1;
  }
  
  .getquoteq {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .profile-bottom-join-culture {
    width: 100%;
    position: relative;
  }
  
  .profile-bottom-join-culture>img {
    width: 100%;
    height: auto;
  }
  
  /* .profile-bottom-join-culture-btn {
    width: 200px;
    height: 50px;
    position: absolute;
    left: 27%;
    bottom: 10%;
    background: #F3F3F3;
    border-radius: 25px;
    font-size: 20px;
    color: #7CBC26;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 50px;
    padding-left: 38px;
    cursor: pointer;
  }
  
  .profile-bottom-join-culture-btn>img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  @media(max-width:1600px) {
    .profile-bottom-join-culture-btn{
      width: 150px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      padding-left: 28px;
    }
    .profile-bottom-join-culture-btn>img{
      width: 30px;
      height: 30px;
    }
  }
  @media(max-width:1200px) {
    .profile-bottom-join-culture-btn{
      width: 120px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      padding-left: 22px;
    }
    .profile-bottom-join-culture-btn>img{
      width: 20px;
      height: 20px;
    }
  }
  @media(max-width:968px) {
    .profile-bottom-join-culture-btn{
      width: 100px;
      height: 26px;
      line-height: 26px;
      font-size: 12px;
      padding-left: 16px;
    }
    .profile-bottom-join-culture-btn>img{
      width: 20px;
      height: 20px;
      top:3px;
      right: 3px;
    }
  } */
  
  .xyztt{
    opacity: 0;
  }
  
  .xyzt {
    animation-name: xyzt;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-fill-mode: both;
    /* perspective: 1000px;
    perspective-origin: center; */
  }
  
  @keyframes xyzt {
    0% {
      opacity: 0;
      /* transform-origin: 50%; */
      /* transform: perspective(190px) translate3d(0, 50px, -50px) rotateX(-90deg); */
      transform: translate3d(0, 60px, 0px);
    }
  
    100% {
      opacity: 1;
      /* transform: translate3d(0, 0, 0) rotateX(0); */
      transform: translate3d(0, 0, 0);
    }
  }
  .yupst{
    opacity: 0;
  }
  .yups {
    animation-name: yups;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
  }
  
  @keyframes yups {
    0% {
      opacity: 0;
      transform: translate3d(0, 90px, 0px);
    }
  
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  
  .yupst-l.xyzt-l {
    animation-name: xyzt-l;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }
  
  .yupst-r.xyzt-l {
    animation-name: xyzt-r;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-fill-mode: both;
  }
  
  @keyframes xyzt-l {
    0% {
      opacity: 0;
      transform: translateX(-70%);
    }
  
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  
  @keyframes xyzt-r {
    0% {
      opacity: 0;
      transform: translateX(70%);
    }
  
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  