.g-swiperFour .item {
  text-align: right;
}

.g-crumb a:after {
  content: "";
}
.jiantou {
  color: #fff;
}
.g-crumb a {
  padding-right: 0 !important;
}

.md-c-2 {
  margin: 4% 0;
}
.md-c-0 {
  margin: 0% 0;
  margin-top: 0 !important;
}
.map {
  margin: 2% 0;
}
.show-part * {
  font-size: 1.1rem;
  padding-right: 10px;
}
.show-part {
  position: relative;
  height: 3rem; /* 原来 4rem */
  line-height: 3rem; /* 跟随高度保持文字居中 */
  width: 29.4%;
  left: 0;
  /* margin: 0 1.3%; */
  /* float: left; */
  border: 1px solid #e0e0e0;
  padding: 0;
  background: linear-gradient(to left, #a7a7a7, #a7a7a7) left top no-repeat,
    linear-gradient(to bottom, #a7a7a7, #a7a7a7) left top no-repeat,
    linear-gradient(to left, #a7a7a7, #a7a7a7) right top no-repeat,
    linear-gradient(to bottom, #a7a7a7, #a7a7a7) right top no-repeat,
    linear-gradient(to left, #a7a7a7, #a7a7a7) left bottom no-repeat,
    linear-gradient(to bottom, #a7a7a7, #a7a7a7) left bottom no-repeat,
    linear-gradient(to left, #a7a7a7, #a7a7a7) right bottom no-repeat,
    linear-gradient(to left, #a7a7a7, #a7a7a7) right bottom no-repeat;
  background-size: 0.12rem 0.6rem, 0.6rem 0.12rem, 0.12rem 0.6rem,
    0.6rem 0.12rem;
}

.show-part::after {
  content: "\25bc";
  color: #003b90;
  position: absolute;
  top: 0;
  left: 0.8rem;
  bottom: 0;
  line-height: 3rem; /* 跟随修改 */
  text-align: center;
  pointer-events: none;
}

.show-part-1 {
  position: relative;
  height: 3rem; /* 原来 4rem */
  line-height: 3rem;
  width: 22.4%;
  margin: 0 1.3%;
  float: left;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 0;
  margin-bottom: 1rem;
}

select {
  color: #003b90;
  font-weight: bold;
  height: 2.4rem; /* 略小于父容器 */
  cursor: pointer;
  width: 100%;
  background: #f0f0f0;
  outline: 0;
  border: 0;
  overflow: hidden;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.ContactInformation {
  display: flex;
  justify-content: space-between;
}

.contactLeft {
  width: 49%;
  background-color: #f2f2f2; /* 方便查看 */
  padding: 10px;
}

.contactCenter {
  width: 0.3%;
  background-color: #ddd;
  /* padding: 10px; */
  text-align: center;
}

.contactRight {
  width: 50%;
  background-color: #f2f2f2;
  padding: 10px;
}

.ContactInformation .row h4 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  /* margin-bottom: 1rem; */
  font-family: "Oswald";
  word-spacing: 0.4rem;
}

.ContactInformation .row {
  display: flex;
  /* align-items: center; */
  /* align-content: center; */
  justify-content: space-around;
}

.leftTitle {
  width: 26%;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  /* margin-top: 4%; */
}
.rightContent {
  width: 74%;
  /* text-align: left; */
}

.rightContent .col-24 {
  background-color: #fff;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.rightContent .col-24 .title {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0.4rem;
  line-height: 1.8rem;
}
.rightContent .col-24 .t {
  background-repeat: no-repeat;
  background-position: right 0.5rem;
  padding: 0.2rem;
  padding-right: 1.4rem;
  word-break: break-all;
  font-size: 1rem;
}
.rightContent .col-24 .t1 {
  background-image: url(/template/default/index/images/overseas1.png);
}
.rightContent .col-24 .t2 {
  background-image: url(/template/default/index/images/overseas2.png);
}
.rightContent .col-24 .t3 {
  background-image: url(/template/default/index/images/overseas3.png);
}
.rightContent .col-24 .t4 {
  background-image: url(/template/default/index/images/overseas4.png);
}

.rightContent .row {
  direction: ltr;
}

@media (max-width: 576px) {
  .ContactInformation {
    display: block;
  }
  .contactLeft {
    width: 100%;
  }
  .contactRight {
    width: 100%;
  }
  .contactCenter {
    display: none;
  }
  .show-part{
    width: 35%;
  }
}
.rightContent .col-24 .t1{
  /* unicode-bidi: bidi-override */
}