.content {
  width: 100%;
  overflow: hidden;
}
.content .content-box {
  width: 100%;
  height: 586px;
  position: relative;
}
.content .content-box .box-bg {
  width: 100%;
  background-image: url(../pic/about_01_01.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;
}
.content .content-box .box-bg .box {
  width: 73.2%;
  margin: 0 auto;
  margin-top: 70px;
}
.content .content-box .box-bg .box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .content-box .box-bg .box .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #bbbbbb;
}
.content .content-box .box-bg .box .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 23px;
}
.content .content-box .box-bg .box .left {
  width: 61.87%;
  height: 210px;
  overflow: auto;
  float: left;
  margin-top: 74px;
}
.content .content-box .box-bg .box .left::-webkit-scrollbar {
  width: 2px;
}
.content .content-box .box-bg .box .left::-webkit-scrollbar-track {
  background: #dbdada;
  border-radius: 10px;
}
.content .content-box .box-bg .box .left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cc2237;
}
.content .content-box .box-bg .box .left .text {
  width: 93.33%;
}
.content .content-box .box-bg .box .left .text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  text-align: justify;
}
.content .content-box .box-bg .box .right {
  float: left;
  margin-top: 60px;
  margin-left: 77px;
}
.content .content-box .box-bg .box .right ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .content-box .box-bg .box .right ul li {
  position: relative;
  margin-bottom: 20px;
}
.content .content-box .box-bg .box .right ul li::before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #ffffff;
  opacity: 0.3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .content-box .box-bg .box .right ul li::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .content-box .box-bg .box .right ul li:first-child::before {
  width: 0;
}
.content .content-box .box-bg .box .right ul li .count-title {
  font-family: DIN-Bold;
  font-size: 63px;
  line-height: 63px;
  letter-spacing: -1.3px;
  color: #c6150f;
  float: left;
}
.content .content-box .box-bg .box .right ul li p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #333333;
  margin-top: 15px;
  float: left;
  margin-left: 40px;
}
.content .view {
  width: 100%;
  height: 573px;
  position: relative;
}
.content .view .bg-img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}
.content .view .bg-img img {
  width: 100%;
}
.content .view .img {
  width: 100%;
  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;
}
.content .view .img .text {
  width: 824px;
  margin-left: 36.35%;
  margin-top: 146px;
}
.content .view .img .text .title {
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -0.8px;
  color: #f7f7f7;
}
.content .view .img .text .p {
  margin-top: 40px;
}
.content .view .img .text .p p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-align: justify;
}
@media screen and (min-width: 1920px) {
  .content .view .bg-img {
    width: 100%;
  }
}
@media screen and (max-width: 1630px) {
  .content .content-box .box-bg .box .right {
    margin-left: 40px;
  }
  .content .content-box .box-bg .box .right ul li .count-title {
    font-size: 40px;
    line-height: 40px;
  }
  .content .content-box .box-bg .box .right ul li p {
    margin-top: 0;
    margin-left: 20px;
  }
  .content .view .bg-img {
    height: 100vh;
    width: 100%;
  }
  .content .view .bg-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -500px;
    right: -500px;
    margin: auto;
  }
}
@media screen and (max-width: 1440px) {
  .content .view .img .text {
    margin-left: 30%;
  }
}
