/* rail */
.containermap {
  margin: 0 auto;
  width: 96%;
}

.rail a {
  display: inline-block;
  margin: 80px 120px 60px 0;
  font-size: 26px;
  color: #000000;
}

.rail a:hover {
  color: #F9A51B;
  transition: 0.6s;
}

.gorange {
  color: #F9A51B !important;

  transition: 0.6s;
  flex-direction: column;
}


.map_box {
  position: relative;
  width: 100%;
}

.map_box img {
  display: block;
  width: 100%;
}

.map_box ul li {
  position: absolute;
}

.map_box ul li:nth-child(1) {
  top: 28%;
  right: 21.8%;
}

.map_box ul li:nth-child(2) {
  top: 47%;
  right: 17.5%;
}

.map_box ul li:nth-child(3) {
  top: 47%;
  right: 18%;
}

.location_list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 90px 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
}



.location_list li {
  padding: 100px 60px 90px 60px;
  width: 30%;
  /* background-image: url(../image/about_us/三角形\ 1.png); */
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.location_list li h4 {
    font-weight: bold;
    color: #004766;
}

.location_list li p {
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location_list li:hover {
  background-image: url(../image/about_us/三角形\ 1.png);
  transition: all 0.6s;
}

@media screen and (max-width: 1680px) {
  .location_list li {
    /* padding: 100px 30px 90px 30px; */
    width: 25%;
  }
  
  .location_list {
      font-size: 18px;
  }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
  .rail a {
    margin: 60px 100px 40px 0;
    font-size: 20px;
  }

  /*.location_list li h4,*/
  /*.location_list li p {*/
  /*  font-size: 20px;*/
  /*}*/

  .location_list {
    margin: 30px 0 30px 0;
  }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {

  .location_list li h4,
  .location_list li p {
    font-size: 16px;
  }

  .location_list li {
    padding: 100px 30px 90px 30px;
    width: 25%;
  }
}

@media screen and (max-width: 980px) {
  .location_list li {
    padding: 100px 20px 90px 20px;
    width: 27%;
  }
}

@media screen and (max-width: 768px) {
  .rail a {
      margin: 30px 50px 20px 0;
      font-size: 18px;
    }

        .location_list li {
          padding: 50px 20px 45px 20px;
        }

  .location_list {
    flex-wrap: wrap;
  }

  .location_list li {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }

  .location_list li p {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}