.title img {
  width: 100%;
}
.insert {
  position: absolute;
  right: auto;
  right: 18.75%;
  bottom: 90px;
  width: 34.51%;
  height: 44%;
  background-color: #e75049;
  mix-blend-mode: multiply;
  opacity: 0;
  animation: move linear 2s;
  animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .insert {
    background-color: rgba(160, 13, 6, 0.75) !important;
    opacity: 0.8 !important;
  }
}
.title .text {
  width: 34.51%;
  height: 44%;
  position: absolute;
  left: auto;
  right: 18.75%;
  bottom: 90px;
  padding: 0.9375rem 0.9375rem 0 1.9375rem;
  opacity: 0;
  animation: move linear 2s;
  animation-fill-mode: forwards;
}
.title .text span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
}
.title .text span:nth-of-type(1) {
  display: block;
  margin-bottom: 0.6875rem;
}
.title .text span:nth-of-type(2),
.title .text span:nth-of-type(3) {
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.9375rem;
}
.title .triangle {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 1.5rem;
  border-right: 0.65625rem solid #fff;
  border-left: none;
  border-top: 0.390625rem solid transparent;
  border-bottom: 0.390625rem solid transparent;
}
.content {
  margin-top: 42px;
}
.content p {
  margin: 0;
}
.sincerity {
  border-right: 1px solid #969594;
  position: relative;
}
.sincerity::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 56px;
  right: -1px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 12px solid #e20020;
}
.sincerity::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -1px;
  top: 62px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 7px solid #fff;
  z-index: 1;
}
.content-main .environmental-main {
  position: relative;
}
.environmental {
  position: relative;
}
.environmental .environ-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 56px;
  left: -1px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 12px solid #e20020;
}
.environmental .environ-text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -1px;
  top: 62px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 7px solid #fff;
  z-index: 1;
}
.content-main .sincerity,
.content-main .environmental-main {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 74px;
}

.content-main .environmental-main {
  border-left: 1px solid #969594;
}

.content-main .environmental {
  background: #f7f8f8;
  margin-bottom: 79px;
  padding: 68px 0 72px;
}

.content-main .sincerity .sincerity-img,
.content-main .environmental .environ-img,
.report .report-img {
  float: left;
  width: 49%;
}

.content-main .environmental .environ-img img {
  width: 100%;
  height: 100%;
}

.content-main .sincerity .sincerity-img {
  margin-right: 4.58%;
}

.content-main .environmental .environ-img {
  margin-left: 6.41%;
  margin-top: 27px;
}

.content-main .sincerity .sincerity-img img {
  width: 100%;
  display: block;
}
.content-main .sincerity .sincerity-img img:first-of-type {
  margin-bottom: 18px;
}
/* .content .content-main .sincerity p:last-of-type {
  margin-top: 15px;
} */
.content-main .sincerity .sincerity-img:first-child {
  margin-bottom: 23px;
}
.content-main .sincerity .sincerity-text {
  padding-right: 72px;
}
.content-main .sincerity .sincerity-text,
.content-main .environmental .environ-text,
.report .report-text {
  width: 44.58%;
  padding-top: 10px;
}
.report .report-text {
  float: right;
}
.content-main .sincerity .sincerity-text {
  float: right;
}
.content-main .environmental .environ-text {
  float: left;
  padding-left: 72px;
}
.content .content-main .sincerity h3,
.content .content-main .environmental h3 {
  margin: 0 0 12px 0;
  font-size: 30px;
  font-weight: 400;
  color: #595757;
  line-height: 30px;
}

.content .content-main p {
  letter-spacing: 2px;
}

.content .content-main .environmental h3 {
  margin-top: 3px;
}
.content .content-main .sincerity .sincerity-img span,
.content .content-main .environmental .environ-img span {
  display: block;
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 24px;
}
.content .content-main .sincerity p,
.content .content-main .environmental p {
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 30px;
}
.content .content-main .sincerity p:first-of-type {
  margin-top: 35px;
}
.content .content-main .environmental p:first-of-type {
  margin-top: 35px;
}

/*样式单双动态化 start*/
.content .content-main .continued:nth-of-type(odd) {
  width: 1200px;
  margin: 0 auto 74px;
  border-right: 1px solid #969594;
  position: relative;
}

.content .content-main .continued:nth-of-type(odd) .continued-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 56px;
  right: -1px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 12px solid #e20020;
}
.content .content-main .continued:nth-of-type(odd) .continued-text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -1px;
  top: 62px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 7px solid #fff;
  z-index: 1;
}
.content .content-main .continued:nth-of-type(odd) .continued-img {
  float: left;
  width: 49%;
  margin-right: 4.58%;
}
.content .content-main .continued:nth-of-type(odd) .continued-img img {
  width: 100%;
  display: block;
  margin-bottom: 18px;
}
.content .content-main .continued:nth-of-type(odd) .continued-text {
  float: right;
  padding-right: 72px;
  width: 44.58%;
  padding-top: 10px;
}
.content .content-main .continued:nth-of-type(odd) h3 {
  margin: 0 0 12px 0;
  font-size: 30px;
  font-weight: 400;
  color: #595757;
  line-height: 30px;
}
.content .content-main .continued:nth-of-type(odd) .continued-img span {
  display: block;
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 24px;
}
.content .content-main .continued:nth-of-type(odd) p {
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.content .content-main .continued:nth-of-type(odd) p:first-of-type {
  margin-top: 35px;
}

.content .content-main .continued:nth-of-type(even) {
  position: relative;
}
.content .content-main .continued:nth-of-type(even) .continued-item {
  border-left: 1px solid #969594;
  width: 1200px;
  margin: 0 auto 74px;
  position: relative;
}
.content .content-main .continued:nth-of-type(even) .continued-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 56px;
  left: -1px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 12px solid #e20020;
}
.content .content-main .continued:nth-of-type(even) .continued-text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -1px;
  top: 62px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 7px solid #fff;
  z-index: 1;
}
.content .content-main .continued:nth-of-type(even) {
  background: #f7f8f8;
  margin-bottom: 79px;
  padding: 68px 0 72px;
}
.content .content-main .continued:nth-of-type(even) .continued-img {
  float: left;
  width: 49%;
  margin-left: 6.41%;
  margin-top: 27px;
}
.content .content-main .continued:nth-of-type(even) .continued-img img {
  width: 100%;
  height: 100%;
}
.content .content-main .continued:nth-of-type(even) .continued-text {
  float: left;
  padding-left: 72px;
  width: 44.58%;
  padding-top: 10px;
}
.content .content-main .continued:nth-of-type(even) .continued-text h3 {
  margin: 3px 0 12px;
  font-size: 30px;
  font-weight: 400;
  color: #595757;
  line-height: 30px;
}
.content .content-main .continued:nth-of-type(even) .continued-img span {
  display: block;
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 24px;
}
.content .content-main .continued:nth-of-type(even) p {
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.content .content-main .continued:nth-of-type(even) p:first-of-type {
  margin-top: 35px;
}
/*样式单双动态化 end*/

.report {
  width: 1200px;
  height: 330px;
  margin: 0 auto;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #dedede;
  margin-bottom: 172px;
  background: #f7f8f8;
}

.report .report-img {
  margin-right: 3.91%;
}

.report .report-img img {
  width: 100%;
  height: 100%;
}

.report h3 {
  margin: 40px 0 21px 0;
  font-size: 30px;
  font-weight: 400;
  color: #595757;
  line-height: 60px;
}

.report .report-text p {
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 34px;
}

.report .report-text .dpwnload {
  margin-top: 25px;
  width: 113px;
  height: 36px;
  background: #e90b2a;
  border-radius: 2px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .content-main .sincerity {
    width: 972px;
  }
  .content-main .environmental-main,
  .content-main .sincerity {
    width: 972px;
  }
  .content .content-main .sincerity p,
  .content .content-main .environmental p {
    margin-top: 0;
  }
  .report {
    width: 972px;
    height: 268px;
  }
  .report h3 {
    margin: 10px 0 10px;
  }
  .report .report-text p {
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .content-main .sincerity {
    width: 748px;
  }
  .content-main .environmental-main,
  .content-main .sincerity {
    width: 748px;
  }
  .content .content-main .sincerity p,
  .content .content-main .environmental p {
    margin-top: 0;
  }
  .content .content-main .environmental .environ-text p:nth-of-type(2) {
    display: none;
  }
  .content .content-main .sincerity-text p:nth-of-type(2) {
    display: none;
  }
  .report {
    width: 748px;
    height: 207px;
  }
  .report h3 {
    font-size: 24px;
    margin: 8px 0 12px 0;
    line-height: 30px;
  }
  .report .report-text .dpwnload {
    width: 100px;
    height: 30px;
    margin-top: 12px;
    line-height: 30px;
  }
  .report .report-text p {
    line-height: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .content .content-main .environmental p:first-of-type,
  .content .content-main .sincerity p:first-of-type {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .mob-h3,
  .mob-title {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc-title {
    display: none;
  }
  .title .text span:nth-of-type(1) {
    font-size: 15px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
  }
  .title .text span:nth-of-type(2),
  .title .text span:nth-of-type(3) {
    font-size: 0.625rem;
    font-weight: 400;
    color: #fff;
    line-height: 0.9375rem;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .content-main .environmental-main,
  .content-main .sincerity,
  .report {
    width: 100%;
    padding: 0 4%;
  }
  .report {
    width: 100%;
    padding: 0 2.4rem;
    height: 100%;
    border: none;
    box-shadow: none;
    margin: 0 0 40px 0;
  }
  .content-main .sincerity .sincerity-text,
  .content-main .environmental .environ-img,
  .content-main .sincerity .sincerity-img,
  .content-main .environmental .environ-text,
  .report .report-text,
  .report .report-img {
    width: 100%;
    float: none;
  }
  .content {
    margin-top: 0;
    padding-bottom: 3.2rem;
  }
  .content .content-main .environmental p,
  .content .content-main .sincerity p {
    font-size: 13px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 27px;
  }
  .content .content-main .environmental p:first-of-type,
  .content .content-main .sincerity p:first-of-type {
    margin-top: 15px;
  }
  .content .content-main .environmental p:first-of-type {
    margin-top: 2.24rem;
  }
  .sincerity img,
  .environmental img {
    margin-top: 1.28rem;
  }
  .content-main .environmental-main,
  .content-main .sincerity {
    margin-bottom: 3.04rem;
    padding-top: 0;
  }
  .content-main .environmental .environ-img {
    margin-left: 0;
  }
  .content-main .environmental {
    height: 100%;
    background-color: #fff;
    margin-bottom: 0;
  }
  .report h3 {
    margin-top: 3.04rem;
    font-size: 3.2rem;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 4.8rem;
  }
  .report .report-text {
    width: 100%;
    padding: 2.56rem 2.56rem 3.52rem;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(159, 159, 159, 0.19);
  }
  .report .report-text p {
    font-size: 1.92rem;
    font-weight: 400;
    color: #898989;
    line-height: 3.12rem;
  }
  .report .report-text .dpwnload {
    width: 16.16rem;
    height: 5.28rem;
    margin: 1.6rem auto 0;
    line-height: 5.28rem;
    font-size: 2.08rem;
    font-weight: 500;
    color: #ffffff;
  }
  .content .content-main .environmental p,
  .content .content-main .sincerity p {
    -webkit-line-clamp: inherit;
  }
  .content .content-main .environmental h3,
  .content .content-main .sincerity h3 {
    font-size: 20px;
    font-weight: 400;
    color: #2f2f2f;
  }
  .content .content-main .environmental .environ-img span,
  .content .content-main .sincerity .sincerity-img span {
    color: #3a3a3a;
    font-size: 10px;
    line-height: 20px;
  }
  .content-main .environmental .environ-text {
    padding-left: 20px;
  }
  .content-main .sincerity .sincerity-text {
    padding-right: 20px;
  }
  .insert,
  .title .text {
    width: 56%;
    height: 44%;
    top: 38%;
    left: 30%;
    font-size: 15px !important;
    z-index: 1;
  }
  .title .triangle {
    border-left: 8px solid #fff;
    border-right: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 0;
    top: 16px;
  }
  .title .text {
    padding: 10px 15px;
  }
  .sincerity,
  .content-main .environmental-main {
    border: none;
  }
  .environmental .environ-text::before,
  .sincerity::before,
  .environmental .environ-text::after,
  .environmental .environ-text::before,
  .sincerity::after {
    display: none;
  }
  .content-main .sincerity .sincerity-text {
    padding-right: 0;
  }
  .content-main .environmental .environ-text {
    padding-left: 0;
  }
  .content-main .sincerity .sincerity-text {
    padding-top: 0;
  }
  .content .content-main .environmental h3,
  .content .content-main .sincerity h3 {
    margin-bottom: 0;
  }
  .content .content-main .environmental p:first-of-type,
  .content .content-main .sincerity p:first-of-type {
    margin-top: 5px;
  }
  .content-main .environmental {
    padding-top: 0;
  }
  .content-main .environmental-main,
  .content-main .sincerity {
    margin-bottom: 0;
  }
  .content-main .environmental {
    background: #f7f8f8;
  }
  .content .content-main .environmental h3 {
    margin-top: 5px;
  }
  .content-main .environmental .environ-img {
    margin-top: 15px;
  }
  .content-main .environmental {
    padding-bottom: 32px;
  }
  .content .content-main .sincerity h3 {
    padding-top: 12px;
  }
  .content .content-main .environmental .environ-img span,
  .content .content-main .sincerity .sincerity-img span {
    display: none;
  }
  .content-main .sincerity .sincerity-img img:first-of-type {
    margin-bottom: 28px;
  }
}
<!--耗时1753266142.04秒-->