.i_container {
  width: 100%;
  max-width: 2560px;
  background: url(../img/special/locat_bg.webp)no-repeat top;
  margin: 0 auto;
  overflow: hidden;
}

.i_banner {
  box-sizing: border-box;
  padding: 0 16px;
  width: 100%;
  max-width: 2560px;
  height: 740px;
}

.ib_cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 130px;
  justify-content: space-between;
}

.ib_cont .ib_cont_left {
  padding-top: 0px
}

.ib_cont p {
  font-size: 16px;
  color: #163561;
}

.ib_cont p.ib_title {
  font-size: 42px;
  color: #333;
  font-weight: bold;
}

.ib_titles_2 {
  position: relative;
  z-index: 1;
}

.ib_titles_2 span {
  position: absolute;
  display: inline-block;
  width: 156px;
  height: 22px;
  background-color: #92eeaa;
  z-index: -1;
  border-radius: 10px;
  opacity: 0.5;
  top: 32px;
  left: 51px;
}

.ib_text {
  width: 538px;
  margin-top: 25px;
}

.ib_cont p:nth-child(3) {
  font-weight: bold;
}

.ib_cont_left a {
  display: block;
  width: 240px;
  height: 68px;
  background: #0d86ff;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 6px 18px 0px rgba(13, 134, 255, 0.24);
  text-align: center;
  line-height: 68px;
  margin-top: 60px;
  cursor: pointer;
}

.ib_cont_left a:hover {
  background-color: #49a4ff;
}

.ib_cont_right {
  width: 564px;
  height: 515px;
  background: url(../img/special/locat_img.webp)no-repeat center;
  background-size: cover;
  margin-left: 0px;
  position: relative;
  margin-top: 0px;
}

.ib_cont_5 {
  text-align: center;
  min-height: 420px;
  margin-bottom: 160px;
}

.icnt2_2.c5_title {
  color: #465469;
  font-size: 42px;
  font-weight: bold;
}

.ib_cont_5 .icnt2_2 {
  color: #333;
}

.c5_cont {
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 14px;
  color: #333;
}

.c5_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 50px;
  height: max-content;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 13px;
}

.cd_cont {
  display: flex;
  width: max-content;
  height: 78px;
  cursor: pointer;
}

.c5_detail .cd_cont:last-child {
  margin-right: 0;
}

.cd_cont:hover {
  background-color: #f5f7fa;
  border-radius: 10px;
}

.cd_cont span {
  display: block;
}

.cd_cont img {
  margin-top: -6px;
}

.cd_cont p:nth-child(1) {
  margin-right: 15px;
}

.cd_cont p:nth-child(2) {
  margin-top: 18px;
  text-align: left;
  margin-left: -26px;
}

.icnt2_2 {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

.continent {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.continent .title {
  background: url('../img/special/tit_bg.png')no-repeat;
  height: 50px;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  color: #0D86FF;
  padding-left: 40px;
}

.continent .country {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.continent .country .all-countries {
  width: 296px;
  padding-left: 40px;
  margin-top: 20px;
}

.continent .country .all-countries .country-name {
  font-size: 18px;
  line-height: 40px;
  color: #6F7E9D;
}

.window_download,
.mac_download {
  display: none;
}


@media screen and (max-width: 1160px) {
  .i_banner {
    box-sizing: border-box;
    padding-bottom: 20px;
    height: max-content;
  }

  .i_banner .ib_cont .ib_cont_left {
    width: 100%;
  }

  .i_banner .ib_cont .ib_cont_left p {
    width: 100%;
  }

  .i_banner .ib_cont .ib_cont_right {
    display: none;
  }
}


@media screen and (max-width: 1045px) {
  .ib_cont_5 {
    box-sizing: border-box;
    padding: 0 16px;
  }

  .ib_text {
    margin-top: 10px;
  }

  .ib_cont {
    padding-top: 80px;
  }

  .ib_cont p.ib_title {
    font-size: 28px;
  }

  .icnt2_2.c5_title {
    font-size: 28px;
    margin-top: 16px;
  }

  .icnt2_2 {
    margin-top: 0;
  }

  .continent .title {
    font-size: 24px;
  }
  .continent .country .all-countries .country-name {
    font-size: 16px;
    line-height: 1.88;
  }
}