.content {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
}
.content .bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .bg-img img {
  width: 100%;
}
.content .box {
  width: 88%;
  margin: 0 auto;
  position: relative;
  padding-top: 2.6rem;
}
.content .box .introduce {
  width: 100%;
  padding-top: 3.3rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.12);
  opacity: 0.9;
  position: relative;
  padding-bottom: 1.1rem;
}
.content .box .introduce .text {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.content .box .introduce .text .p {
  width: 100%;
}
.content .box .introduce .text .p p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.3px;
  color: #333333;
  text-align: justify;
}
.content .box .introduce .text .digital {
  margin-top: 2.3rem;
}
.content .box .introduce .text .digital ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .introduce .text .digital ul li {
  margin-bottom: 2.6rem;
  width: 50%;
  float: left;
}
.content .box .introduce .text .digital ul li .timer {
  font-family: "DINOT-CONDBOLD";
  font-size: 3.3rem;
  line-height: 3.3rem;
  letter-spacing: -1.4px;
  color: #c6150f;
  display: inline-block;
}
.content .box .introduce .text .digital ul li .count-title {
  font-family: "DINOT-CONDBOLD";
  font-size: 3.3rem;
  line-height: 3.3rem;
  letter-spacing: -1.4px;
  color: #c6150f;
  display: inline-block;
}
.content .box .introduce .text .digital ul li span {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -0.3px;
  color: #666666;
  margin-left: 0.6rem;
}
.content .box .introduce .text .digital ul li p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -0.3px;
  color: #666666;
  margin-top: 1.2rem;
}
.content .box .introduce .bg-img {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 1rem;
  width: 46%;
}
.content .box .introduce .bg-img img {
  width: 100%;
}
.content .box .industry {
  width: 100%;
  margin-top: 3.3rem;
  position: relative;
}
.content .box .industry .h2 {
  font-size: 1.733rem;
  font-weight: bold;
  line-height: 1.733rem;
  letter-spacing: -0.5px;
  color: #c6150f;
}
.content .box .industry .industry-box {
  width: 100%;
  margin-top: 2.6rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.12);
  padding-bottom: 0.1rem;
}
.content .box .industry .industry-box .list {
  padding-top: 2.6rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.content .box .industry .industry-box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .industry .industry-box .list .item {
  width: calc(33.33% - 1px);
  float: left;
  margin-bottom: 2.8rem;
}
.content .box .industry .industry-box .list .item .icon {
  display: inline-block;
  width: 3.4rem;
}
.content .box .industry .industry-box .list .item .icon img {
  width: 100%;
}
.content .box .industry .industry-box .list .item .h3 {
  margin-top: 1.2rem;
  font-size: 1.533rem;
  font-weight: bold;
  line-height: 1.533rem;
  letter-spacing: -0.4px;
  color: #333333;
}
.content .box .industry .industry-box .list .item .h4 {
  margin-top: 1.2rem;
  font-family: DIN-Regular;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: -0.3px;
  color: #999999;
}
.content .box .industry .industry-box .list .line {
  float: left;
  width: 0.1rem;
  height: 5.5rem;
  background-color: #dcdcdc;
  opacity: 0.5;
  margin-top: 24px;
}
.content .box .Cooperation {
  width: 100%;
  margin-top: 2.8rem;
}
.content .box .Cooperation .h2 {
  font-size: 1.733rem;
  font-weight: bold;
  line-height: 1.733rem;
  letter-spacing: -0.5px;
  color: #c6150f;
}
.content .box .Cooperation ul {
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-top: 2.6rem;
}
.content .box .Cooperation ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .Cooperation ul li {
  width: calc(50% - 2rem);
  margin: 0 1rem;
  margin-bottom: 1.6rem;
  float: left;
}
.content .box .Cooperation ul li img {
  width: 100%;
}
.content .box .Cooperation ul li:hover {
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.12);
}
.content .box .design {
  width: 100%;
  margin-top: 2.8rem;
}
.content .box .design .h2 {
  font-size: 1.733rem;
  font-weight: bold;
  line-height: 1.733rem;
  letter-spacing: -0.5px;
  color: #c6150f;
}
.content .box .design .red-box {
  width: 100%;
  margin-top: 3.2rem;
  background-color: #c6150f;
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.12);
}
.content .box .design .red-box .list {
  width: 90%;
  margin: 0 auto;
  padding-top: 2.266rem;
  padding-bottom: 3.4rem;
}
.content .box .design .red-box .list .item {
  width: 100%;
  margin-top: 3.3rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 3rem;
}
.content .box .design .red-box .list .item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.content .box .design .red-box .list .item::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .design .red-box .list .item .icon {
  width: 3.4rem;
  margin-right: 1.4rem;
  float: left;
}
.content .box .design .red-box .list .item .icon img {
  width: 100%;
}
.content .box .design .red-box .list .item .h3 {
  font-size: 1.533rem;
  font-weight: bold;
  line-height: 3.4rem;
  color: #ffffff;
}
.content .box .design .red-box .list .item .text {
  width: 100%;
}
.content .box .design .red-box .list .item .text .p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
  color: #ffffff;
  margin-top: 1.6rem;
  text-align: justify;
}
.content .box .design .red-box .list .item .button {
  float: right;
}
.content .box .design .red-box .list .item .button a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -0.3px;
  color: #fff8ed;
}
.content .box .design .red-box .list .item .button a i {
  font-size: 1.2rem;
  margin-left: 0.6rem;
  color: white;
}
.content .box .gas-station {
  width: 100%;
  margin-top: 3.4rem;
  position: relative;
}
.content .box .gas-station .h3 {
  font-size: 1.733rem;
  font-weight: bold;
  line-height: 1.733rem;
  letter-spacing: -0.5px;
  color: #c6150f;
}
.content .box .gas-station .h3 span {
  margin-left: 1.4rem;
  padding-left: 1.4rem;
  border-left: solid 1px #999999;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4rem;
  letter-spacing: 0px;
  color: #333333;
}
.content .box .gas-station .p {
  width: 100%;
  margin: 0 auto;
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
  color: #999999;
}
.content .box .gas-station .FillingCont {
  width: 100%;
  margin: 0 auto;
  margin-top: 2.2rem;
}
.content .box .gas-station .FillingCont::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .gas-station .FillingCont .FillFind {
  float: left;
}
.content .box .gas-station .FillingCont .FillFind input {
  border: 0;
  display: block;
}
.content .box .gas-station .FillingCont .FillFind .Keywords {
  width: calc(100% - 11.7rem);
  line-height: 5rem;
  padding: 0 1.5rem;
  color: #3d3d3d;
  float: left;
}
.content .box .gas-station .FillingCont .FillFind .SearchFor {
  width: 8.7rem;
  height: 5rem;
  background: #cc262c;
  background-image: url(/static/m/images/icon_search_w.png);
  background-size: 1.4rem 1.4rem;
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 20px;
  color: #fff;
  margin-left: 26rem;
  padding-left: 2rem;
  cursor: pointer;
}
.content .box .Result {
  width: 100%;
  margin-top: 2.3rem;
}
.content .box .Result em {
  line-height: 1.4rem;
  font-size: 1.4rem;
  color: #333;
}
.content .box .Result em i {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0px;
  font-style: normal;
  color: #c6150f;
  margin: 0 1rem;
  display: inline-block;
}
.content .box .Result .ResultBox {
  width: 100%;
  padding-top: 11px;
  opacity: 0.9;
  padding-bottom: 7.8rem;
}
.content .box .Result .ResultBox ul li {
  padding-bottom: 20px;
  padding-top: 26px;
  border-bottom: solid 1px #dbdada;
}
.content .box .Result .ResultBox ul li::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .Result .ResultBox ul li .number {
  font-size: 1.533rem;
  line-height: 1.533rem;
  letter-spacing: -0.4px;
  color: #c6150f;
  float: left;
}
.content .box .Result .ResultBox ul li .text {
  float: left;
  margin-left: 1.4rem;
  width: calc(100% - 4rem);
}
.content .box .Result .ResultBox ul li .text .h3 {
  font-size: 1.533rem;
  line-height: 1.533rem;
  color: #333333;
}
.content .box .Result .ResultBox ul li .text .add {
  margin-top: 1.266rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: -0.3px;
  color: #999999;
}
.content .box .Result .ResultBox ul li .text .phone {
  margin-top: 1rem;
  font-size: 1.533rem;
  line-height: 1.533rem;
  letter-spacing: -0.3px;
  color: #999999;
}
<!--0.0001530647277832-->