.banner {
  width: 100%;
  height: 348px;
  position: relative;
}
.banner .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.banner .img img {
  position: absolute;
  top: 0;
  left: -500px;
  right: -500px;
  margin: auto;
}
.inner-nav {
  width: 100%;
  height: 80px;
  background-color: #f7f7f7;
  border-bottom: solid 1px #ebebeb;
}
.inner-nav .box {
  width: 73.2%;
  margin: 0 auto;
  min-width: 1200px;
}
.inner-nav .box .nav {
  height: 100%;
  float: left;
  font-size: 20px;
  line-height: 80px;
  letter-spacing: -1px;
  color: #333333;
}
.inner-nav .box .add {
  float: right;
}
.inner-nav .box .add div {
  float: left;
  line-height: 80px;
  margin-left: 16px;
}
.inner-nav .box .add div.img {
  width: 14px;
  height: 14px;
  line-height: 48px;
}
.inner-nav .box .add div.img img {
  width: 100%;
}
.inner-nav .box .add div a {
  font-size: 14px;
  color: #7a7a7a;
}
.inner-nav .box .add div.icon {
  width: 8px;
  height: 8px;
  line-height: 44px;
}
.inner-nav .box .add div.icon img {
  width: 100%;
}
.inner-nav .box .add div:hover a {
  color: #c6150f;
}
.content {
  width: 100%;
  padding-top: 80px;
  background-color: #f7f7f7;
}
.content .box {
  width: 73.2%;
  margin: 0 auto;
}
.content .box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .left {
  float: left;
}
.content .box .left .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #dbdada;
}
.content .box .left .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2px;
  color: #c6150f;
  margin-top: 26px;
}
.content .box .left .h3 {
  font-size: 22px;
  line-height: 22px;
  color: #d6d6d6;
  margin-top: 70px;
}
.content .box .left .h4 {
  font-size: 20px;
  line-height: 20px;
  color: #999999;
  margin-top: 9px;
}
.content .box .right {
  float: right;
  width: 50.64%;
  position: relative;
  padding-bottom: 52px;
  border-bottom: solid 1px rgba(176, 148, 91, 0.5);
}
.content .box .right .s-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #bea36c;
}
.content .box .right .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  margin-top: 17px;
}
.content .box .right .phone {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #333333;
  opacity: 0.7;
  margin-top: 45px;
}
.content .box .right .phone span {
  display: block;
}
.content .box .right .phone span:first-child {
  margin-bottom: 13px;
}
.content .box .right .add {
  /*position: absolute;*/
  /*top: 36px;*/
  right: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  margin-top: 20px;
}
.content .box .right .add img {
  width: 20px;
  margin-right: 9px;
}
.content .box .right .line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 44px;
  height: 3px;
  background-color: #c6150f;
}
.content .map {
  margin-top: 80px;
  width: 100%;
  height: 537px;
  position: relative;
}
.content .map #container {
  width: 100%;
  height: 100%;
}
.content .map .qr-code {
  position: absolute;
  top: 90px;
  left: 13.4%;
  width: 197px;
  z-index: 9999;
}
.content .map .qr-code .img {
  width: 100%;
}
.content .map .qr-code .img img {
  width: 100%;
}
.content .map .qr-code .code {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 60%;
}
.content .map .qr-code .code img {
  width: 100%;
}
.content .map .qr-code .code .icon {
  width: 16px;
  margin-top: 30px;
  float: left;
}
.content .map .qr-code .code .icon img {
  width: 100%;
}
.content .map .qr-code .code .text {
  font-size: 14px;
  line-height: 24px;
  color: white;
  float: left;
  margin-top: 30px;
  margin-left: 8px;
}
.content .map .qr-code2 {
  position: absolute;
  top: 90px;
  left: calc(13.4% + 210px);
  width: 197px;
}
.content .map .qr-code2 .img {
  width: 100%;
}
.content .map .qr-code2 .img img {
  width: 100%;
}
.content .map .qr-code2 .code {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 60%;
}
.content .map .qr-code2 .code img {
  width: 100%;
}
.content .map .qr-code2 .code .icon {
  width: 16px;
  margin-top: 30px;
  float: left;
}
.content .map .qr-code2 .code .icon img {
  width: 100%;
}
.content .map .qr-code2 .code .text {
  font-size: 14px;
  line-height: 24px;
  color: white;
  float: left;
  margin-top: 30px;
  margin-left: 8px;
}
