#welcome {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
#welcome div.logo {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
#welcome div.slogan {
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  text-align: center;
}
#welcome div.map {
  height: 665px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../_img/welcome/banner.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
#welcome div.map div.block {
  width: 350px;
  max-width: 95%;
  height: 180px;
  text-align: center;
  color: #FFFFFF;
  background: rgba(218, 25, 18, 0.9);
  position: absolute;
  left: 21.875%;
  top: 70px;
  line-height: 160%;
}
#welcome div.map div.block .title {
  font-size: 30px;
  padding-top: 40px;
  line-height: 40px;
}
#welcome div.map div.block .title_en {
  font-size: 20px;
  line-height: 30px;
}
#welcome div.map div.block .arrow {
  width: 27px;
  height: 35px;
  margin: auto;
  background-image: url(../_img/welcome/home_arrow_left.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
#welcome div.map div.block.right {
  left: 55%;
}
#welcome div.map div.block.right .arrow {
  background-image: url(../_img/welcome/home_arrow_right.png);
}

#footer {
  text-align: center;
  background: #EEEEEE;
  line-height: 48px;
  font-size: 12px;
  color: #888888;
}

@media only screen and (max-width: 1080px) {
  #welcome div.map div.block {
    left: 10%;
  }
  #welcome div.map div.block.right {
    left: auto;
    right: 10%;
  }
}
@media only screen and (max-width: 900px) {
  #welcome div.map div.block {
    left: 1%;
  }
  #welcome div.map div.block.right {
    right: 1%;
  }
}
@media only screen and (max-width: 740px) {
  #welcome div.map div.block {
    margin: 10px auto;
    position: relative;
    top: 40px;
    left: auto;
  }
  #welcome div.map div.block.right, #welcome div.map div.block.left {
    right: auto;
  }
  #welcome div.map div.block.right .arrow, #welcome div.map div.block.left .arrow {
    background-image: url(../_img/welcome/arrow_down.png);
  }
}
@media only screen and (max-width: 680px) {
  #footer {
    padding: 10px;
    line-height: 20px;
  }
  #footer span {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #welcome div.slogan {
    font-size: 15px;
  }
}

/*# sourceMappingURL=welcome.css.map */
