.e_menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-bottom: 1px solid #004080;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.e_menuItem {
  text-transform: uppercase;
  flex: auto;
  font-size: 18px;
  text-align: center;
  font-weight: 100;
  color: #666;
  border-right: 1px solid #eee;
}
.e_menuItem:last-child {
  border-right: none;
}
.e_menuItem p {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-family: GothamRnd-Light;
}
.e_menuItem span {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background: #f8f8f8;
  display: none;
}
.e_menuItem span:after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 50%;
  top: 5px;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #004080;
}
.e_menuItem.active span {
  display: block;
}
.position h2 {
  text-align: center;
}
.send {
  margin: 80px;
  text-align: center;
}
.s_btn:hover {
  color: #fff;
  text-decoration: none;
}
.s_btn:active {
  color: #fff;
  text-decoration: none;
}
.s_btn:visited {
  color: #fff;
  text-decoration: none;
}
.s_btn:link {
  color: #fff;
  text-decoration: none;
}
.s_btn {
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 160px;
  background: #004080;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  line-height: 60px;
  text-decoration: none;
}
.loadMore {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  margin: 50px 0;
  color: #8f8f8f;
}
.mid {
  margin-bottom: 30px;
}
.address {
  font-size: 18px;
  font-weight: 400;
  text-align: LEFT;
  color: #004080;
  line-height: 36px;
  margin-bottom: 30px;
}
.contact {
  width: 100%;
  overflow: hidden;
}
.contact img {
  width: auto;
}
.detail_ct {
  width: 1300px;
  margin: 0 auto;
}

.position_ct span {
  text-align: justify;
  word-break: break-all;
  text-justify: distribute;
}

@media only screen and (max-width: 1000px) {
  .detail_ct {
    width: 100%;
    padding: 10px;
  }
  .detail_ct li span {
    font-size: 14px !important;
  }
  .e_menu {
    display: none;
    overflow-x: scroll;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .e_menuItem {
    border-right: none;
    flex: 0;
  }

  .e_menuItem {
    font-size: 12px;
  }

  .we_pr {
    padding: 0;
  }

  .e_menuItem p {
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    width: 100%;
    white-space: nowrap;
    font-family: GothamRnd-Light;
  }
  .send {
    margin: 20px auto;
    text-align: center;
  }
  .s_btn {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 120px;
    background: #004080;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    line-height: 40px;
  }
  .position_ct span{
    font-size: 14px !important;
  }
}
