@charset "UTF-8";

.s-locations-content {
  background: #fff;
}

.s-locations-base-inner .c-arrow {
  margin: 0 0 1px 0;
}

.s-locations-base-link {
  position: relative;
}

.s-locations-base-link__text {
  position: relative;
  z-index: 10;
}

.s-locations-base-link__bg {
  display: none;
}

.s-locations-item-wrap:last-child {
  margin-bottom: 0;
}

.s-locations-item-wrap .s-locations-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.s-locations-item {
  border-bottom: 1px solid #e7e8ec;
}

body.lang-cn .s-locations-item__inner-left .s-locations-item__inner-address {
  display: flex;
  flex-direction: column;
}

body.lang-cn .s-locations-item__inner-left .s-locations-item__inner-address li {
  display: flex;
}

body.lang-cn .s-locations-item__inner-left .s-locations-item__inner-address li span:first-child {
  width: 3.3em;
}

body.lang-cn .s-locations-item__inner-left .s-locations-item__inner-address li span:last-child {
  flex: 1;
}

.s-locations-item__tel {
  display: inline-block;
  vertical-align: top;
}

.s-locations-item__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
/* 20180514 AMT */
.s-locations-item__viewlinks {
  margin-top: 20px;
}
/* 20180514 AMT */
.s-locations-item__map, .s-locations-item__view {
  border: 2px solid #ccc;
  color: #666;
  border-radius: 22px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-locations-item__map img {
  margin-left: 7px;
  width: 14px;
}

.s-locations-item__map:hover:after {
  content: "";
  display: inline;
  width: 14px;
  height: 20px;
  margin-left: 7px;
  background-image: url("../images/icon-map_on.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.s-locations-item__map:hover img {
  display: none;
}

.s-locations-item__pdf {
  width: 40px;
  height: 40px;
  display: block;
  padding-top: 8px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-left: 10px;
}

body.lang-cn .s-locations-item__pdf {
  margin: 0 10px 0 0;
}

.s-locations-item__pdf .s-profile-print__icon {
  fill: none;
  stroke: #c1c1c1;
  stroke-miterlimit: 10;
  width: 22px;
  height: 19px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* 20180514 AMT */
s-locations-item__map, .s-locations-item__pdf. ,s-locations-item__view{
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-property: background-color border-color;
  transition-property: background-color border-color;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* 20180514 AMT */
.s-locations-item__map:hover, .s-locations-item__pdf:hover, .s-locations-item__view:hover {
  background-color: #06284a;
  border-color: #06284a;
  color: #fff;
}
/* 20180514 AMT */
.s-locations-item__map:hover, .s-locations-item__view:hover .s-profile-print__icon--dw, .s-locations-item__pdf:hover .s-profile-print__icon--dw {
  stroke: #fff;
}
/* 20180514 AMT */
.s-locations-item__map:hover, .s-locations-item__view:hover, .s-profile-print__icon--dw line, .s-locations-item__pdf:hover .s-profile-print__icon--dw line {
  fill: #fff;
}

.s-locations-item__copyright {
  color: #999;
  line-height: 1.6;
}

@media print, screen and (min-width: 769px) {
  .s-locations-head {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  .s-locations-content {
    padding: 50px 65px;
  }
  .s-locations-map {
    position: relative;
    background: url("../images/map-img-index.png") top left no-repeat #ecedf1;
    min-height: 512px;
    background-size: 100%;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .s-locations-map__text {
    margin: 0 125px 13px;
    border: 1px solid #e7e8ec;
    background: #fff;
    padding: 16px 18px;
  }
  .s-locations-base-inner {
    /* padding-top: 285px; */
    padding-top: 330px;
  }
  .s-locations-base-inner .c-button {
    width: 165px;
    margin-right: 124px;
  }
  .s-locations-base-link {
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
  }
  .s-locations-base-link--01 {
    /* top: 31px;
    left: 626px; */
    top: 78px;
    left: 655px;
  }
  .s-locations-base-link--02 {
    /* top: 81px;
    left: 613px; */
    top: 128px;
    left: 642px;
  }
  .s-locations-base-link--03 {
    /* top: 57px;
    left: 623px; */
    top: 104px;
    left: 652px;
  }
  .s-locations-base-link--04 {
    /* top: 31px;
    left: 452px; */
    top: 78px;
    left: 481px;
  }
  .s-locations-base-link--05 {
    /* top: 79px;
    left: 471px; */
    top: 126px;
    left: 500px;
  }
  .s-locations-base-link--06 {
    /* top: 214px;
    left: 490px; */
    top: 258px;
    left: 519px;
  }
  .s-locations-base-link--07 {
    /* top: 175px;
    left: 500px; */
    top: 218px;
    left: 529px;
  }
  .s-locations-base-link--08 {
    /* top: 158px;
    left: 357px; */
    top: 205px;
    left: 386px;
  }
  .s-locations-base-link--09 {
    /* top: 247px;
    left: 503px; */
    top: 294px;
    left: 532px;
  }
  .s-locations-base-link--10 {
    /* top: 112px;
    left: 458px; */
    top: 159px;
    left: 487px;
  }
  .s-locations-base-link--11 {
    /* top: 112px;
    left: 458px; */
    top: 16px;
    left: 94px;
  }
  .s-locations-base-link--12 {
    top: 183px;
    left: 509px;
  }
  .s-locations-base-link .c-arrow {
    display: none;
  }
  body.lang-en .s-locations-base-link--01 {
    /* top: 30px;
    left: 626px; */
    top: 77px;
    left: 654px;
  }
  body.lang-en .s-locations-base-link--02 {
    /* top: 78px;
    left: 613px; */
    top: 125px;
    left: 642px;
  }
  body.lang-en .s-locations-base-link--03 {
    /* top: 54px;
    left: 623px; */
    top: 101px;
    left: 652px;
  }
  body.lang-en .s-locations-base-link--04 {
    /* top: 30px;
    left: 431px; */
    top: 77px;
    left: 460px;
  }
  body.lang-en .s-locations-base-link--05 {
    /* top: 78px;
    left: 433px; */
    top: 125px;
    left: 462px;
  }
  body.lang-en .s-locations-base-link--06 {
    /* top: 212px;
    left: 493px; */
    top: 259px;
    left: 522px;
  }
  body.lang-en .s-locations-base-link--07 {
    /* top: 176px;
    left: 502px; */
    top: 223px;
    left: 531px;
  }
  body.lang-en .s-locations-base-link--08 {
    /* top: 157px;
    left: 353px; */
    top: 204px;
    left: 382px;
  }
  body.lang-en .s-locations-base-link--09 {
    /* top: 248px;
    left: 504px; */
    top: 295px;
    left: 533px;
  }
  body.lang-en .s-locations-base-link--10 {
    /* top: 110px;
    left: 408px; */
    top: 157px;
    left: 427px;
  }
  body.lang-en .s-locations-base-link--11 {
    top: 16px;
    left: 94px;
  }

  body.lang-cn .s-locations-base-link--01 {
    /* top: 31px;
    left: 626px; */
    top: 78px;
    left: 655px;
  }
  body.lang-cn .s-locations-base-link--02 {
    /* top: 81px;
    left: 613px; */
    top: 124px;
    left: 641px;
  }
  body.lang-cn .s-locations-base-link--03 {
    /* top: 57px;
    left: 623px; */
    top: 104px;
    left: 652px;
  }
  body.lang-cn .s-locations-base-link--04 {
    /* top: 31px;
    left: 451px; */
    top: 78px;
    left: 480px;
  }
  body.lang-cn .s-locations-base-link--05 {
    /* top: 79px;
    left: 471px; */
    top: 126px;
    left: 500px;
  }
  body.lang-cn .s-locations-base-link--06 {
    /* top: 214px;
    left: 490px; */
    top: 258px;
    left: 519px;
  }
  body.lang-cn .s-locations-base-link--07 {
    /* top: 175px;
    left: 500px; */
    top: 222px;
    left: 529px;
  }
  body.lang-cn .s-locations-base-link--08 {
    /* top: 158px;
    left: 387px; */
    top: 206px;
    left: 416px;
  }
  body.lang-cn .s-locations-base-link--09 {
    /* top: 247px;
    left: 503px; */
    top: 294px;
    left: 532px;
  }
  body.lang-cn .s-locations-base-link--10 {
    /* top: 111px;
    left: 459px; */
    top: 158px;
    left: 486px;
  }
/* 20220630 */
body.lang-cn .s-locations-base-link--11 {
  top: 16px;
  left: 94px;
}
/* 20220630 */
  .s-locations-base-link:hover {
    background-color: #04274b;
    color: #fff;
  }
  .s-locations-item-wrap {
    margin-bottom: 50px;
  }
  .s-locations-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .s-locations-item__img {
    width: 169px;
    margin-right: 40px;
  }
  .s-locations-item__head {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .s-locations-item__head.dop-item{
    margin-top: 20px;
  }
  .s-locations-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .s-locations-item__inner-left {
    width: 360px;
    margin-right: 15px;
  }
  /* 20220825 */
 body.lang-cn .s-locations-item__inner-left {
    width: 385px;
    margin-right: 15px;
  }
  /* 20220825 */
  .s-locations-item__inner-right {
    width: 300px;
  }
/* 20180514 AMT */
  .s-locations-item__map, .s-locations-item__view {
    width: 200px;
  }
  .s-locations-item__copyright {
    margin-top: 37px;
  }
}

@media only screen and (max-width: 768px) {
  .s-locations-head .c-jumbotron {
    margin-bottom: 0;
  }
  .s-locations-content {
    margin: 40px 10px 10px;
    padding: 22px 20px;
  }
  .s-locations-map {
    background: #fff;
    padding: 0 20px 39px;
    margin: 0 10px 10px;
    position: relative;
  }
  .s-locations-map__text {
    border-top: 1px solid #e7e8ec;
    margin: 15px 0 0;
    padding-top: 15px;
  }
  .s-locations-base-inner .c-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 206px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .s-locations-base-link-list {
    text-align: center;
  }
  .s-locations-base-link {
    display: block;
    margin-bottom: 5px;
  }
  .s-locations-base-link .c-arrow {
    display: none;
  }
  .s-locations-base-link:hover .s-locations-base-link__bg {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .s-locations-item-wrap {
    margin-bottom: 60px;
  }
  .s-locations-item {
    margin-bottom: 25px;
    padding-bottom: 65px;
  }
  .s-locations-item__img {
    margin-bottom: 15px;
    text-align: center;
    padding: 0 62px;
  }
  .s-locations-item__head {
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .s-locations-item__head.dop-item{
    margin-top: 20px;
  }
/* 20180514 AMT */
  .s-locations-item__map, .s-locations-item__view {
    width: 182px;
  }
  .s-locations-item__copyright {
    margin-top: 15px;
  }
}
