.solution_root {
  width: 100%;
  position: relative;
}

.solution_banner {
  width: 100%;
}

.solution_banner_banner {
  display: block;
  width: 100%;
}

.solution_banner_banner-m {
  display: none;
}

.solution_content_phone {
  width: 160px;
  position: absolute;
  right: 0;
  top: 180px;
}

.solution_banner_content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.solution_content_hrefs {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 20%;
}

.solution_content_hrefs a {
  font-size: 1.2em;
  color: #fff;
}

.solution_content_hrefs span {
  font-size: 1.2em;
  margin: 0 8px;
  color: #fff;
}

.solution_content_title {
  font-size: 2.8em;
  color: #fff;
  text-align: center;
  margin-bottom: 4%;
  margin-top: 4%;
}

.solution_content_des {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}

.solution_content_des span {
  line-height: 28px;
}

.solution_content_more {
  text-align: right;
  width: 100%;
  padding-right: 20%;
}

.solution_content_more a {
  color: #fff;
  font-size: 1.2em;
}

.solution_content_see {
  display: block;
  width: 70%;
  margin: 6% auto 0;
}

.solution_content {
  width: 100%;
  background: linear-gradient(180deg, #05173c 0%, rgba(207, 156, 156, 0) 100%);
  position: relative;
  padding-bottom: 120px;
}

.solution_content_item {
  margin-top: 16vh;
  padding: 0;
}

.solution_content_item:nth-child(1) {
  margin-top: -10vh;
}

.solution_content_item_info {
  width: 100%;
  height: 40vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.solution_content_item_info h3 {
  font-size: 2em;
  color: #1b1b1b;
  text-align: center;
  padding: 0;
  margin: 0;
}

.solution_content_item_info p {
  display: block;
  width: 52%;
  margin: 36px auto 0;
  font-size: 1em;
  color: #1b1b1b;
}

.solution_content_item_info_1 {
  background: url(../images/solutions/bg-1.png) no-repeat;
  background-size: 100% 100%;
}

.solution_content_item_info_2 {
  background: url(../images/solutions/bg-2.png) no-repeat;
  background-size: 100% 100%;
}

.solution_content_item_info_3 {
  background: url(../images/solutions/bg-3.png) no-repeat;
  background-size: 100% 100%;
}

.solution_content_item_info_4 {
  background: url(../images/solutions/bg-4.png) no-repeat;
  background-size: 100% 100%;
}

.solution_content_item_href {
  position: absolute;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -50px;
  left: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(0deg, #001c58 0%, #535353 100%);
}

.solution_content_item_href_item {
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  color: #68a9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
}

.solution_content_item_href_item:hover {
  color: #ec6941;
  box-shadow: 0px 4px 9px 1px #eb6100;
}

.solution_more {
  margin-top: 16vh;
  color: #b5b5b5;
  font-size: 1.2em;
  padding: 0;
}

/* solution airport styles */
.sl_ap_items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15vh;
}

.sl_ap_item {
  width: 50%;
  height: 200px;
  background-color: #fff;
  color: #1b1b1b;
  box-shadow: 0px 10px 22px 6px rgba(23, 68, 110, 0.15);
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sl_ap_item_activce {
  background: #ec6941;
  color: #fff;
}

.sl_ap_item_t {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.sl_ap_item h3 {
  font-size: 1.4em;
  margin: 0;
}

.sl_ap_item p {
  font-size: 1em;
  margin: 12px 0 0 0;
}

.sl_ap_item_activce h3,
.sl_ap_item_activce p {
  color: #fff;
}

.sl_ap_item a {
  font-size: 1em;
  margin: 0;
  display: block;
  padding: 6px 28px;
  background-color: #8fc31f;
  color: #fff;
}

.solution-emergy .sl_ap_item a {
  background-color: #f8b551;
}

.sl_ap_item_activce a {
  display: none;
}

.sl_ap_tz {
  margin-top: 15vh;
}
.sl_ap_tz_city .sl_ap_tz_item_lb {
  background-color: #ec6941;
}
.sl_ap_tz_em .sl_ap_tz_item_lb {
  background-color: #F8B551;
}
.sl_ap_tz_st .sl_ap_tz_item_lb {
  background-color: #448aca;
}
.sl_ap_tz_title {
  margin: 0 0 36px;
  text-align: center;
  font-size: 2.8em;
  color: #fff;
}

.sl_ap_tz_items {
  display: flex;
  flex-wrap: wrap;
}

.sl_ap_tz_item {
  width: 50%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 36px;
}

.sl_ap_tz_item_lb {
  width: 36px;
  height: 36px;
  background: #8fc31f;
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  margin-right: 24px;
  margin-top: 8px;
}

.sl_ap_tz_item_dt h4 {
  font-size: 1.4em;
  color: #fff;
}

.sl_ap_tz_item_dt p {
  font-size: 1em;
  color: #fff;
  margin: 12px 0 0 0;
  padding-right: 36px;
}

.sl_ap_use {
  width: 100%;
  position: relative;
}
.sl_ap_use_bq {
  background-color: #fff;
  margin: 0;
  text-align: right;
  font-size: 1em;
  color: #1b1b1b;
  padding-top: 4px;
}
.sl_ap_use_bq p {
  margin: 0 auto;
}

.sl_ap_use img {
  display: block;
  width: 100%;
}

.sl_ap_use h2 {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8em;
  color: #fff;
}

.sl_ap_it {
  width: 100%;
  background-color: #fff;
}

.sl_ap_it_item {
  display: flex;
  align-items: center;
  margin-top: 15vh;
}

.sl_ap_it_item_sc {
  width: 50%;
}

.sl_ap_it_item_sc img {
  display: block;
  width: 80%;
}

.sl_ap_it_item_sc h3 {
  color: #1b1b1b;
  font-size: 1.6em;
  width: 100%;
}

.sl_ap_it_item_sc p {
  color: #1b1b1b;
  font-size: 1.2em;
  width: 70%;
}

.sl_ap_pd {
  background-color: #fff;
  width: 100%;
  padding-top: 15vh;
}

.sl_ap_pd_title {
  font-size: 2.8em;
  color: #1b1b1b;
  text-align: center;
}

.sl_ap_pd_wrapper {
  width: 100%;
  position: relative;
}

.sl_ap_pd_wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.sl_ap_pd_current {
  width: 100%;
  display: block;
  margin-top: 56px;
}

.sl_ap_pd_list {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 48px;
  right: 36px;
  z-index: 2;
}

.sl_ap_pd_item {
  width: 200px;
  height: 120px;
  border: 3px solid #ffffff;
  margin-left: 8px;
  cursor: pointer;
}

.swiper-container_one {
  padding-top: 16vh;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-container_one a {
  position: relative;
}

.swiper-container_one a span {
  position: absolute;
  top: 32px;
  right: 16px;
  font-size: 1.4em;
  color: #fff;
}

.sl_ap_gc_title {
  font-size: 2.8em;
  color: #1b1b1b;
  text-align: center;
  padding: 88px 0 64px 0;
  background-color: #fff;
  margin: 0;
}

.pc-banner-gc {
  background-color: #fff;
  padding-bottom: 128px;
}

.solution_content_des_ap {
  margin-bottom: 18vh;
}
.solution_content_des_dk {
  display: block;
}
.solution_content_des_mb {
  display: none;
}

.sl_contact {
  width: 100%;
  position: relative;
}

.sl_contact_bg {
  display: block;
  width: 100%;
}

.sl_contact_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sl_contact_container h2 {
  font-size: 2.8em;
  color: #fff;
  margin: 0;
}

.sl_contact_container p {
  font-size: 1.2em;
  color: #fff;
  margin: 24px 0 0 0;
}

.sl_contact_container_phone {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
}

.sl_contact_container_phone img {
  display: block;
  width: 40px;
  height: 40px;
}

.sl_contact_container_phone h3 {
  font-size: 2em;
  color: #fff;
  margin: 0 0 0 12px;
}

.sl_contact_container_btns {
  margin-top: 36px;
  display: flex;
  align-items: center;
}

.sl_contact_container_btns a {
  display: block;
  background-color: #fff;
  color: #ec6941;
  padding: 4px 12px;
}

.sl_contact_container_btns a:nth-child(1) {
  margin-right: 12px;
}

.sl_contact_container_btns a:nth-child(2) {
  margin-left: 12px;
}

.sl_ap_gc_title-swiper-container {
  display: none;
}

.sl_st_banner {
  background: #fff;
  padding-top: 64px;
}

.sl_st_banner img {
  display: block;
  width: 100%;
}
.sl_competition_ds {
  display: flex;
  width: 100%;
  background: #fff;
  padding-top: 88px;
}
.sl_competition_ds img {
  width: 55%;
  display: block;
}
.sl_competition_ds .sl_ap_it_item_sc {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 14%;
}
.sl_competition_ds .sl_ap_it_item_sc h3,
.sl_competition_ds .sl_ap_it_item_sc p {
  width: auto;
}
.sl_competition_video {
  padding-top: 88px;
  background: #fff;
}
.sl_competition_info {
  width: 100%;
  margin-top: 88px;
  background: linear-gradient(95deg, #448aca 0%, rgba(96, 25, 134, 0.8) 99%);
}
.sl_competition_info_container {
  display: flex;
}
.sl_competition_info_item {
  flex: 1;
  padding: 32px 0 32px;
}
.sl_competition_info_item h3 {
  font-size: 1.6em;
  color: #1b1b1b;
}
.sl_competition_info_item p {
  font-size: 1.2em;
  color: #1b1b1b;
}
.sl_st_banner_cm {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .solution_root {
    width: 100%;
    position: relative;
    margin-top: 50px;
    padding-bottom: 36px;
  }

  .solution_banner {
    width: 100%;
    height: 100%;
  }

  .solution_banner_banner {
    display: none;
  }

  .solution_banner_banner-m {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }

  .solution_content_phone {
    width: 30%;
    top: 50px;
  }

  .solution_banner_content {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100px;
    display: block;
  }

  .solution_content_hrefs {
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 16px;
  }

  .solution_content_hrefs a {
    font-size: 1em;
  }

  .solution_content_hrefs span {
    font-size: 1em;
    margin: 0 2px;
  }

  .solution_content_title {
    font-size: 1.4em;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .solution_content_des {
    font-size: 0.8em;
    color: #fff;
    text-align: center;
  }

  .solution_content_des span {
    line-height: 14px;
  }

  .solution_content_more {
    text-align: right;
    width: 100%;
    padding-right: 20%;
  }

  .solution_content_more a {
    color: #fff;
    font-size: 1em;
  }

  .solution_content_see {
    display: block;
    margin: 24px auto 0;
  }

  .solution_content {
    padding-bottom: 80px;
  }

  .solution_content_item {
    margin-top: 64px;
    padding: 0 16px;
  }

  .solution_content_item:nth-child(1) {
    margin-top: 0;
  }

  .solution_content_item_info {
    height: auto;
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .solution_content_item_info h3 {
    font-size: 1.4em;
  }

  .solution_content_item_info p {
    width: 95%;
    margin: 18px auto 0;
    font-size: 0.8em;
  }

  .solution_content_item_href {
    height: 40px;
    bottom: -35px;
  }

  .solution_content_item_href_item {
    font-size: 0.8em;
  }

  .solution_more {
    margin-top: 60px;
    font-size: 1em;
    padding: 0 0 0 16px;
  }

  /* solution airport styles */

  .solution_root_ap {
    padding-bottom: 0;
  }

  .solution_banner_banner-m_sp {
    display: block;
    width: 100%;
    height: 1700px;
    position: relative;
    object-fit: cover;
  }

  .solution_banner_content_ap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
  }

  .sl_ap_items {
    display: block;
    margin-top: 24px;
  }

  .sl_ap_item {
    width: 100%;
    height: auto;
    padding: 12px 24px;
  }

  .sl_ap_item h3 {
    font-size: 1.2em;
  }

  .sl_ap_item p {
    font-size: 0.8em;
    margin: 6px 0 0 0;
  }

  .sl_ap_item a {
    font-size: 0.8em;
    padding: 2px 16px;
  }

  .sl_ap_tz {
    margin-top: 36px;
  }

  .sl_ap_tz_title {
    margin: 0 0 18px;
    font-size: 1.4em;
  }

  .sl_ap_tz_items {
    display: block;
  }

  .sl_ap_tz_item {
    width: 100%;
    margin-bottom: 12px;
  }

  .sl_ap_tz_item_lb {
    width: 24px;
    height: 24px;
    font-size: 1em;
    margin-right: 16px;
    margin-top: 8px;
  }

  .sl_ap_tz_item_dt h4 {
    font-size: 1em;
  }

  .sl_ap_tz_item_dt p {
    font-size: 0.8em;
    margin: 8px 0 0 0;
    padding-right: 24px;
  }

  .sl_ap_use h2 {
    font-size: 1.4em;
  }

  .sl_ap_use_bq {
    text-align: left;
    font-size: 0.8em;
  }

  .sl_ap_it_item {
    margin-top: 12px;
  }

  .sl_ap_it_item_sc img {
    width: 90%;
  }

  .sl_ap_it_item_sc h3 {
    font-size: 1em;
  }

  .sl_ap_it_item_sc p {
    color: #1b1b1b;
    font-size: 0.8em;
    width: 95%;
  }

  .sl_ap_pd {
    padding-top: 24px;
  }

  .sl_ap_pd_title {
    font-size: 1.4em;
  }

  .sl_ap_pd_wrapper {
    width: 100%;
    position: relative;
  }

  .sl_ap_pd_wrapper a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .sl_ap_pd_current {
    width: 100%;
    display: block;
    margin-top: 24px;
  }

  .sl_ap_pd_list {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 18px;
    right: 12px;
    z-index: 2;
  }

  .sl_ap_pd_item {
    width: 70px;
    height: 40px;
    border: 3px solid #ffffff;
    margin-left: 8px;
    cursor: pointer;
  }

  .swiper-container_one {
    padding-top: 0;
  }

  .sl_ap_gc_title {
    font-size: 1.4em;
    padding: 0 0 24px 0;
  }

  .pc-banner-gc {
    background-color: #fff;
    padding-bottom: 128px;
    display: none;
  }

  .solution_content_des_ap {
    margin-bottom: 24px;
    padding: 0 16px;
    text-align: left;
  }
  .solution_content_des_dk {
    display: none;
  }
  .solution_content_des_mb {
    display: block;
  }

  .sl_contact {
    width: 100%;
    position: relative;
  }

  .sl_contact_bg {
    display: block;
    width: 100%;
    height: 240px;
  }

  .sl_contact_container {
    width: 100%;
  }

  .sl_contact_container h2 {
    font-size: 1.4em;
    text-align: center;
  }

  .sl_contact_container p {
    font-size: 1em;
    text-align: center;
    margin: 12px 0 0 0;
  }

  .sl_contact_container_phone {
    margin: 16px 0 0 0;
    justify-content: center;
  }

  .sl_contact_container_phone img {
    width: 24px;
    height: 24px;
  }

  .sl_contact_container_phone h3 {
    font-size: 1.2em;
    margin: 0 0 0 8px;
  }

  .sl_contact_container_btns {
    margin-top: 24px;
    justify-content: center;
  }

  .sl_ap_gc_title-swiper-container {
    display: block;
    background-color: #fff;
    margin: 0;
  }

  .sl_ap_gc_title-swiper-container .swiper-slide {
    margin: 0 0 36px 0;
  }

  .sl_competition_ds {
    padding-top: 36px;
  }
  .sl_competition_ds img {
    width: 50%;
  }
  .sl_competition_ds .sl_ap_it_item_sc {
    padding-left: 12px;
  }
  .sl_competition_video {
    padding-top: 48px;
  }
  .sl_competition_info {
    margin-top: 48px;
  }
  .sl_competition_info_container {
  }
  .sl_competition_info_item {
    flex: 1;
    padding: 4px 0 4px;
  }
  .sl_competition_info_item h3 {
    font-size: 1em;
  }
  .sl_competition_info_item p {
    font-size: 0.8em;
  }
}
