.section-title {
  text-align: left;
  padding: 50px;
}

.section-title h1::before {
  width: 0;
  height: 0;
  background: transparent;
}

.section-title h1 {
  font-weight: bold;
  margin-bottom: 0;
  color: #308be9;
}

.section-title p {
  font-size: 42px;
  font-weight: bold;
  z-index: 2;
}

.section-title p:after {
  content: "";
  width: 160px;
  height: 8px;
  background: #fee5c5;
  /* border-radius: 100%; */
  position: absolute;
  bottom: 35%;
  left: 65px;
  opacity: 0.4;
  z-index: 1;
}

.title-other p:after {
  bottom: 30%;
}

/* .section-title p::after {
  position: absolute;
  bottom: 30%;
  content: "";
  width: 160px;
  height: 2px;
  border-radius: 100%;
  background:#fee5c5;
} */

#header .nav li a {
  /* color: #353535; */
}

/*公司简介*/
.about-text .content p {
  color: #3e3a3a;
  font-weight: 500;
}

.about-text .content {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.30);
  text-indent: 2em;
}

.about-text .content .owl-theme .owl-nav [class*='owl-'] {
  text-indent: 0;
  /* color: #3e3a3a; */
}

.about-text .content::before {
  position: absolute;
  left: 0;
  content: "“";
  color: #308be9;
  font-size: 350px;
  z-index: 1;
  font-family: "黑体"
}

.about-text .content,
.timeline {
  padding: 100px 130px
}

@media only screen and (max-width: 767px) {

  .about-text .content {
    padding: 50px;
  }

  .timeline {
    padding: 20px;
  }

  #my-timeline .single-timeline .single-content {
    width: 100%;
  }
}

#my-timeline {
  background-color: transparent;
}

#my-timeline.my-develop {
  background-color: #f5f5f5;
}

#my-timeline .single-main .single-timeline {
  padding-right: 0px;
  padding-left: 60px;
}

#my-timeline .single-main .single-timeline .single-content {
  /* margin-left: 50.4%; */
  margin-bottom: 50px;
}

#my-timeline .single-main .single-timeline .single-content span {
  display: inline-block;
  width: 65%;
}

#my-timeline .single-timeline h2::before {
  width: 0;
  height: 0;
}


#my-timeline .single-timeline img {
  display: inline-block;
  margin-right: 20px;
}

/* #my-timeline .single-main .single-timeline .single-content:before {
  right: auto;
  left: -31px;
  border-left-color: transparent;
  border-right-color: #ccc;
}

#my-timeline .single-main .single-timeline .single-content:after {
  left: -30px;
  border-left-color: transparent;
  border-right-color: #fff;
  right: auto;
} */

#my-timeline .single-main .single-timeline .date {
  left: -30px;
  right: auto;
  margin-top: 25px;
}

#my-timeline .timeline-inner:before {
  left: 0;
  background: #23a3ac !important;
}

#my-timeline .single-timeline .date {
  border-radius: 50%;
  height: 60px;
  text-align: center;
  position: absolute;
  background: rgba(48, 139, 233, 1);
}

#my-timeline .single-timeline .date svg {
  width: 30px;
  line-height: 60px;
  margin: auto;
  position: absolute;
  left: 15px;
  top: 15px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  color: #fff;
}


/*small-date*/
#my-timeline .single-timeline .small-date {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  margin-top: 20px;
  margin-left: 5px;
  vertical-align: middle;
}

#my-timeline .single-timeline .single-contents {
  margin-left: 20px;
}

#my-timeline .single-timeline .small-date svg {
  width: 10px;
  line-height: 20px;
  left: 5px;
  top: 5px;
}

.big-date {
  display: inline-block;
  position: absolute;
  width: 60px;
  line-height: 120px;
  margin: auto;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #8c1f25;
}

/*qualificate*/
.qualificate .about-text .content::before {
  content: "";
}

.qualificate .content div img {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  #my-timeline .single-main .single-timeline .single-content span {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .section-title h1 {
    font-size: 30px;
  }

  #my-timeline .single-main .single-timeline .single-content span {
    width: auto;
  }
}

#contact .section-title p:after {
  bottom: 30%;
}