.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: 63px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
.content .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #bbbbbb;
  padding-top: 70px;
  text-align: center;
}
.content .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 23px;
  text-align: center;
}
.content .map-box {
  width: 100%;
  margin-top: 78px;
  position: relative;
}
.content .map-box .container {
  width: 100%;
  height: 480px;
}
.content .map-box .list {
  position: absolute;
  top: 40px;
  left: 13.4%;
  width: 73.2%;
  z-index: 1000;
}
.content .map-box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .map-box .list .province {
  width: calc(26.7% - 2px);
  height: 70px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
}
.content .map-box .list .province .province-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .map-box .list .province .province-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .map-box .list .province .province-box .province-value {
  font-size: 16px;
  line-height: 70px;
  color: #999999;
  margin-left: 25px;
  float: left;
}
.content .map-box .list .province .province-box .icon {
  float: right;
  margin-right: 25px;
}
.content .map-box .list .province .province-box .icon i {
  line-height: 70px;
  font-size: 16px;
  color: #999999;
  transition: 0.5s;
}
.content .map-box .list .province ul {
  width: 100%;
  background-color: #ffffff;
  display: none;
}
.content .map-box .list .province ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content .map-box .list .province ul li:hover {
  background: #F4F4F4;
}
.content .map-box .list .city {
  width: calc(26.7% - 2px);
  height: 70px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
  margin-left: 1.13%;
}
.content .map-box .list .city .city-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .map-box .list .city .city-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .map-box .list .city .city-box .city-value {
  font-size: 16px;
  line-height: 70px;
  color: #999999;
  margin-left: 25px;
  float: left;
}
.content .map-box .list .city .city-box .icon {
  float: right;
  margin-right: 25px;
}
.content .map-box .list .city .city-box .icon i {
  line-height: 70px;
  font-size: 16px;
  color: #999999;
  transition: 0.5s;
}
.content .map-box .list .city ul {
  width: 100%;
  background-color: #ffffff;
  display: none;
}
.content .map-box .list .city ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content .map-box .list .city ul li:hover {
  background: #F4F4F4;
}
.content .map-box .list .company {
  width: calc(26.7% - 2px);
  height: 70px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
  margin-left: 1.13%;
}
.content .map-box .list .company .company-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .map-box .list .company .company-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .map-box .list .company .company-box .company-value {
  font-size: 16px;
  line-height: 70px;
  color: #999999;
  margin-left: 25px;
  float: left;
}
.content .map-box .list .company .company-box .icon {
  float: right;
  margin-right: 25px;
}
.content .map-box .list .company .company-box .icon i {
  line-height: 70px;
  font-size: 16px;
  color: #999999;
  transition: 0.5s;
}
.content .map-box .list .company ul {
  width: 100%;
  background-color: #ffffff;
  display: none;
}
.content .map-box .list .company ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content .map-box .list .company ul li:hover {
  background: #F4F4F4;
}
.content .map-box .list .button {
  width: 16.5%;
  height: 70px;
  background-color: #c6150f;
  float: left;
  margin-left: 1.13%;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.content .result-box {
  width: 73.2%;
  margin: 0 auto;
  min-width: 1200px;
  margin-top: 63px;
}
.content .result-box .result .p {
  margin-left: 38px;
  font-size: 16px;
  line-height: 16px;
  color: #c6150f;
}
.content .result-box .result .describe {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #333333;
  margin-top: 28px;
  margin-left: 38px;
}
.content .result-box .result .describe span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #c6150f;
}
.content .result-box .result ul {
  width: calc(100% + 54px);
  margin-left: -27px;
  margin-top: 50px;
}
.content .result-box .result ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .result-box .result ul li {
  width: calc(33.333% - 54px);
  margin: 0 27px;
  float: left;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 60px;
  cursor: pointer;
}
.content .result-box .result ul li .box {
  margin-left: 38px;
}
.content .result-box .result ul li .box .h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}
.content .result-box .result ul li .box .add {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.3px;
  color: #999999;
  margin-top: 30px;
}
.content .result-box .result ul li .box .repair {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.3px;
  color: #999999;
  margin-top: 15px;
}
.content .result-box .result ul li .box .phone {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.3px;
  color: #999999;
  margin-top: 15px;
}
.content .result-box .result ul li .box1 {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #c6150f;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.8px;
  color: #ffffff;
}
.content .result-box .result ul li:hover .box1 {
  background-color: #e7e7e7;
  color: #c6150f;
}
