/* 汉堡菜单样式 */
.mobile_menu_btn {
  display: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 1001;
  width: 30px;
  height: 30px;
}

.mobile_menu_btn span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #21be98;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translate(4px, 14px);
}

.mobile_menu_btn span::before,
.mobile_menu_btn span::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #21be98;
  transition: all 0.3s ease-in-out;
}

.mobile_menu_btn span::before {
  transform: translateY(-8px);
}

.mobile_menu_btn span::after {
  transform: translateY(8px);
}

.mobile_menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  background: #010006;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 1000;
}

.mobile_menu.active {
  display: block;
}

.mobile_menu_item {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.mobile_menu_item a {
  color: #21be98;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 16px;
}

.mobile_menu_item:hover {
  background-color: rgba(33, 190, 152, 0.1);
}
/* 移动端样式 */

/* 大屏幕设备 - 大于 1440px */
@media (min-width: 1441px) {
  .services_con {
    max-width: 1400px;
    margin: 0 auto;
  }
  .contact_con {
    max-width: 1400px;
    margin: 0 auto;
  }
  .aboutus_con {
    max-width: 1400px;
    margin: 0 auto;
  }
}

/* 桌面端 - 1440px */
@media (max-width: 1440px) {
  .head .logo {
    height: 40px;
    transition: height 0.3s ease;
  }
  .services_con {
    padding: 0 40px;
  }
  .contact_con {
    padding: 0 40px;
  }
  .aboutus_con {
    padding: 0 40px;
  }
}

/* 小型桌面端 - 1280px */
@media (max-width: 1280px) {
  .services_con .services .service_item {
    width: calc(33.33% - 20px);
  }
  .elementor-element {
    width: 31%;
  }
}

/* 平板横屏 - 1160px */
@media (max-width: 1160px) {
  .elementor-element {
    width: 30%;
  }
  .services {
    padding: 0 20px;
  }
  .services_con .services .service_item {
    width: calc(50% - 20px);
  }
  .banner_left {
    padding: 60px 40px;
  }
}

/* 平板竖屏 - 1024px */
@media (max-width: 1024px) {
  .head .logo {
    height: 40px;
    transition: height 0.3s ease;
  }
  .heading {
    font-size: 36px;
  }
  .subtitle {
    font-size: 20px;
  }
  .service_title {
    padding: 20px;
  }
}

/* 小平板 - 992px */
@media (max-width: 992px) {
  .head .logo {
    height: 36px;
  }
  .head_right {
    display: none;
  }
  .contact_con {
    flex-direction: column;
    padding: 20px;
  }
  .contact_con .contact_left {
    width: 100%;
    padding: 0 20px;
  }
  .contact_left .contact_tit {
    font-size: 32px;
    text-align: center;
  }
  .contact_left .contact_subTit {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 20px 0;
  }
  .contact_con .contact_left .contact_list {
    display: flex;
    justify-content: center;
  }
  .contact_con .contact_left .contact_list ul {
    width: 100%;
    max-width: 400px;
  }
  .contact_con .contact_left .contact_list ul li {
    display: flex;
    justify-content: center;
  }
  .contact_con .contact_left .contact_list ul li:nth-child(1) {
    transform: translateX(-12px);
  }
  .contact_con .contact_left .contact_list ul li img {
    float: none;
  }
  .contact_right {
    width: 100%;
    margin-top: 40px;
    padding: 0 20px;
  }
  .banner_left {
    padding: 40px 20px;
  }
  .heading {
    font-size: 32px;
  }
  .subtitle {
    font-size: 18px;
  }
  .mobile_menu_btn {
    display: block;
  }
  .career_con {
    padding: 36px;
  }
  .career_tit span {
    font-size: 36px;
  }
}

/* 大型手机横屏 - 896px */
@media (max-width: 896px) {
  .head .logo {
    height: 36px;
  }
  .services_con .services .service_item {
    width: calc(50% - 15px);
    margin: 10px 7.5px;
  }
  .elementor-element {
    width: 48%;
    margin: 10px 1%;
  }
  .contact_con .contact_right {
    width: 60%;
  }
  .career_tit span {
    font-size: 24px;
  }
  .career_con p {
    font-size: 14px;
  }
}

/* 中型手机横屏 - 812px */
@media (max-width: 812px) {
  .head .logo {
    height: 34px;
  }
  .banner_left {
    padding: 30px 20px;
  }
  .heading {
    font-size: 28px;
  }
}

/* 平板和手机 - 768px */
@media (max-width: 768px) {
  .head .logo {
    height: 32px;
  }
  .e-con-inner {
    flex-wrap: wrap;
    padding: 20px;
  }
  .elementor-element {
    width: 100%;
    margin-bottom: 24px;
  }
  .services {
    flex-wrap: wrap;
  }
  .services_con .services .service_item {
    width: 100%;
    margin: 10px 0;
  }
  .services_con {
    padding: 20px;
  }
  .service_title {
    flex-direction: column;
    text-align: center;
  }
  .tit_left, .tit_right {
    width: 100%;
    margin: 10px 0;
  }
  .w50 {
    width: 100% !important;
    transform: none !important;
  }
  .career_con {
    padding: 20px;
  }
  .aboutus_con {
    padding: 20px;
  }
  .contact_left {
    padding: 0 10px;
  }
  .contact_left .contact_tit {
    font-size: 28px;
  }
  .contact_left .contact_subTit {
    font-size: 15px;
  }
  .contact_right {
    padding: 0 10px;
  }
  .career_tit span {
    font-size: 20px;
  }
  .career_con p {
    font-size: 12px;
  }
}

/* 大型手机竖屏 - 667px */
@media (max-width: 667px) {
  .head .logo {
    height: 30px;
  }
  .heading {
    font-size: 26px;
    line-height: 1.3;
  }
  .subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
  .career {
    margin: 64px 20px;
  }
  .career_tit span {
    font-size: 20px;
  }
}

/* 中型手机 - 576px */
@media (max-width: 576px) {
  .head {
    padding: 10px;
  }
  .head .logo {
    height: 28px;
  }
  .e-con-inner {
    padding: 10px;
  }
  .elementor-element {
    width: 100%;
  }
  .foot {
    padding: 30px 10px !important;
    text-align: center;
  }
  .obttns a {
    font-size: 14px;
  }
  .career_con {
    /* padding: 24px; */
  }
  .career_tit span {
    font-size: 16px;
  }
  .career_con p {
    font-size: 10px;
  }
}

@media (max-width: 479px) {
  .career_con {
    width: 91%;
  }
}
/* 小型手机 - 414px */
@media (max-width: 414px) {
  .head .logo {
    height: 26px;
  }
  .heading {
    font-size: 22px;
  }
  .subtitle {
    font-size: 14px;
  }
  .service_title {
    padding: 0 10px;
  }
  .tit_left {
    font-size: 20px;
  }
  .tit_right {
    font-size: 14px;
  }
  .career_con {
    width: 89%;
  }
}

/* 超小型手机 - 375px */
@media (max-width: 375px) {
  .head {
    padding: 8px;
  }
  .head .logo {
    height: 24px;
  }
  .mobile_menu {
    top: 52px;
  }
}

/* 最小型手机 - 320px */
@media (max-width: 320px) {
  .head .logo {
    height: 22px;
  }
  .heading {
    font-size: 20px;
  }
  .subtitle {
    font-size: 13px;
  }
}
