.container {
  min-width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}
.container > .map {
  min-width: 1200px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
}
.container > .map .location {
  position: absolute;
  text-align: center;
  height: 0;
  line-height: 0;
}
.container > .map .location > img {
  width: 100px;
  height: 30px;
  margin-left: -50px;
  margin-top: -3px;
}
.container > .map .location > img.active,
.container > .map .location > img:hover {
  width: 120px;
  height: 40px;
}
.container > .map .location > img.active + .box {
  display: block;
}
.container > .map .location > img:hover + .box {
  display: block;
}
.container > .map .location > .box {
  width: 500px;
  height: 200px;
  background: #202125;
  position: absolute;
  left: -250px;
  top: -225px;
  display: none;
}
.container > .map .location > .box > img {
  width: 250px;
  height: 180px;
  vertical-align: top;
  margin-top: 10px;
  margin-left: -5px;
}
.container > .map .location > .box > div {
  display: inline-block;
  margin-left: 5px;
  text-align: left;
  margin-top: 10px;
  width: 225px;
}
.container > .map .location > .box > div > .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  margin: 0;
}
.container > .map .location > .box > div > .detail {
  width: 225px;
  font-size: 12px;
  font-weight: 400;
  color: #cccccc;
  line-height: 25px;
}
.container > .map .location > .box > div > .dot {
  display: inline-block;
  width: 100px;
  height: 32px;
  background: linear-gradient(176deg, rgba(225, 0, 25, 0.53), rgba(148, 18, 39, 0.53));
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  line-height: 32px;
  text-decoration: initial;
}
.container > .map .location > .box > div > .dot > img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 10px;
  margin-top: -3px;
}
.container > .map .location > .box::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -17px;
  left: 48%;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: #202125 transparent transparent transparent;
}
.container > .content > .contact > .select {
  position: absolute;
  top: 180px;
  left: 15px;
  text-align: center;
}
.container > .content > .contact > .select > div {
  display: inline-block;
  position: relative;
}
.container > .content > .contact > .select > div > img {
  width: 15px;
  height: 7px;
  position: absolute;
  top: 17px;
  z-index: 1;
  right: 20px;
}
.container > .content > .contact > .select > div > select {
  background-color: #202125;
  width: 130px;
  height: 40px;
  border: 0 !important;
  color: #707070;
  padding: 10px 10px 10px 30px;
  outline: none;
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
  cursor: pointer;
}
.container > .content > .contact > .select > div.province > select {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-right: -3px;
  position: relative;
  border-right: 1px solid #434343 !important;
}
.container > .content > .contact > .select > div.type > select {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -4px;
  border-left: 1px solid #434343 !important;
}
.container > .content > .contact > .list {
  width: 410px;
  position: absolute;
  top: 250px;
  left: 10px;
  height: 500px;
  overflow-y: auto;
  background: #202125;
  display: flex;
  flex-wrap: wrap;
}
.container > .content > .contact > .list > .item {
  flex: 400px;
  width: 400px;
  height: 160px;
  border-bottom: 1px solid #535353;
  background: #202125;
  text-decoration: none;
  padding-left: 10px;
}
.container > .content > .contact > .list > .item > .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 16px 0 5px 0;
}
.container > .content > .contact > .list > .item > .detail {
  width: 379px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
  line-height: 24px;
  margin: 5px 0;
}
.container > .content > .contact > .list > .item > .dot {
  width: 100px;
  height: 32px;
  background: linear-gradient(176deg, rgba(225, 0, 25, 0.53), rgba(148, 18, 39, 0.53));
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  line-height: 32px;
  display: inline-block;
}
.container > .content > .contact > .list > .item > .dot > img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 10px;
  margin-top: -3px;
}
.container > .content > .contact > .list > .item > a {
  text-decoration: none;
  width: 90px;
  height: 30px;
  background: #ffffff;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  float: right;
  margin-right: 40px;
  margin-top: 15px;
  color: #000;
}
.container .contact-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 1200px;
}
