.i_container {
  width: 100%;
  min-width: 1200px;
  max-width: 2560px;
  background: url(../img/locat_bg.webp) no-repeat top;
  margin: 0 auto;
}
.i_banner {
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  height: 600px;
}
.ib_cont {
  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: 500px;
  height: 437px;
  background: url(../img/tq.png) no-repeat center;
  margin-left: 0px;
  position: relative;
  background-size: cover;
  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: 1200px;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 14px;
  color: #333;
}
.c5_detail {
  display: flex;
  height: 78px;
  width: 1046px;
  margin: 0 auto;
  margin-bottom: 13px;
}
.cd_cont {
  display: flex;
  width: 224px;
  height: 78px;
  margin-right: 50px;
  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;
}
.c5_detail_2 {
  width: 772px;
}
.icnt2_2 {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

.continent {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.continent .title {
  background: url("../img/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;
}
.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;
}
