.title img {
  width: 100%;
}
.insert {
  position: absolute;
  width: 30.1%;
  height: 44%;
  position: absolute;
  right: auto;
  right: 16%;
  bottom: 90px;
  background-color: #e75049;
  mix-blend-mode: multiply;
  opacity: 1;
  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 {
  display: block;
  width: 30.1%;
  height: 44%;
  position: absolute;
  right: auto;
  right: 16%;
  bottom: 90px;
  /* left: 51.2%;
  top: 49%; */
  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;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.title .text span:nth-of-type(1) {
  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;
  left: 0;
  top: 1.5rem;
  border-left: 0.65625rem solid #fff;
  border-right: none;
  border-top: 0.390625rem solid transparent;
  border-bottom: 0.390625rem solid transparent;
}
section {
  padding-top: 50px;
  padding-bottom: 120px;
}
.content .sketch {
  position: relative;
  width: 1200px;
  margin: 40px auto 0;
  border-left: 1px solid #969594;
}
.content .sketch .sketch-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 44px;
  left: -1px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 12px solid #e20020;
}
.content .sketch .sketch-text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -1px;
  top: 50px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 7px solid #fff;
  z-index: 1;
}
.content .sketch .sketch-img {
  width: 48.41%;
  margin-left: 1.59%;
  /* height: 329px; */
}

.content .sketch .sketch-img img {
  width: 100%;
}

.content .sketch .sketch-text,
.content .sketch .sketch-img {
  float: left;
}

.content .sketch .sketch-text {
  width: 50%;
}

.content .sketch .sketch-text h4 {
  width: 86.83%;
  margin: 0 auto 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.content .sketch .sketch-text h4 span {
  font-size: 36px;
  color: #6c6a6a;
  color: #595757;
  line-height: 45px;
}
.content .sketch .sketch-text h4 span:last-of-type {
  font-weight: 400;
}
.content .sketch .sketch-text h5 {
  font-size: 20px;
  font-weight: 500;
  color: #595757;
  line-height: 30px;
  margin-bottom: 24px;
}

.content .sketch .sketch-text p {
  width: 86.83%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 26px;
}
.content .sketch .sketch-text p span {
  color: #171717;
  font-weight: 400;
}
.content .konw {
  float: right;
  width: 158px;
  /*height: 44px;*/
  margin-top: 20px;
  margin-right: 8.3%;
  border-radius: 2px;
  border: 1px solid #e10020;
  cursor: pointer;
  text-align: center;
}
.content .konw:hover {
  background: #ea0a2a;
  border-radius: 1px;
}
.content .konw:hover a {
  color: #fff;
}
.content .konw a {
  line-height: 44px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #e10020;
}
.content .sketch .konw.mob {
  width: 25.6rem;
  /*height: auto;*/
  background-color: #e10020;
  margin: 3.84rem auto;
}
.content .sketch .konw.mob a {
  color: #fff;
  font-size: 2.72rem;
  line-height: 32px;
}
.other-business {
  height: 381px;
  margin-top: 114px;
  padding-top: 35px;
  padding-bottom: 65px;
  margin-bottom: 60px;
  background: #f7f8f8;
}

.other-business .other-business-main {
  width: 1200px;
  margin: 0 auto;
}

.other-business .other-business-main h4 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  color: #636363;
  line-height: 27px;
}

.other-business .other-business-main .business-item {
  width: 273px;
  height: 78px;
  float: left;
  margin-bottom: 33px;
  margin-right: 190px;
  text-align: center;
  background: #ffffff;
}

.other-business .other-business-main .business-item:nth-of-type(3n) {
  margin-right: 0;
}

.other-business .other-business-main .business-item.active a {
  color: #3a3a3a;
}

.other-business .other-business-main .business-item a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 78px;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.other-business .other-business-main .business-item:hover {
  background-image: url("/r/cms/www/default/portal/img/first-nav/about/red_icon_pic@2x.png");
  background-size: contain;
  cursor: pointer;
  background-position: center;
}

.other-business .other-business-main .business-item:hover a {
  color: transparent;
}

.content .show-img {
  width: 1196px;
  margin: 0 auto;
}

.content .show-img .show-img-item {
  width: 48.24%;
  height: 326px;
  float: left;
  cursor: pointer;
  position: relative;
}

.content .show-img .show-img-item .show-img-item-img {
  position: relative;
  height: 100%;
}

.content .show-img .show-img-item .show-img-item-img img {
  display: block;
  width: 100%;
}

.content .show-img .show-img-item:first-of-type {
  margin-right: 3.5%;
}

.content .show-img .show-img-item .show-img-item-title {
  width: 100%;
  position: absolute;
  margin-top: 28px;
  margin-bottom: 104px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #636363;
  line-height: 30px;
}

.content .show-img .show-img-item:hover .show-img-item-img {
  border-bottom: 5px solid #db162c;
}

.content .show-img .show-img-item:hover .triangle {
  display: block;
}

.content .show-img .show-img-item .triangle {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1px;
  left: 50%;
  margin-left: -4px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .content .sketch {
    width: 972px;
  }
  .content .sketch .sketch-text p {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .content .sketch .sketch-text h4 {
    margin-bottom: 10px;
  }
  .content .sketch .sketch-text h5 {
    margin-bottom: 10px;
  }
  .other-business .other-business-main {
    width: 972px;
  }
  .other-business .other-business-main .business-item {
    margin-right: 75px;
  }
  .content .show-img {
    width: 972px;
  }
  .content .show-img .show-img-item .show-img-item-img {
    height: 266px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .content .sketch {
    width: 748px;
  }
  .content .sketch .sketch-text h5 {
    margin: 0;
  }
  .content .sketch .sketch-text p {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .other-business {
    margin-top: 76px;
  }
  .content .sketch .sketch-text h4 {
    margin-bottom: 10px;
  }
  .content .sketch .sketch-text h5 {
    margin-bottom: 10px;
  }
  .other-business .other-business-main {
    width: 748px;
  }
  .other-business .other-business-main .business-item {
    width: 236px;
    margin-right: 20px;
  }
  .content .show-img {
    width: 768px;
  }
  .content .show-img .show-img-item .show-img-item-img {
    height: 212px;
  }
}
@media (min-width: 768px) {
  .content .sketch .konw.mob {
    display: none;
  }
}
@media (max-width: 768px) {
  .content .sketch .sketch-text .konw.pc {
    display: none;
  }
  .content .sketch {
    width: 100%;
    padding: 0 4%;
    margin-top: 0;
    border: none;
  }
  .content .sketch .sketch-text h4 {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1em;
    margin-bottom: 0;
    color: #2f2f2f;
    padding-top: 0;
  }
  .content .sketch .sketch-text h5 {
    font-size: 2.24rem;
    margin: 1.6rem 0;
    font-weight: 500;
    color: #595757;
  }
  .content .sketch .sketch-text p {
    width: 100%;
    font-size: 1.92rem;
    line-height: 4.8rem;
  }
  .content .sketch .konw.mob a {
    font-size: 2.4rem;
  }
  .content .sketch .sketch-img,
  .content .sketch .sketch-text {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .content .sketch .sketch-img {
    margin-top: 3.8rem;
  }
  section {
    padding: 20px 0 40px 0;
  }
  .content .sketch .sketch-text h4 span {
    font-size: 20px;
  }
  .other-business {
    padding-top: 0;
    padding-bottom: 4.8rem;
    margin: 0;
  }
  .other-business .other-business-main {
    width: 92%;
  }
  .other-business .other-business-main .business-item {
    width: 32.48rem;
    height: 7.36rem;
    float: none;
    margin: 0.64rem auto;
  }
  .other-business .other-business-main .business-item a {
    font-size: 1.92rem;
    line-height: 7.36rem;
  }
  .other-business .other-business-main h4 {
    font-size: 2.24rem;
    line-height: 8.96rem;
    margin-bottom: 0;
    font-weight: 500;
  }
  .other-business .other-business-main .business-item:nth-of-type(3n) {
    margin: 1.2rem auto;
  }
  .content .show-img {
    width: 100%;
    background: #f7f8f8;
    padding-bottom: 8.32rem;
  }
  .content .show-img .show-img-item {
    width: 92%;
    height: 100%;
    float: none;
    margin: 0 auto;
  }
  .content .show-img .show-img-item:first-of-type {
    margin-bottom: 2.56rem;
  }
  .content .show-img .show-img-item .show-img-item-title {
    top: 50%;
    font-size: 3.2rem;
    color: #fff;
    margin-top: -1.92rem;
    margin-bottom: 0;
    line-height: 1em;
  }
  .content .show-img .show-img-item,
  .other-business .other-business-main .business-item {
    pointer-events: none;
  }
  .insert,
  .title .text {
    width: 56%;
    height: 35%;
    top: 48%;
    left: 30%;
    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;
  }
  .content .sketch .sketch-text::after,
  .content .sketch .sketch-text::before {
    display: none;
  }
  .content .sketch .konw.mob {
    float: none;
    margin: 2.56rem auto 0;
  }
}
<!--ºÄÊ±1753269756.3043Ãë-->