* {
  margin: 0;
  padding: 0;
}
.ww {
  width: 100%;
}
.nw {
  white-space: nowrap;
}
.nw1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nw2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nw3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body {
  background-color: white;
}
.dddnx {
  display: none;
}
.ds {
  display: flex;
}
.dy {
  display: flex;
  align-items: center;
}
.dx {
  display: flex;
  justify-content: center;
}
.dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dxy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dlx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dlxy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dlbt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.dlx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dly {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dbt {
  display: flex;
  justify-content: space-between;
}
.dbty {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dwp {
  display: flex;
  flex-wrap: wrap;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  *word-wrap: break-word;
  *white-space: normal;
}
/* web端 */
/* 手机端 */
/* web端 */
@media only screen and (min-width: 1024px) {
  .nav {
    background: rgba(0, 0, 0, 0.02);
  }
  .banner {
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 10%;
    margin-top: -7.5rem;
    background-image: url(img/page2/banner_web.png);
    background-size: cover;
    background-position: center;
    color: black;
    height: 23.6875rem;
  }
  .banner .warp {
    display: flex;
    align-items: center;
  }
  .banner .warp img {
    width: 18.6875rem;
    height: 5.375rem;
  }
  .banner .warp div {
    font-size: 3.3125rem;
    font-weight: bold;
    margin-left: 1.4375rem;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .nav {
    background: rgba(0, 0, 0, 0.02);
  }
  .banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: -8.125rem;
    background-image: url(img/page2/banner.png);
    background-size: cover;
    color: black;
    height: 31.875rem;
  }
  .banner .warp {
    display: flex;
    align-items: center;
    padding-top: 7.875rem;
    padding-left: 3.875rem;
  }
  .banner .warp img {
    width: 18.6875rem;
    height: 5.375rem;
  }
  .banner .warp div {
    font-size: 3.3125rem;
    font-weight: bold;
    margin-left: 1.4375rem;
  }
}
/* web端 */
@media only screen and (min-width: 1024px) {
  .newsmenu {
    padding: 0 10%;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .newsmenu .menu {
    display: flex;
  }
  .newsmenu .menu label {
    padding: 1.5625rem 3.125rem;
    display: block;
    cursor: pointer;
    font-size: 1.875rem;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .newsmenu {
    background-color: white;
    border-bottom: 0.0625rem solid #cccccc;
  }
  .newsmenu .menu {
    display: flex;
  }
  .newsmenu .menu label {
    padding: 1.875rem 1.75rem;
    padding-bottom: 0rem;
    display: block;
    cursor: pointer;
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .newsmenu .menu label .icon {
    width: 100%;
    height: 0.3125rem;
    margin-top: 1.75rem;
    background-color: red;
    visibility: hidden;
  }
}
/* web端 */
@media only screen and (min-width: 1024px) {
  #newsmenu1 ~ .newscontent .item1 {
    display: none;
  }
  #newsmenu2 ~ .newscontent .item2 {
    display: none;
  }
  #newsmenu3 ~ .newscontent .item3 {
    display: none;
  }
  #newsmenu4 ~ .newscontent .item4 {
    display: none;
  }
  #newsmenu5 ~ .newscontent .item5 {
    display: none;
  }
  #newsmenu6 ~ .newscontent .item6 {
    display: none;
  }
  #newsmenu7 ~ .newscontent .item7 {
    display: none;
  }
  #newsmenu8 ~ .newscontent .item8 {
    display: none;
  }
  #newsmenu1:checked ~ .newsmenu .item1 {
    background: linear-gradient(180deg, #FF0302 0%, rgba(228, 2, 19, 0) 100%);
    color: white;
  }
  #newsmenu1:checked ~ .newscontent .item1 {
    display: block;
  }
  #newsmenu2:checked ~ .newsmenu .item2 {
    background: linear-gradient(180deg, #FF0302 0%, rgba(228, 2, 19, 0) 100%);
    color: white;
  }
  #newsmenu2:checked ~ .newscontent .item2 {
    display: block;
  }
  #newsmenu3:checked ~ .newsmenu .item3 {
    background: linear-gradient(180deg, #FF0302 0%, rgba(228, 2, 19, 0) 100%);
    color: white;
  }
  #newsmenu3:checked ~ .newscontent .item3 {
    display: block;
  }
  #newsmenu4:checked ~ .newsmenu .item4 {
    background: linear-gradient(180deg, #FF0302 0%, rgba(228, 2, 19, 0) 100%);
    color: white;
  }
  #newsmenu4:checked ~ .newscontent .item4 {
    display: block;
  }
  #newsmenu5:checked ~ .newsmenu .item5 {
    background: linear-gradient(180deg, #FF0302 0%, rgba(228, 2, 19, 0) 100%);
    color: white;
  }
  #newsmenu5:checked ~ .newscontent .item5 {
    display: block;
  }
  #newsmenu6:checked ~ .newsmenu .item6 {
    background: linear-gradient(180deg, #FF0302 0%, rgba(228, 2, 19, 0) 100%);
    color: white;
  }
  #newsmenu6:checked ~ .newscontent .item6 {
    display: block;
  }
  #newsmenu7:checked ~ .newsmenu .item7 {
    background: linear-gradient(180deg, #FF0302 0%, rgba(228, 2, 19, 0) 100%);
    color: white;
  }
  #newsmenu7:checked ~ .newscontent .item7 {
    display: block;
  }
  #newsmenu8:checked ~ .newsmenu .item8 {
    background: linear-gradient(180deg, #FF0302 0%, rgba(228, 2, 19, 0) 100%);
    color: white;
  }
  #newsmenu8:checked ~ .newscontent .item8 {
    display: block;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  #newsmenu1 ~ .newscontent .item1 {
    display: none;
  }
  #newsmenu2 ~ .newscontent .item2 {
    display: none;
  }
  #newsmenu3 ~ .newscontent .item3 {
    display: none;
  }
  #newsmenu4 ~ .newscontent .item4 {
    display: none;
  }
  #newsmenu5 ~ .newscontent .item5 {
    display: none;
  }
  #newsmenu6 ~ .newscontent .item6 {
    display: none;
  }
  #newsmenu7 ~ .newscontent .item7 {
    display: none;
  }
  #newsmenu8 ~ .newscontent .item8 {
    display: none;
  }
  #newsmenu1:checked ~ .newsmenu .item1 .icon {
    visibility: visible;
  }
  #newsmenu1:checked ~ .newscontent .item1 {
    display: block;
  }
  #newsmenu2:checked ~ .newsmenu .item2 .icon {
    visibility: visible;
  }
  #newsmenu2:checked ~ .newscontent .item2 {
    display: block;
  }
  #newsmenu3:checked ~ .newsmenu .item3 .icon {
    visibility: visible;
  }
  #newsmenu3:checked ~ .newscontent .item3 {
    display: block;
  }
  #newsmenu4:checked ~ .newsmenu .item4 .icon {
    visibility: visible;
  }
  #newsmenu4:checked ~ .newscontent .item4 {
    display: block;
  }
  #newsmenu5:checked ~ .newsmenu .item5 .icon {
    visibility: visible;
  }
  #newsmenu5:checked ~ .newscontent .item5 {
    display: block;
  }
  #newsmenu6:checked ~ .newsmenu .item6 .icon {
    visibility: visible;
  }
  #newsmenu6:checked ~ .newscontent .item6 {
    display: block;
  }
  #newsmenu7:checked ~ .newsmenu .item7 .icon {
    visibility: visible;
  }
  #newsmenu7:checked ~ .newscontent .item7 {
    display: block;
  }
  #newsmenu8:checked ~ .newsmenu .item8 .icon {
    visibility: visible;
  }
  #newsmenu8:checked ~ .newscontent .item8 {
    display: block;
  }
}
/* web端 */
@media only screen and (min-width: 1024px) {
  .about-warp-1 {
    padding: 0 10%;
  }
  .about-warp-1 img {
    width: 100%;
    height: 33.0625rem;
    margin-top: 6.8125rem;
    background-color: #cccccc;
  }
  .about-warp-1 > div:nth-child(2) {
    font-size: 0.875rem;
    line-height: 2rem;
    color: #333333;
    margin-top: 1.875rem;
  }
  .about-warp-1 > div:nth-child(3) {
    padding-bottom: 4.0625rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .about-warp-1 > div:nth-child(3) .item {
    width: calc(50% - 3.8125rem);
    margin-top: 3rem;
  }
  .about-warp-1 > div:nth-child(3) .item div:nth-child(1) {
    color: #FF0302;
    font-size: 1.125rem;
    padding-bottom: 1.0625rem;
    border-bottom: 0.0625rem solid #cccccc;
  }
  .about-warp-1 > div:nth-child(3) .item div:nth-child(2) {
    color: #666666;
    font-size: 0.875rem;
    line-height: 1.875rem;
    margin-top: 1.1875rem;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .about-warp-1 {
    padding: 0 1.75rem;
  }
  .about-warp-1 img {
    width: 100%;
    height: 17.375rem;
    margin-top: 1.875rem;
    background-color: #cccccc;
  }
  .about-warp-1 > div:nth-child(2) {
    font-size: 1.625rem;
    line-height: 2.75rem;
    color: #333333;
    margin-top: 3.0625rem;
  }
  .about-warp-1 > div:nth-child(3) {
    padding-bottom: 3.75rem;
  }
  .about-warp-1 > div:nth-child(3) .item {
    margin-top: 2.5rem;
  }
  .about-warp-1 > div:nth-child(3) .item div:nth-child(1) {
    color: #FF0302;
    font-size: 1.875rem;
    padding-bottom: 0.9375rem;
    margin-top: 2.5rem;
    border-bottom: 0.0625rem solid #cccccc;
  }
  .about-warp-1 > div:nth-child(3) .item div:nth-child(2) {
    color: #666666;
    font-size: 1.625rem;
    line-height: 2.75rem;
    margin-top: 1.0625rem;
  }
}
/* web端 */
@media only screen and (min-width: 1024px) {
  .about_2_warp {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
  }
  .about_2_warp > div {
    margin-top: 5.9375rem;
  }
  .about_2_warp > div:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about_2_warp > div:nth-child(1) .date {
    background-color: #FF0302;
    color: white;
    padding: 0.1875rem 0.9375rem;
  }
  .about_2_warp > div:nth-child(1) .content {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .about_2_warp > div:nth-child(1) .content .left {
    display: flex;
    justify-content: flex-end;
  }
  .about_2_warp > div:nth-child(1) .content .left,
  .about_2_warp > div:nth-child(1) .content .right {
    display: flex;
    width: 100%;
    padding: 0 2.875rem;
    padding-bottom: 4.375rem;
    padding-top: 0.625rem;
  }
  .about_2_warp > div:nth-child(1) .content .left > div,
  .about_2_warp > div:nth-child(1) .content .right > div {
    padding: 1.25rem;
    background-color: #F3F3F3;
  }
  .about_2_warp > div:nth-child(1) .content .left > div .text,
  .about_2_warp > div:nth-child(1) .content .right > div .text {
    display: flex;
    align-items: center;
  }
  .about_2_warp > div:nth-child(1) .content .left > div .text div,
  .about_2_warp > div:nth-child(1) .content .right > div .text div {
    width: 0.325rem;
    height: 0.325rem;
    background-color: black;
    border-radius: 100rem;
    margin-right: 0.625rem;
  }
  .about_2_warp > div:nth-child(1) .content .middle {
    width: 1px;
    height: 100%;
    background-color: #EBEBEB;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .about_2_warp {
    padding: 0 1.75rem;
    margin-top: 4.625rem;
  }
  .about_2_warp .date {
    color: #E40213;
    font-size: 2.5rem;
    font-weight: bolder;
    display: flex;
    align-items: center;
  }
  .about_2_warp .date .icon {
    margin-right: 1.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .about_2_warp .date .icon .show {
    height: 1rem;
    border-left: 0.0625rem solid red;
  }
  .about_2_warp .date .icon div:nth-child(1) {
    height: 1.3rem;
  }
  .about_2_warp .date .icon div:nth-child(2) {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-left: calc(-0.9375rem / 2);
    border-radius: 100%;
    background-color: red;
  }
  .about_2_warp .date .icon div:nth-child(3) {
    height: 1.3rem;
    border-left: 0.0625rem solid red;
  }
  .about_2_warp .content {
    border-left: 0.0625rem solid red;
    padding-bottom: 3.75rem;
    padding-left: 2.25rem;
    padding-top: 2.5rem;
    line-height: 2.75rem;
    font-size: 1.625rem;
  }
  .about_2_warp .content .text {
    display: flex;
    align-items: center;
  }
  .about_2_warp .content .text div {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background-color: black;
    margin-right: 1rem;
  }
}
/* web端 */
@media only screen and (min-width: 1024px) {
  .about_3_warp {
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
  }
  .about_3_warp .honorary {
    padding-right: 3%;
    width: 100%;
  }
  .about_3_warp .honorary .imgs {
    margin-top: 2.5rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .about_3_warp .honorary .imgs .item {
    width: calc(25% - 0.625rem);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 21.625rem;
    margin-bottom: 0.9375rem;
    border: 0.0625rem dashed #666666;
  }
  .about_3_warp .honorary .imgs .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about_3_warp .honorary .imgs .phone {
    display: none;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .about_3_warp {
    padding: 0 1.75rem;
    display: flex;
    justify-content: space-between;
  }
  .about_3_warp .honorary {
    padding-right: 3%;
    width: 100%;
  }
  .about_3_warp .honorary .imgs {
    margin-top: 2.5rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .about_3_warp .honorary .imgs .item {
    width: calc(33% - 0.4375rem);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20.875rem;
    margin-bottom: 0.9375rem;
    border: 0.0625rem dashed #666666;
  }
  .about_3_warp .honorary .imgs .item img {
    height: 100%;
  }
  .about_3_warp .honorary .imgs .phone {
    visibility: hidden;
  }
}
/* web端 */
@media only screen and (min-width: 1024px) {
  .about_4_warp {
    padding: 0 10%;
  }
  .about_4_warp .body {
    margin-top: 2.5rem;
    color: #333333;
  }
  .about_4_warp .body .one {
    position: relative;
    height: 25.5625rem;
  }
  .about_4_warp .body .one img {
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 75%;
    height: 25.5625rem;
  }
  .about_4_warp .body .one .text-warp {
    width: 25%;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2.6875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.625rem;
  }
  .about_4_warp .body .one .text-warp > div {
    width: 100%;
  }
  .about_4_warp .body .one .text-warp > div .me {
    font-weight: bolder;
    font-size: 1.875rem;
    margin-top: 3.3125rem;
  }
  .about_4_warp .body .one .text-warp > div .desc {
    font-size: 1rem;
    margin-top: 0.6875rem;
  }
  .about_4_warp .body .two {
    display: flex;
    justify-content: space-between;
  }
  .about_4_warp .body .two .item {
    width: 25%;
  }
  .about_4_warp .body .two .item .warp {
    margin-top: 3.625rem;
    border-left: 1px solid #cccccc;
    padding: 0 1.6875rem;
  }
  .about_4_warp .body .two .item:nth-child(1) {
    background-color: red;
    height: 25.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
  }
  .about_4_warp .body .two .item:nth-child(1) .me {
    font-size: 1.875rem;
    margin-top: 1.5625rem;
  }
  .about_4_warp .body .two .item:nth-child(2) .title,
  .about_4_warp .body .two .item:nth-child(3) .title,
  .about_4_warp .body .two .item:nth-child(4) .title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 1rem;
    height: 4.375rem;
  }
  .about_4_warp .body .two .item:nth-child(2) .desc,
  .about_4_warp .body .two .item:nth-child(3) .desc,
  .about_4_warp .body .two .item:nth-child(4) .desc {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #333333;
  }
  .about_4_warp .body .two .item img {
    width: 4.375rem;
    height: 4.375rem;
  }
  .about_4_warp .body .three .title {
    font-size: 1.875rem;
    margin-top: 3.75rem;
    font-weight: bold;
  }
  .about_4_warp .body .three .body {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
  }
  .about_4_warp .body .three .body .item {
    width: calc(33% - 0.3125rem);
    background-color: red;
    height: 20.5625rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
    color: white;
  }
  .about_4_warp .body .three .body .item img {
    position: absolute;
    right: 3.3125rem;
    top: 0;
  }
  .about_4_warp .body .three .body .item > div:nth-child(2) {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .about_4_warp .body .three .body .item > div:nth-child(3) {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .about_4_warp .body .three .body .item:nth-child(2) {
    background-color: black;
  }
  .about_4_warp .body .four > .title {
    font-size: 1.875rem;
    margin-top: 3.75rem;
    font-weight: bold;
  }
  .about_4_warp .body .four .title-desc {
    color: #333333;
    margin-top: 1.25rem;
  }
  .about_4_warp .body .four > .body {
    display: flex;
    margin-top: 1.3125rem;
  }
  .about_4_warp .body .four > .body .left {
    width: 33.375rem;
    height: 24.25rem;
    background-image: url(img/pic_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-size: 1.75rem;
    font-weight: bold;
    cursor: pointer;
  }
  .about_4_warp .body .four > .body .left .desc {
    display: none;
  }
  .about_4_warp .body .four > .body .left:hover .back {
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
    display: block;
    padding-top: 5.5rem;
    padding-left: 8.1875rem;
  }
  .about_4_warp .body .four > .body .left:hover .back .desc {
    display: block;
    font-size: 1rem;
  }
  .about_4_warp .body .four > .body .list {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .about_4_warp .body .four > .body .list .item {
    margin-left: 0.8125rem;
    width: calc(100% / 2 - 0.875rem);
    height: 11.75rem;
    margin-bottom: 0.75rem;
    background-color: #666666;
    display: flex;
    align-items: center;
    color: white;
    font-size: 1.75rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }
  .about_4_warp .body .four > .body .list .item:nth-child(1) {
    background-image: url(images/pic_3.png);
  }
  .about_4_warp .body .four > .body .list .item:nth-child(1) .back:hover {
    background-color: rgba(255, 0, 0, 0.7);
    display: block;
    padding-top: 1.75rem;
    padding-left: 1.875rem;
  }
  .about_4_warp .body .four > .body .list .item:nth-child(1) .back:hover .desc {
    margin-top: 1.0625rem;
    display: block;
    font-size: 1rem;
  }
  .about_4_warp .body .four > .body .list .item:nth-child(2) {
    background-image: url(images/pic_5.png);
  }
  .about_4_warp .body .four > .body .list .item:nth-child(2) .back:hover {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    padding-top: 1.75rem;
    padding-left: 1.875rem;
  }
  .about_4_warp .body .four > .body .list .item:nth-child(2) .back:hover .desc {
    margin-top: 1.0625rem;
    display: block;
    font-size: 1rem;
  }
  .about_4_warp .body .four > .body .list .item:nth-child(3) {
    background-image: url(images/pic_4.png);
  }
  .about_4_warp .body .four > .body .list .item:nth-child(3) .back:hover {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    padding-top: 1.75rem;
    padding-left: 1.875rem;
  }
  .about_4_warp .body .four > .body .list .item:nth-child(3) .back:hover .desc {
    margin-top: 1.0625rem;
    display: block;
    font-size: 1rem;
  }
  .about_4_warp .body .four > .body .list .item:nth-child(4) {
    background-image: url(images/pic_6.png);
  }
  .about_4_warp .body .four > .body .list .item:nth-child(4) .back:hover {
    background-color: rgba(255, 0, 0, 0.7);
    display: block;
    padding-top: 1.75rem;
    padding-left: 1.875rem;
  }
  .about_4_warp .body .four > .body .list .item:nth-child(4) .back:hover .desc {
    margin-top: 1.0625rem;
    display: block;
    font-size: 1rem;
  }
  .about_4_warp .body .four > .body .list .item:nth-child(1),
  .about_4_warp .body .four > .body .list .item:nth-child(2),
  .about_4_warp .body .four > .body .list .item:nth-child(3),
  .about_4_warp .body .four > .body .list .item:nth-child(4) {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about_4_warp .body .four > .body .list .item:nth-child(1) .desc,
  .about_4_warp .body .four > .body .list .item:nth-child(2) .desc,
  .about_4_warp .body .four > .body .list .item:nth-child(3) .desc,
  .about_4_warp .body .four > .body .list .item:nth-child(4) .desc {
    display: none;
  }
  .about_4_warp .body .four > .body .list .item .back {
    position: absolute;
    top: 0rem;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
  }
  .about_4_warp .body .five .title {
    font-weight: bold;
    font-size: 1.875rem;
    margin-top: 3.75rem;
  }
  .about_4_warp .body .five .body {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
    display: flex;
    justify-content: flex-end;
  }
  .about_4_warp .body .five .body .warp {
    background-image: url(img/pic_6.png);
    width: 52.625rem;
    height: 32.875rem;
    display: flex;
    align-items: center;
  }
  .about_4_warp .body .five .body .warp div {
    padding: 3.75rem 4.1875rem 3.75rem 2.125rem;
    background-color: #E40213;
    min-width: 42.375rem;
    width: 18.3125rem;
    margin-left: -50%;
    color: white;
    line-height: 2.5rem;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .about_4_warp {
    padding: 0 1.75rem;
  }
  .about_4_warp .one img {
    width: 100%;
    margin-top: 1.875rem;
  }
  .about_4_warp .one .a {
    margin-top: 2.625rem;
    line-height: 2.25rem;
    font-size: 1.375rem;
  }
  .about_4_warp .one .b .me {
    margin-top: 4rem;
    font-size: 2.25rem;
    font-weight: bold;
  }
  .about_4_warp .one .b .desc {
    margin-top: 1.25rem;
    font-size: 1.375rem;
  }
  .about_4_warp .two {
    margin-top: 1.25rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .about_4_warp .two .item {
    width: 50%;
  }
  .about_4_warp .two .item:nth-child(1) {
    background-color: #E40213;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .about_4_warp .two .item:nth-child(1) img {
    width: 4.375rem;
    height: 4.375rem;
  }
  .about_4_warp .two .item:nth-child(1) .me {
    font-size: 1.875rem;
    margin-top: 1rem;
    color: white;
  }
  .about_4_warp .two .item:nth-child(2) .warp,
  .about_4_warp .two .item:nth-child(3) .warp,
  .about_4_warp .two .item:nth-child(4) .warp {
    color: #333333;
    margin-top: 2.8125rem;
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
    border-left: 0.0625rem solid #cccccc;
  }
  .about_4_warp .two .item:nth-child(2) .warp img,
  .about_4_warp .two .item:nth-child(3) .warp img,
  .about_4_warp .two .item:nth-child(4) .warp img {
    width: 4.375rem;
    height: 4.375rem;
  }
  .about_4_warp .two .item:nth-child(2) .warp .title,
  .about_4_warp .two .item:nth-child(3) .warp .title,
  .about_4_warp .two .item:nth-child(4) .warp .title {
    font-weight: bold;
    font-size: 1.625rem;
    margin-top: 0.625rem;
  }
  .about_4_warp .two .item:nth-child(2) .warp .desc,
  .about_4_warp .two .item:nth-child(3) .warp .desc,
  .about_4_warp .two .item:nth-child(4) .warp .desc {
    font-size: 1.375rem;
    margin-top: 2.6875rem;
  }
  .about_4_warp .three .title {
    font-size: 2.25rem;
    margin-top: 3.25rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
  }
  .about_4_warp .three .body .item {
    color: white;
    position: relative;
    background-color: red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3.8125rem;
    padding-left: 2.125rem;
    padding-right: 2.8125rem;
    padding-bottom: 2.9375rem;
    margin-bottom: 0.625rem;
  }
  .about_4_warp .three .body .item img {
    position: absolute;
    top: 0;
    right: 2rem;
    width: 8.25rem;
    height: 7.6875rem;
  }
  .about_4_warp .three .body .item div:nth-child(2) {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .about_4_warp .three .body .item div:nth-child(3) {
    font-size: 1.375rem;
    line-height: 2.375rem;
    margin-top: 1.5rem;
  }
  .about_4_warp .four .title {
    font-size: 2.25rem;
    font-weight: bold;
    margin-top: 3.75rem;
  }
  .about_4_warp .four .title-desc {
    font-size: 1.375rem;
    color: #333333;
    line-height: 2.25rem;
  }
  .about_4_warp .four .body {
    margin-top: 1.625rem;
  }
  .about_4_warp .four .body .left {
    display: none;
  }
  .about_4_warp .four .body .list {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .about_4_warp .four .body .list .item {
    background-color: gray;
    width: calc(50% - 0.875rem);
    height: 24.25rem;
    margin-bottom: 1.75rem;
  }
  .about_4_warp .four .body .list .item:nth-child(1) {
    background-image: url(images/pic2.jpg);
    background-size: cover;
  }
  .about_4_warp .four .body .list .item:nth-child(2) {
    background-image: url(images/pic3.jpg);
  }
  .about_4_warp .four .body .list .item:nth-child(3) {
    background-image: url(images/pic6.jpg);
  }
  .about_4_warp .four .body .list .item:nth-child(4) {
    background-image: url(images/pic5.jpg);
  }
  .about_4_warp .four .body .list .item:nth-child(5) {
    background-image: url(images/pic7.jpg);
  }
  .about_4_warp .four .body .list .item:nth-child(1),
  .about_4_warp .four .body .list .item:nth-child(2),
  .about_4_warp .four .body .list .item:nth-child(3),
  .about_4_warp .four .body .list .item:nth-child(4),
  .about_4_warp .four .body .list .item:nth-child(5) {
    color: white;
  }
  .about_4_warp .four .body .list .item:nth-child(1) .back,
  .about_4_warp .four .body .list .item:nth-child(2) .back,
  .about_4_warp .four .body .list .item:nth-child(3) .back,
  .about_4_warp .four .body .list .item:nth-child(4) .back,
  .about_4_warp .four .body .list .item:nth-child(5) .back {
    padding: 0 2.0625rem;
  }
  .about_4_warp .five {
    margin: 0 -1.75rem;
  }
  .about_4_warp .five .title {
    font-size: 1.875rem;
    margin-top: 3.75rem;
    font-weight: bold;
    padding: 0 1.75rem;
  }
  .about_4_warp .five .body {
    margin-top: 1.9375rem;
  }
  .about_4_warp .five .body .warp {
    background-image: url(img/pic_6.png);
    background-size: cover;
    width: 100%;
    padding: 7.625rem 4.6875rem;
  }
  .about_4_warp .five .body .warp div {
    width: 100%;
    height: 100%;
    background-color: red;
    color: white;
    padding: 2.1875rem;
    font-size: 1.375rem;
    line-height: 2.5rem;
  }
}
