.content {
  width: 100%;
  background-color: #f7f7f7;
  padding-bottom: 115px;
  overflow: hidden;
}
.content .box {
  width: 73.2%;
  margin: 0 auto;
}
.content .box .left {
  float: left;
  margin-top: 60px;
  margin-bottom: 70px;
}
.content .box .left .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #bbbbbb;
}
.content .box .left .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 23px;
}
.content .box .left .city {
  margin-top: 80px;
  width: 310px;
}
.content .box .left .city ul li {
  width: 140px;
  margin-right: 30px;
  height: 50px;
  background-color: white;
  float: left;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 50px;
  color: #333333;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
}
.content .box .left .city ul li:nth-child(2n+2) {
  margin-right: 0;
}
.content .box .left .city ul li:hover {
  background-color: #c6150f;
  color: white;
}
.content .box .left .city ul li.active {
  background-color: #c6150f;
  color: white;
}
.content .box .right {
  float: left;
  width: calc(95% - 446px);
  margin-left: 136px;
  margin-top: 132px;
  position: relative;
}
.content .box .right .img {
  width: 100%;
}
.content .box .right .img svg g {
  cursor: pointer;
}
.content .box .right .img svg g .cls-1 {
  transition: 0.5s;
}
.content .box .right .text {
  position: absolute;
  bottom: 0;
  left: 0;
}
.content .box .right .text .number {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #999999;
}
.content .box .right .text .number span {
  font-family: "DIN-Bold";
  font-size: 63px;
  line-height: 63px;
  letter-spacing: 0px;
  color: #c6150f;
}
.content .box .right .text .p {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  margin-top: 12px;
}
.content .box .result {
  width: 100%;
}
.content .box .result::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .result .title {
  font-size: 28px;
  line-height: 28px;
  color: #c6150f;
  margin-left: 47px;
}
.content .box .result .result-box {
  width: 100%;
  margin-top: 58px;
}
.content .box .result .result-box .company {
  width: calc(50% - 34px);
  height: 297px;
  background-color: white;
  margin-right: 68px;
  margin-bottom: 50px;
  float: left;
  position: relative;
  overflow: hidden;
}
.content .box .result .result-box .company:nth-child(2n+2) {
  margin-right: 0;
}
.content .box .result .result-box .company .company-box {
  width: 100%;
}
.content .box .result .result-box .company .company-box::before {
  content: "";
  background-image: url(/static/index/pic/about_04_02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: 0.5s;
  opacity: 0;
}
.content .box .result .result-box .company .company-box:hover::before {
  opacity: 1;
}
.content .box .result .result-box .company .company-box .h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 48px;
  margin-left: 58px;
  opacity: 1;
  position: relative;
  z-index: 10;
}
.content .box .result .result-box .company .company-box .h1 a {
  color: #333333;
  transition: 0.5s;
}
.content .box .result .result-box .company .company-box .add {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #999999;
  margin-top: 40px;
  margin-left: 58px;
  transition: 0.5s;
  position: relative;
  z-index: 10;
}
.content .box .result .result-box .company .company-box .phone {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #999999;
  margin-top: 17px;
  margin-left: 58px;
  transition: 0.5s;
  position: relative;
  z-index: 10;
}
.content .box .result .result-box .company .company-box .link {
  position: absolute;
  bottom: 42px;
  right: 48px;
}
.content .box .result .result-box .company .company-box .link .link-box div {
  float: left;
}
.content .box .result .result-box .company .company-box .link .link-box div a .img {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.content .box .result .result-box .company .company-box .link .link-box div a .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .box .result .result-box .company .company-box .link .link-box div a .img img.white {
  opacity: 0;
}
.content .box .result .result-box .company .company-box .link .link-box div a .p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #666666;
  margin-top: 20px;
  transition: 0.5s;
}
.content .box .result .result-box .company .company-box .link .link-box div a:hover .img img {
  animation: shake-lr 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.content .box .result .result-box .company .company-box .link .link-box div.line {
  display: block;
  width: 1px;
  height: 53px;
  background-color: #e6e6e6;
  margin: 0 29px;
  margin-top: 21px;
}
.content .box .result .result-box .company .company-box:hover {
  opacity: 1;
}
.content .box .result .result-box .company .company-box:hover .h1 a {
  color: white;
}
.content .box .result .result-box .company .company-box:hover .add {
  color: white;
}
.content .box .result .result-box .company .company-box:hover .phone {
  color: white;
}
.content .box .result .result-box .company .company-box:hover .link .link-box div a .img img.white {
  opacity: 1;
}
.content .box .result .result-box .company .company-box:hover .link .link-box div a .img img.red {
  opacity: 0;
}
.content .box .result .result-box .company .company-box:hover .link .link-box div a .p {
  color: white;
}
@media screen and (max-width: 1660px) {
  .content .box .right {
    float: left;
    width: calc(100% - 410px);
    margin-left: 100px;
    margin-top: 132px;
  }
}
@media screen and (max-width: 1570px) {
  .content .box .right {
    float: left;
    width: calc(100% - 410px);
    margin-left: 100px;
    margin-top: 132px;
  }
}
@media screen and (max-width: 1400px) {
  .content .box .left .city {
    margin-top: 80px;
    width: 260px;
  }
  .content .box .left .city ul li {
    width: 120px;
    margin-right: 20px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .content .box .right {
    float: left;
    width: calc(100% - 310px);
    margin-left: 50px;
    margin-top: 132px;
  }
  .content .box .result .result-box .company .company-box .h1 {
    margin-left: 30px;
  }
  .content .box .result .result-box .company .company-box .add {
    margin-left: 30px;
  }
  .content .box .result .result-box .company .company-box .phone {
    margin-left: 30px;
  }
  .content .box .result .result-box .company .company-box .link {
    bottom: 30px;
    right: 30px;
  }
}
<!--0.00025582313537598-->