html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/service/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 40px;
  background: #a83324;
  border-radius: 4px;
  border: 1px solid #a83324;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #a83324;
  background: #a83324;
}
.l-btn.red:hover {
  background: #c13e2d;
  border-color: #c13e2d;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 80px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 36px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  position: relative;
}
.l-title h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background: #a83324;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
.l-title.dark h2 {
  color: #fff;
}
.l-title.dark h2:after {
  background: #fff;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-title {
    padding-bottom: 50px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
  .l-title h2:after {
    bottom: -15px;
  }
}
.content {
  padding-top: 76px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.banner {
  height: 517px;
  background: url(../images/about/banner-pc.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.banner .banner-info {
  font-size: 0;
}
.banner .banner-info img {
  width: 530px;
  margin-bottom: 30px;
}
.banner .banner-info p {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
}
.banner .l-container {
  line-height: 517px;
}
.banner .banner-main {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 978px) {
  .banner {
    height: 400px;
    background-color: #fafafa;
    background-image: url(../images/about/banner-bg-mb.png);
    background-size: cover;
    position: relative;
  }
  .banner .l-container {
    line-height: 0;
  }
  .banner .banner-main {
    width: 100%;
  }
  .banner .banner-info {
    font-size: 0;
    text-align: center;
    padding-top: 70px;
  }
  .banner .banner-info h2 {
    font-size: 36px;
    color: #a83324;
    letter-spacing: 0;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .banner .banner-info h3 {
    font-size: 28px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .banner .banner-info p {
    font-size: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
  }
}
.section {
  background: #fafafa;
}
.section .l-title {
  text-align: left;
  padding-left: 15px;
  padding-bottom: 40px;
}
.section .l-title h2 {
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}
.section .l-title h2:after {
  width: 5px;
  height: 54px;
  background: #a83324;
  left: 0;
  top: 5px;
}
.section .l-title p {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 0;
}
.section .l-body .t-content {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.section .l-body .t-content .l-content {
  width: 588px;
  font-size: 0;
}
.section .l-body .t-content .l-content img {
  width: 100%;
}
.section .l-body .t-content .r-content {
  padding-left: 30px;
  width: calc( 100% - 588px );
}
.section .l-body .t-content .r-content p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
.section .l-body .t-content .r-content ul li {
  float: left;
  width: calc( ( 100% - 22px ) / 2 );
  margin-right: 22px;
  height: 80px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  padding: 16px 20px;
  padding-right: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.section .l-body .t-content .r-content ul li:nth-child(even) {
  margin-right: 0;
}
.section .l-body .t-content .r-content ul li:nth-child(1) {
  background: url(../images/about/section-01-img-001.png) center no-repeat;
  background-size: 100% 100%;
}
.section .l-body .t-content .r-content ul li:nth-child(2) {
  background: url(../images/about/section-01-img-002.png) center no-repeat;
  background-size: 100% 100%;
}
.section .l-body .t-content .r-content ul li:nth-child(3) {
  background: url(../images/about/section-01-img-003.png) center no-repeat;
  background-size: 100% 100%;
}
.section .l-body .t-content .r-content ul li:nth-child(4) {
  background: url(../images/about/section-01-img-004.png) center no-repeat;
  background-size: 100% 100%;
}
.section .l-body .t-content .r-content ul li:nth-child(3),
.section .l-body .t-content .r-content ul li:nth-child(4) {
  margin-bottom: 0;
}
.section .l-body .b-content {
  display: flex;
  align-items: center;
}
.section .l-body .b-content .l-content {
  width: 588px;
  font-size: 0;
}
.section .l-body .b-content .l-content p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  font-weight: 500;
}
.section .l-body .b-content .r-content {
  padding-left: 63px;
  width: calc( 100% - 588px );
}
.section .l-body .b-content .r-content img {
  width: 100%;
}
@media (max-width: 978px) {
  .section .l-title {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .section .l-title h2 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
  }
  .section .l-title h2:after {
    width: 3px;
    height: 40px;
    background: #a83324;
    left: 10px;
    top: 5px;
  }
  .section .l-title p {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .section .l-body .t-content {
    display: block;
    align-items: center;
    margin-bottom: 30px;
  }
  .section .l-body .t-content .l-content {
    width: 100%;
    font-size: 0;
  }
  .section .l-body .t-content .l-content img {
    width: 100%;
    margin-bottom: 30px;
  }
  .section .l-body .t-content .r-content {
    padding-left: 0px;
    width: 100%;
  }
  .section .l-body .t-content .r-content p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .section .l-body .t-content .r-content ul li {
    width: calc( ( 100% - 10px ) / 2 ) !important;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
    height: 100px;
  }
  .section .l-body .t-content .r-content ul li:nth-child(even) {
    margin-right: 0;
  }
  .section .l-body .t-content .r-content ul li h3 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .section .l-body .t-content .r-content ul li:nth-child(1) {
    background: url(../images/about/section-01-img-001-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section .l-body .t-content .r-content ul li:nth-child(2) {
    background: url(../images/about/section-01-img-002-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section .l-body .t-content .r-content ul li:nth-child(3) {
    background: url(../images/about/section-01-img-003-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section .l-body .t-content .r-content ul li:nth-child(4) {
    background: url(../images/about/section-01-img-004-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section .l-body .b-content {
    display: block;
    align-items: center;
  }
  .section .l-body .b-content .l-content {
    width: 100%;
    font-size: 0;
  }
  .section .l-body .b-content .l-content img {
    width: 100%;
    margin-bottom: 30px;
  }
  .section .l-body .b-content .l-content p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 500;
  }
  .section .l-body .b-content .r-content {
    padding-left: 0;
    width: 100%;
  }
  .section .l-body .b-content .r-content img {
    width: 100%;
  }
}
.section-01 {
  background: #fafafa;
}
.section-01 .l-title {
  text-align: left;
  padding-left: 15px;
  padding-bottom: 40px;
}
.section-01 .l-title h2 {
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}
.section-01 .l-title h2:after {
  width: 5px;
  height: 54px;
  background: #a83324;
  left: 0;
  top: 5px;
}
.section-01 .l-title p {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 0;
}
.section-01 .l-body .t-content {
  display: flex;
  align-items: center;
}
.section-01 .l-body .t-content .l-content {
  width: 220px;
  font-size: 0;
}
.section-01 .l-body .t-content .l-content img {
  width: 100%;
}
.section-01 .l-body .t-content .r-content {
  padding-left: 60px;
  width: calc( 100% - 220px );
}
.section-01 .l-body .t-content .r-content img {
  width: 180px;
  margin-bottom: 40px;
}
.section-01 .l-body .t-content .r-content p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  font-weight: 500;
}
.section-01 .l-body .c-content {
  padding: 70px 0;
}
.section-01 .l-body .c-content ul li {
  float: left;
  width: calc( ( 100% - 84px ) / 4 );
  margin-right: 28px;
  height: 80px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  padding: 16px 20px;
  padding-right: 60px;
  display: flex;
  align-items: center;
}
.section-01 .l-body .c-content ul li:last-child {
  margin-right: 0;
}
.section-01 .l-body .c-content ul li:nth-child(1) {
  background: url(../images/about/section-01-img-001.png) center no-repeat;
  background-size: 100% 100%;
}
.section-01 .l-body .c-content ul li:nth-child(2) {
  background: url(../images/about/section-01-img-002.png) center no-repeat;
  background-size: 100% 100%;
}
.section-01 .l-body .c-content ul li:nth-child(3) {
  background: url(../images/about/section-01-img-003.png) center no-repeat;
  background-size: 100% 100%;
}
.section-01 .l-body .c-content ul li:nth-child(4) {
  background: url(../images/about/section-01-img-004.png) center no-repeat;
  background-size: 100% 100%;
}
.section-01 .l-body .b-content {
  display: flex;
  align-items: center;
}
.section-01 .l-body .b-content .l-content {
  width: 660px;
  font-size: 0;
}
.section-01 .l-body .b-content .l-content img {
  width: 100%;
}
.section-01 .l-body .b-content .r-content {
  padding-left: 60px;
  width: calc( 100% - 660px );
}
.section-01 .l-body .b-content .r-content img {
  width: 180px;
  margin-bottom: 40px;
}
.section-01 .l-body .b-content .r-content p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 978px) {
  .section-01 .l-title {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .section-01 .l-title h2 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
  }
  .section-01 .l-title h2:after {
    width: 3px;
    height: 40px;
    background: #a83324;
    left: 10px;
    top: 5px;
  }
  .section-01 .l-title p {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .section-01 .l-body .t-content {
    display: block;
  }
  .section-01 .l-body .t-content .l-content {
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .section-01 .l-body .t-content .l-content img {
    display: inline-block;
    width: 220px;
    margin-bottom: 40px;
  }
  .section-01 .l-body .t-content .r-content {
    padding-left: 0px;
    width: 100%;
  }
  .section-01 .l-body .t-content .r-content img {
    width: 180px;
    margin-bottom: 40px;
  }
  .section-01 .l-body .t-content .r-content p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 500;
  }
  .section-01 .l-body .c-content {
    padding: 30px 0 0 0;
    margin-bottom: 30px;
  }
  .section-01 .l-body .c-content ul li {
    width: calc( ( 100% - 10px ) / 2 ) !important;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
    height: 100px;
  }
  .section-01 .l-body .c-content ul li:nth-child(even) {
    margin-right: 0;
  }
  .section-01 .l-body .c-content ul li h3 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .section-01 .l-body .c-content ul li:nth-child(1) {
    background: url(../images/about/section-01-img-001-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section-01 .l-body .c-content ul li:nth-child(2) {
    background: url(../images/about/section-01-img-002-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section-01 .l-body .c-content ul li:nth-child(3) {
    background: url(../images/about/section-01-img-003-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section-01 .l-body .c-content ul li:nth-child(4) {
    background: url(../images/about/section-01-img-004-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section-01 .l-body .b-content {
    display: block;
    align-items: center;
  }
  .section-01 .l-body .b-content .l-content {
    width: 100%;
    font-size: 0;
  }
  .section-01 .l-body .b-content .l-content img {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-01 .l-body .b-content .r-content {
    padding-left: 0px;
    width: 100%;
  }
  .section-01 .l-body .b-content .r-content img {
    width: 180px;
  }
  .section-01 .l-body .b-content .r-content p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 500;
  }
}
.section-02 .l-title {
  text-align: left;
  padding-left: 15px;
  padding-bottom: 40px;
}
.section-02 .l-title h2 {
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}
.section-02 .l-title h2:after {
  width: 5px;
  height: 54px;
  background: #a83324;
  left: 0;
  top: 5px;
}
.section-02 .l-title p {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 0;
}
.section-02 .l-body {
  display: flex;
  align-items: center;
}
.section-02 .l-body .l-content {
  width: 660px;
  font-size: 0;
}
.section-02 .l-body .l-content img {
  width: 100%;
}
.section-02 .l-body .r-content {
  padding-left: 60px;
  width: calc( 100% - 660px );
}
.section-02 .l-body .r-content img {
  width: 180px;
  margin-bottom: 40px;
}
.section-02 .l-body .r-content p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.section-02 .l-body .r-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 978px) {
  .section-02 .l-title {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .section-02 .l-title h2 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
  }
  .section-02 .l-title h2:after {
    width: 3px;
    height: 40px;
    background: #a83324;
    left: 10px;
    top: 5px;
  }
  .section-02 .l-title p {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .section-02 .l-body {
    display: block;
    align-items: center;
  }
  .section-02 .l-body .l-content {
    width: 100%;
    font-size: 0;
  }
  .section-02 .l-body .l-content img {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-02 .l-body .r-content {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
  .section-02 .l-body .r-content img {
    width: 180px;
    display: inline-block;
  }
  .section-02 .l-body .r-content p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 500;
  }
}
.section-03 {
  background: url(../images/about/section-03-bg.png);
  background-size: cover;
}
.section-03 .l-title {
  text-align: left;
  padding-left: 15px;
  padding-bottom: 40px;
}
.section-03 .l-title h2 {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}
.section-03 .l-title h2:after {
  width: 5px;
  height: 54px;
  background: #fff;
  left: 0;
  top: 5px;
}
.section-03 .l-title p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 0;
  opacity: 0.6;
}
.section-03 .l-body {
  padding: 90px 0;
}
.section-03 .l-body ul {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}
.section-03 .l-body ul li h3 {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  opacity: 0.6;
  margin-bottom: 5px;
}
.section-03 .l-body ul li p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.section-03 .l-body ul li:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 13%;
}
.section-03 .l-body ul li:nth-child(1):after {
  content: "";
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  position: absolute;
  background: #a83324;
  left: 0;
  bottom: -26px;
  border-radius: 50%;
}
.section-03 .l-body ul li:nth-child(2) {
  position: absolute;
  left: 13%;
  top: 20px;
  width: 15%;
}
.section-03 .l-body ul li:nth-child(2):after {
  content: "";
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  position: absolute;
  left: 0;
  background: #a83324;
  top: -26px;
  border-radius: 50%;
}
.section-03 .l-body ul li:nth-child(3) {
  position: absolute;
  left: 29%;
  bottom: 20px;
  width: 10%;
}
.section-03 .l-body ul li:nth-child(3):after {
  content: "";
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  position: absolute;
  left: 0;
  background: #a83324;
  bottom: -26px;
  border-radius: 50%;
}
.section-03 .l-body ul li:nth-child(4) {
  position: absolute;
  left: 40%;
  top: 20px;
  width: 37%;
}
.section-03 .l-body ul li:nth-child(4):after {
  content: "";
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  position: absolute;
  left: 0;
  background: #a83324;
  top: -26px;
  border-radius: 50%;
}
.section-03 .l-body ul li:nth-child(5) {
  position: absolute;
  left: 78%;
  bottom: 20px;
  width: 22%;
}
.section-03 .l-body ul li:nth-child(5):after {
  content: "";
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  position: absolute;
  left: 0;
  background: #a83324;
  bottom: -26px;
  border-radius: 50%;
}
@media (max-width: 978px) {
  .section-03 {
    background: url(../images/about/section-03-bg-mb.jpg);
    background-size: cover;
  }
  .section-03 .l-title {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .section-03 .l-title h2 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
  }
  .section-03 .l-title h2:after {
    width: 3px;
    height: 40px;
    background: #fff;
    left: 10px;
    top: 5px;
  }
  .section-03 .l-title p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .section-03 .l-body {
    padding: 0;
  }
  .section-03 .l-body ul {
    height: auto;
    width: 100%;
    background: transparent;
    position: relative;
    padding-left: 30px;
  }
  .section-03 .l-body ul:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 1px;
    height: 534px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .section-03 .l-body ul li {
    width: 100% !important;
    margin-bottom: 27px;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .section-03 .l-body ul li:after {
    content: "";
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    position: absolute;
    background: #a83324;
    left: -27px !important;
    top: 2px !important;
    border-radius: 50%;
    z-index: 1;
  }
  .section-03 .l-body ul li h3 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    opacity: 0.6;
    margin-bottom: 5px;
  }
  .section-03 .l-body ul li p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
