@charset "UTF-8";
:root {
  overflow-x: hidden;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 动画 */
@-webkit-keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* 颜色 */
.grey-1 {
  background-color: rgb(241, 242, 247);
}

.background-fff {
  background-color: #ffffff;
}

/* 图片 */
.eng-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 按钮 */
.a-bnt {
  padding-right: 70px;
  padding-left: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  font-family: "DM Sans-Bold";
  line-height: 21px;
  color: #fff;
  background-color: #005096;
}
.a-bnt:hover {
  opacity: 0.9;
  color: #fff;
}

/* 常用字号 */
main {
  font-family: "DM Sans-Regular";
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 26px;
  color: #20242B;
}

.e-tiitle {
  font-family: "DM Sans-Bold";
  font-size: 32px;
  letter-spacing: -0.32px;
  line-height: 46px;
  color: #20242B;
}

.e-tiitle-grey {
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 22px;
  color: #666;
}

.e-tiitle-color {
  font-family: "DM Sans-Bold";
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 32px;
  color: #005096;
}

.e-tiitle-color-two {
  font-family: "DM Sans-Bold";
  font-size: 26px;
  letter-spacing: -0.26px;
  line-height: 38px;
  color: #005096;
}

/*主体内容及边距*/
.eng-all-max {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

.eng-content-max {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.all-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.e-content-padding {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.e-margin-top {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .padding-1 {
    padding-right: 2.26vw !important;
    padding-left: 2.26vw !important;
  }
}

/* 锚点定位 */
.anchor-location {
  border-bottom: #D9D9D9 solid 1px;
  background-color: #fff;
}
.anchor-location.flexOn {
  width: 100%;
  position: fixed;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 0;
  z-index: 99;
}
.anchor-location ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.anchor-location ul a,
.anchor-location ul li {
  line-height: 21px;
  color: #333333;
  padding-top: 19px;
  padding-bottom: 18px;
  cursor: pointer;
}
.anchor-location ul a:not(:last-child),
.anchor-location ul li:not(:last-child) {
  margin-right: 92px;
}
.anchor-location ul li.on {
  border-bottom: #005096 2px solid;
  color: #005096;
}
.anchor-location ul li.on a {
  color: #005096;
}

/*轮播图 */
.e-banner {
  position: relative;
  height: 100%;
}
.e-banner .txt {
  font-family: "DM Sans-Bold";
  font-size: 42px;
  letter-spacing: -0.42px;
  line-height: 50px;
  color: #ffffff;
  background-color: rgba(1, 78, 158, 0.8);
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 54px;
  padding-left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.e-banner2 {
  position: relative;
  height: 100%;
  background: url(../assets/images/common/banner_2.png);
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.e-banner2 .txt {
  font-family: "DM Sans-Bold";
  color: #ffffff;
  margin: auto;
  font-size: 42px;
  letter-spacing: -0.42px;
  line-height: 50px;
  margin-top: 40px;
}
.e-banner2 .e-banner-sub, .e-banner2 .e-banner-time {
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "DM Sans-Regular";
}
.e-banner2 .e-banner-time {
  margin-bottom: 30px;
}
.e-banner2 .e-banner-sub {
  margin-top: 30px;
}
.e-banner2 > div:last-child.txt, .e-banner2 > div:nth-child(2).txt {
  margin-top: auto;
}

.baner-1 {
  background-size: cover;
  height: 240px;
}

/* Insights */
.e-insights .insights-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.e-insights .insights-box li {
  width: 33.333%;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.e-insights .insights-box li .txt-box {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #DADADA;
  border-top: none;
  height: 363px;
}
.e-insights .insights-box li .insights-img {
  height: 202px;
}
.e-insights .insights-box li .insights-data {
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #20242B;
  line-height: 16px;
  padding-top: 25px;
}
.e-insights .insights-box li .insights-data span {
  position: relative;
  padding-right: 8px;
  margin-right: 6px;
}
.e-insights .insights-box li .insights-data span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #20242B;
}
.e-insights .insights-box li .insights-title {
  margin-top: 25px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.e-insights .insights-box li .insights-txt {
  margin-top: 25px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.e-insights .a-bnt {
  margin-top: 30px;
}

/* overview */
.e-overview {
  min-height: 328px;
  height: 100%;
  display: table;
}
.e-overview > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.e-overview .logo-img {
  width: 48.5%;
  height: 100%;
}
.e-overview .text-box .e-tiitle {
  line-height: 42px;
  margin-bottom: 20px;
}

a:hover {
  text-decoration: none;
}
a:hover div {
  color: #005096 !important;
}

.over-hidden-4 {
  display: -webkit-box;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.content-2 .glance-body {
  font-weight: 400;
  margin-top: 20px;
  width: 890px;
  margin-bottom: 30px;
}
.content-2 .glance-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-2 .glance-card .glance-card-item {
  width: 33%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top: 4px solid;
  border-bottom: 1px solid;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  max-width: 360px;
  border-top-width: 4px;
  border-bottom-width: 1px;
}
.content-2 .glance-card .glance-card-item .item-num {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 10px;
}
.content-2 .glance-card .glance-card-item:nth-child(2) .item-sub {
  width: 202px;
}
.content-2 .glance-card .glance-card-item:nth-child(3) .item-sub {
  width: 280px;
}
.content-2 .glance-card .glance-card-item:nth-child(1) {
  border-top-color: #179fcf;
}
.content-2 .glance-card .glance-card-item:nth-child(1) .item-num {
  color: #179fcf;
}
.content-2 .glance-card .glance-card-item:nth-child(2) {
  border-top-color: #ffc819;
}
.content-2 .glance-card .glance-card-item:nth-child(2) .item-num {
  color: #ffc819;
}
.content-2 .glance-card .glance-card-item:nth-child(3) {
  border-top-color: #005096;
}
.content-2 .glance-card .glance-card-item:nth-child(3) .item-num {
  color: #005096;
}
.content-2 .glance-source {
  font-weight: 400;
  color: #666666;
  font-family: "DM Sans-Regular";
  font-size: 14px;
  line-height: 22px;
}

.content-3 .culture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}
.content-3 .culture .culture-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../assets/images/about_us/banner2.png);
  background-size: cover;
  width: 317px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 130px;
}
.content-3 .culture .culture-left > div {
  color: #fff;
  font-family: "DM Sans-Bold";
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 30px;
}
.content-3 .culture .culture-left > a > div {
  background-color: #ffc819;
  font-family: "DM Sans-Bold";
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
}
.content-3 .culture .culture-right {
  width: 883px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../assets/images/about_us/banner1.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.content-3 .culture .culture-right > div {
  background: #005096;
  opacity: 0.8;
  color: #fff;
  width: 250px;
  height: 180px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 30px;
}
.content-3 .culture .culture-right > div:nth-child(1), .content-3 .culture .culture-right > div:nth-child(3) {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.content-3 .culture .culture-right > div > div:last-child {
  margin-top: 10px;
  font-family: "DM Sans-Bold";
  font-weight: 400;
}
.content-3 .culture .culture-right::after {
  content: "";
  position: absolute;
  background: #005096;
  opacity: 0.8;
  width: 50px;
  height: 50px;
  top: 50px;
  right: 50px;
}

.content-4 .chart-title {
  margin-bottom: 20px;
}
.content-4 .chart-sub {
  max-width: 890px;
  font-family: "DM Sans-Regular";
  color: #20242b;
  font-weight: 400;
}
.content-4 .chart-body {
  border: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 1px;
  padding-top: 23px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}
.content-4 .chart-body .echart-body-left {
  width: 690px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content-4 .chart-body .echart-body-left table {
  width: 100%;
}
.content-4 .chart-body .echart-body-left table thead {
  background-color: #014e9e;
  color: #fff;
  line-height: 46px;
  font-size: 16px;
}
.content-4 .chart-body .echart-body-left table thead tr th:first-child {
  padding-left: 26px;
}
.content-4 .chart-body .echart-body-left table thead tr th:last-child {
  padding-right: 49px;
  text-align: right;
  text-align: center;
  width: 100px;
}
.content-4 .chart-body .echart-body-left table tbody tr {
  border-bottom: 1px solid #dadada;
  color: #20242b;
  font-weight: 400;
  font-size: 16px;
  border-bottom-width: 1px;
}
.content-4 .chart-body .echart-body-left table tbody tr th:first-child {
  position: relative;
  padding-left: 20px;
  line-height: 46px;
  font-weight: 400;
}
.content-4 .chart-body .echart-body-left table tbody tr th:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #005096;
  width: 6px;
  height: 6px;
  top: 20px;
}
.content-4 .chart-body .echart-body-left table tbody tr:nth-child(2) th::after {
  background-color: #1D67B3;
}
.content-4 .chart-body .echart-body-left table tbody tr:nth-child(3) th::after {
  background-color: #397EC4;
}
.content-4 .chart-body .echart-body-left table tbody tr:nth-child(4) th::after {
  background-color: #5594D4;
}
.content-4 .chart-body .echart-body-left table tbody tr:nth-child(5) th::after {
  background-color: #1EB9E1;
}
.content-4 .chart-body .echart-body-left table tbody tr:nth-child(6) th::after {
  background-color: #55AFD4;
}
.content-4 .chart-body .echart-body-left table tbody tr th:last-child {
  padding-right: 49px;
  text-align: right;
  text-align: center;
  width: 100px;
  font-weight: 400;
}
.content-4 .chart-body .echart-body-left table tbody tr:last-child {
  border-bottom: none;
}
.content-4 .chart-body .echart-body-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}
.content-4 .chart-body .echart-body-right .box-right {
  width: 350px;
  height: 350px;
}
.content-4 .showTip {
  margin-top: 20px;
  font-size: 14px;
  font-family: "DM Sans-Regular";
  color: #666666;
}

.content-5 .e-tiitle {
  margin-bottom: 30px;
}
.content-5 .structure-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-5 .structure-item > div {
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 265px;
}
.content-5 .structure-item > div > div:first-child {
  line-height: 46px;
  font-size: 20px;
  background-color: #005096;
  color: #fff;
  font-family: "DM Sans-Bold";
  text-align: center;
}
.content-5 .structure-item > div > div:last-child {
  border: 1px solid #dadada;
  border-top: 0;
  height: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}
.content-5 .structure-item > div > div:last-child li {
  position: relative;
  padding-left: 30px;
}
.content-5 .structure-item > div > div:last-child li::after {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 5px;
  top: 12.5px;
}

.content-6 .e-tiitle {
  margin-bottom: 20px;
}
.content-6 .qualifications-sub {
  width: 890px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.content-6 .qualifications-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-6 .qualifications-body > div > div {
  color: #005096;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-top: 20px;
}
.content-6 .qualifications-body > div > div::after {
  content: "";
  position: absolute;
  background-color: #179fcf;
  left: 0;
  width: 6px;
  height: 6px;
  line-height: 26px;
  top: 10px;
}
.content-6 .qualifications-body > div > div.annotation {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.content-6 .qualifications-body > div > div.annotation::after {
  width: 0;
  height: 0;
}
.content-6 .qualifications-body > div:last-child {
  margin-left: 80px;
}

.content-7 .awards-sub {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 890px;
}
.content-7 .awards-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-7 .awards-body .awards-item {
  background-color: #f8fafd;
  border-top: 4px solid #005096;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 49%;
  position: relative;
  max-width: 550px;
  min-height: 210px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 34px;
  border-top-width: 4px;
  margin-bottom: 20px;
}
.content-7 .awards-body .awards-item div:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.content-7 .awards-body .awards-item::after {
  content: "";
  position: absolute;
}
.content-7 .awards-body .awards-item.Morningstar::after {
  background: url(../assets/images/about_us/icon1.png);
  width: 241.74px;
  height: 52.8px;
  right: 30px;
  bottom: 45px;
  background-size: cover;
}
.content-7 .awards-body .awards-item.Golden-Bull::after {
  background: url(../assets/images/about_us/icon2.png);
  width: 93.48px;
  height: 84.2px;
  right: 30px;
  bottom: 30px;
  background-size: cover;
}
.content-7 .awards-body .awards-item.Golden-Fund::after {
  background: url(../assets/images/about_us/icon3.png);
  width: 55px;
  height: 127.51px;
  right: 30px;
  bottom: 18px;
  background-size: cover;
}
.content-7 .awards-body .awards-item.Star-Fund::after {
  background: url(../assets/images/about_us/icon4.png);
  width: 86px;
  height: 89px;
  right: 30px;
  bottom: 30px;
  background-size: cover;
}
.content-7 .awards-body .awards-num {
  color: #005096;
  font-size: 40px;
  font-family: "DM Sans-Bold";
  font-weight: bold;
}
.content-7 .awards-body .awards-annotation {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

.content-8 {
  padding-bottom: 0;
}
.content-8 .map {
  position: relative;
  margin-top: 27px;
}
.content-8 .map img {
  width: 100%;
}
.content-8 .map .map-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-8 .map .map-item > div {
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content-8 .map .map-item > div::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  background-color: #179fcf;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.content-8 .map .map-item > div::before {
  content: "";
  position: absolute;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.content-8 .map .map-item > div .coverage-line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.content-8 .map .map-item > div .coverage-line::after, .content-8 .map .map-item > div .coverage-line::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
}
.content-8 .map .map-item > div:hover {
  color: #005096 !important;
  font-size: 32px;
}
.content-8 .map .map-item > div:hover::after {
  background-color: #ffc819;
  -webkit-transform: scale(1.85);
  -ms-transform: scale(1.85);
  transform: scale(1.85);
}
.content-8 .map .map-item > div:hover .coverage-line::before {
  -webkit-transform: scale(1.85);
  -ms-transform: scale(1.85);
  transform: scale(1.85);
}
.content-8 .map .map-item > :nth-child(1) {
  top: 18.82%;
  left: 13.93%;
  width: 64px;
  height: 51px;
}
.content-8 .map .map-item > :nth-child(1)::after {
  bottom: -13px;
  left: -13px;
}
.content-8 .map .map-item > :nth-child(1)::before {
  content: "Europe";
  right: -6px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  top: -13px;
}
.content-8 .map .map-item > :nth-child(1) .coverage-line {
  border-top: 1px solid #f1f2f7;
  border-left: 1px solid #f1f2f7;
  border-left-width: 1px;
  border-top-width: 1px;
}
.content-8 .map .map-item > :nth-child(1) .coverage-line::before {
  left: -3px;
  bottom: -3px;
}
.content-8 .map .map-item > :nth-child(1) .coverage-line::after {
  top: -3px;
  right: -3px;
}
.content-8 .map .map-item > :nth-child(2) {
  top: 52.51%;
  left: 12.86%;
  width: 23px;
  height: 32px;
}
.content-8 .map .map-item > :nth-child(2)::after {
  top: -13px;
  left: -13px;
}
.content-8 .map .map-item > :nth-child(2)::before {
  content: "Africa";
  right: -6px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  bottom: -13px;
}
.content-8 .map .map-item > :nth-child(2) .coverage-line {
  border-bottom: 1px solid #f1f2f7;
  border-left: 1px solid #f1f2f7;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
.content-8 .map .map-item > :nth-child(2) .coverage-line::before {
  left: -3px;
  top: -3px;
}
.content-8 .map .map-item > :nth-child(2) .coverage-line::after {
  bottom: -3px;
  right: -3px;
}
.content-8 .map .map-item > :nth-child(3) {
  top: 33.69%;
  left: 38.39%;
  width: 23px;
  height: 32px;
}
.content-8 .map .map-item > :nth-child(3)::after {
  top: -13px;
  left: -13px;
}
.content-8 .map .map-item > :nth-child(3)::before {
  content: "Mainland China";
  right: -6px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  bottom: -13px;
}
.content-8 .map .map-item > :nth-child(3) .coverage-line {
  border-bottom: 1px solid #f1f2f7;
  border-left: 1px solid #f1f2f7;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
.content-8 .map .map-item > :nth-child(3) .coverage-line::before {
  left: -3px;
  top: -3px;
}
.content-8 .map .map-item > :nth-child(3) .coverage-line::after {
  bottom: -3px;
  right: -3px;
}
.content-8 .map .map-item > :nth-child(4) {
  top: 59.32%;
  left: 45.45%;
  width: 23px;
  height: 32px;
}
.content-8 .map .map-item > :nth-child(4)::after {
  top: -13px;
  left: -13px;
}
.content-8 .map .map-item > :nth-child(4)::before {
  content: "Asia Pacific";
  right: -6px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  bottom: -13px;
}
.content-8 .map .map-item > :nth-child(4) .coverage-line {
  border-bottom: 1px solid #f1f2f7;
  border-left: 1px solid #f1f2f7;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
.content-8 .map .map-item > :nth-child(4) .coverage-line::before {
  left: -3px;
  top: -3px;
}
.content-8 .map .map-item > :nth-child(4) .coverage-line::after {
  bottom: -3px;
  right: -3px;
}
.content-8 .map .map-item > :nth-child(5) {
  top: 24.37%;
  left: 76.43%;
  width: 24px;
  height: 32px;
}
.content-8 .map .map-item > :nth-child(5)::after {
  top: -13px;
  left: -13px;
}
.content-8 .map .map-item > :nth-child(5)::before {
  content: "North America";
  right: -6px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  bottom: -13px;
}
.content-8 .map .map-item > :nth-child(5) .coverage-line {
  border-bottom: 1px solid #f1f2f7;
  border-left: 1px solid #f1f2f7;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
.content-8 .map .map-item > :nth-child(5) .coverage-line::before {
  left: -3px;
  top: -3px;
}
.content-8 .map .map-item > :nth-child(5) .coverage-line::after {
  bottom: -3px;
  right: -3px;
}
.content-8 .map .map-item > :nth-child(6) {
  top: 57.53%;
  left: 89.02%;
  width: 24px;
  height: 32px;
}
.content-8 .map .map-item > :nth-child(6)::after {
  top: -13px;
  right: -13px;
}
.content-8 .map .map-item > :nth-child(6)::before {
  content: "South America";
  left: -6px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  bottom: -13px;
}
.content-8 .map .map-item > :nth-child(6) .coverage-line {
  border-bottom: 1px solid #f1f2f7;
  border-right: 1px solid #f1f2f7;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
.content-8 .map .map-item > :nth-child(6) .coverage-line::after {
  left: -3px;
  bottom: -3px;
}
.content-8 .map .map-item > :nth-child(6) .coverage-line::before {
  top: -3px;
  right: -3px;
}
.content-8 .map .map-item > :nth-child(7) {
  top: 36.53%;
  left: 23.56%;
  width: 24px;
  height: 32px;
}
.content-8 .map .map-item > :nth-child(7)::after {
  top: -13px;
  right: -13px;
}
.content-8 .map .map-item > :nth-child(7)::before {
  content: "Middle East";
  left: -6px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  bottom: -13px;
}
.content-8 .map .map-item > :nth-child(7) .coverage-line {
  border-bottom: 1px solid #f1f2f7;
  border-right: 1px solid #f1f2f7;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
.content-8 .map .map-item > :nth-child(7) .coverage-line::after {
  left: -3px;
  bottom: -3px;
}
.content-8 .map .map-item > :nth-child(7) .coverage-line::before {
  top: -3px;
  right: -3px;
}

.content-9 .content-sub {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-9 .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-9 .content-body .content-email {
  margin-left: 80px;
}
.content-9 .content-body .content-tel span:last-child p, .content-9 .content-body .content-email span:last-child p {
  color: #005096;
  display: inline-block;
}
.content-9 a .content-button {
  color: #fff !important;
  background-color: #005096;
  display: inline-block;
  line-height: 46px;
  margin-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
}
.awards-annotation{font-size:14px;color:#666;}
