@charset "UTF-8";
/* CSS Document */
body {background: #fff;}
a {color: inherit;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-content: space-between;
}
.wrap {width: 700px;margin: auto;}
.mar {margin: 20px auto;}

.right {width: 100%;}
.right_addr {
  padding: 20px 50px;
  background: #e7627b;
  color: #fff;
}
.right_addr strong {
  display: block;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.right_addr p {
  line-height: 1.5em;
}
.right_zxbox {
  border: 1px solid #ccc;
  padding: 15px 20px;
  margin-top: 30px;
  position: relative;
}
.right_zxbox .zximg {
  width: 194px;
  height: 230px;
  position: absolute;
  top: -30px;
  right: 20px;
  z-index: 0;
}
.right_zxbox .code_wx {
  width: 102px;
  height: 102px;
  margin-right: 15px;
}
.right_zxbox > p {
  line-height: 1.5em;
  margin-bottom: 20px;
}
.right_zxbox_con {
  justify-content: flex-start;
  align-items: center;
}
.right_zxbox_con article {
  line-height: 34px;
}
.right_zxbox b {
  display: inline-block;
  color: #e7627b;
  font-size: 20px;
}
.right_zxbox strong {
  display: inline-block;
  color: #e7627b;
  font-size: 28px;
  font-family: Impact;
}
.right_zxbox button {
  width: 100%;
  height: 50px;
  background: #e7627b;
  color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  border: none;
  box-shadow: none;
}


.addr {width: 100%;color: #999;}
.addr_title img{
  width: 102px;
  height: 52px;
  margin-right: 20px;
  vertical-align: bottom;
}
.addr_con {
  padding: 30px;
  margin: 15px 0;
  align-items: center;
}
.bg1 {background: #ededed;}
.bg2 {background: #fff5ec;}
.addr_con b {width: 150px;}
.addr_con b img {
  width: 31px;
  height: 32px;
  margin-right: 10px;
}
.addr_con p {
  width: 480px;
  font-size: 16px;
  line-height: 1.8em;
}

.map_title {
  width: 100%;
  font-size: 24px;
  color: #962b2b;
  font-weight: bold;
}
.map_title img {
  width: 38px;
  height: 42px;
  margin-right: 20px;
}
.map_tab_title {
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
}
.map_tab_title li {
  width: 232px;
  height: 60px;
  line-height: 60px;
  border-right: 1px solid #ccc;
  background: #e5e5e5;
  color: #777;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.35s;
}
.map_tab_title li.on {
  background: #e7627b;
  color: #fff;
}
.map_tab_con {
  width: 100%;
  height: 500px;
}