.floating-animation {
    animation: floating  2s ease-in-out infinite;
}

@keyframes floating {
   0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.mySwiper {
  z-index: 1;
  max-height: 600px;
  min-height: 300px;
  height: 60vw;
}
.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
  content: '' !important;
}
.mySwiper .inner-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
}
.home-plateThree .inner .swiper-slide:hover .donate-item-icon {
  display: block;
}
.donate-item-icon {
  position: absolute;
  width: 161px;
  height: 131px;
  right: 0;
  bottom: 0;
  display: none;
}
.home-plateThree .inner .swiper-slide:hover {
  display: block;
}
.mySwiper .inner-banner .inner {
  height: 100%;
  position: relative;
}
.mySwiper .swiper-pagination {
  bottom: 30px !important;
  max-width: 1200px;
  left: calc(50% - 600px);
  text-align: center;
}
.mySwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  opacity: 0.7;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  margin: 0 15px !important;
}
.mySwiper .swiper-pagination-bullet-active {
  width: 24px;
  height: 27px;
  background-color: transparent;
  background-image: url(../images/home-swiper-ac.png);
  background-size: 100% 100%;
  opacity: 1;
  border-radius: 0;
}
.plate {
  padding: 70px 0;
  display: none;
}
.home-plate-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.home-plate-title .plate-title {
  height: 88px;
  width: auto;
}
.home-plate-title .more-box {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #BA2922;
  transition: all 0.2s;
  cursor: pointer;
}
.home-plate-title .more-box .more {
  width: 20px;
  height: 20px;
}
.home-plate-title .more-box:hover {
  transform: translateX(10px);
}
.home-plate-title-st {
  justify-content: flex-start;
}
.home-plateOne {
  background-image: url(../images/plateOne-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}
.home-plateOne .inner {
  position: relative;
  background-image: url(../images/plateOne-main.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 700px;
  max-width: 1324px;
  display: flex;
  justify-content: space-between;
  padding: 58px 62px;
}
.home-plateOne .inner .plateOne-left {
  width: 690px;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main {
  width: 100%;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list {
  width: 100%;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px dashed #BA2922;
  padding: 12px 0 12px;
  display: flex;
  justify-content: space-between;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .content {
  width: calc(100% - 195px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
padding:10px 0;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .content .nowrap {
  font-size: 16px;
  color: #000000;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .content .nowrap-2 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .content .data {
  font-size: 14px;
  color: #666666;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .img {
  width: 180px;
  height: 120px;
  overflow: hidden;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .img img {
  transition: all 0.2s;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item:last-child {
  border-bottom: none;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item:hover .img img {
  transform: scale(1.05);
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item:hover .content .nowrap {
  color: #BA2922;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item:nth-of-type(1) {
  padding-top: 0;
}
.home-plateOne .inner .plateOne-right {
  width: 472px;
  background: linear-gradient(180deg, #A7322C 0%, #BA2922 100%);
  border-radius: 8px;
  height: fit-content;
  padding: 30px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.home-plateOne .inner .plateOne-right .plate-title {
  height: 88px;
}
.home-plateOne .inner .plateOne-right .more-box {
  color: #fff;
}
.home-plateOne .inner .plateOne-right .right-title {
  height: 69px;
  width: auto;
  margin-bottom: 30px;
}
.home-plateOne .inner .plateOne-right .one-right-main {
  width: 100%;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item .data {
  width: 62px;
  height: 28px;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 3px solid #E1B655;
  background: #BA2922;
  border-radius: 2px;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item .nowrap {
  width: calc(100% - 75px);
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item:hover {
  background-color: #E1B655;
  color: #fff;
  background-image: url(../images/new-item-icon.png);
  background-size: 36px 40px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item:hover .data {
  background: #fff;
  color: #BA2922;
  border-left: 3px solid #BA2922;
}
.home-plateTwo {
  display: block;
  background-image: url(../images/plateTwo-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateTwo .inner .plateTwo-main {
  display: flex;
  justify-content: space-between;
}
.home-plateTwo .inner .plateTwo-main {
  display: none;
}
.home-plateTwo .inner .plateTwo-main.active {
  display: flex;
}
.home-plateTwo .inner .home-plate-title .tab-img {
  display: flex;
  align-items: center;
}
.home-plateTwo .inner .home-plate-title .tab-img .line {
  width: 2px;
  height: 35px;
  background: #333333;
  margin: 0 20px;
  transform: rotate(15deg);
  position: relative;
  top: 20px;
}
.home-plateTwo .inner .home-plate-title .tab-img .tab-item {
  cursor: pointer;
}
.home-plateTwo .inner .home-plate-title .tab-img .tab-item .plate-title.active {
  display: none;
}
.home-plateTwo .inner .home-plate-title .tab-img .tab-item.active .plate-title {
  display: none;
}
.home-plateTwo .inner .home-plate-title .tab-img .tab-item.active .plate-title.active {
  display: block;
}
.home-plateTwo .inner .home-plate-title .more-box .more-item {
  display: none;
}
.home-plateTwo .inner .home-plate-title .more-box .more-item.active {
  display: block;
}
.home-plateTwo .inner .home-plate-title .more-box span:nth-of-type(2) {
  display: none;
}
.home-plateTwo .inner .news-banner {
  width: 625px;
    margin: 0;
}
.home-plateTwo .inner .news-banner .swiper-slide {
  display: flex;
  cursor: pointer;
  transition: all 0.2s linear;
}
.home-plateTwo .inner .news-banner .swiper-slide .news-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.home-plateTwo .inner .news-banner .swiper-slide .news-img img {
  transition: all 0.2s;
}
.home-plateTwo .inner .news-banner .swiper-slide .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-image: url(../images/plateTwo-content-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
}
.home-plateTwo .inner .news-banner .swiper-slide .content .title {
  font-size: 16px;
  color: #fff;
  width: calc(100% - 170px);
}
.home-plateTwo .inner .news-banner .swiper-slide .content .time {
  background-image: url(../images/news-data-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
.home-plateTwo .inner .news-banner .swiper-slide .content .time p:nth-of-type(1) {
  font-size: 20px;
}
.home-plateTwo .inner .news-banner .swiper-slide .content .time p:nth-of-type(2) {
  font-size: 12px;
}
.home-plateTwo .inner .news-banner .swiper-pagination {
  bottom: 50px;
  text-align: right;
  padding-right: 20px;
}
.home-plateTwo .inner .news-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  opacity: 0.7;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  margin: 0 5px !important;
}
.home-plateTwo .inner .news-banner .swiper-pagination-bullet-active {
  width: 24px;
  height: 27px;
  background-color: transparent;
  background-image: url(../images/home-swiper-ac.png);
  background-size: 100% 100%;
  opacity: 1;
  border-radius: 0;
}
.home-plateTwo .inner .news-list {
  width: 620px;
}
.home-plateTwo .inner .news-list .news-list-item {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 16px;
}
.home-plateTwo .inner .news-list .news-list-item .nowrap-3{
font-size:14px;
}
.home-plateTwo .inner .news-list .news-list-item .content-ac {
  display: none;
}
.home-plateTwo .inner .news-list .news-list-item .list-item-icon {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.home-plateTwo .inner .news-list .news-list-item .list-item-left {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
}
.home-plateTwo .inner .news-list .news-list-item .data {
  width: 100px;
  font-size: 16px;
  color: #666666;
}
.home-plateTwo .inner .news-list .news-list-item:last-child {
  margin-bottom: 0;
}
.home-plateTwo .inner .news-list .news-list-item-ac {
  width: 100%;
  height: 182px;
  background: #FFFFFF;
  box-shadow: 0px 2px 22px 0px rgba(157, 0, 1, 0.11);
}
.home-plateTwo .inner .news-list .news-list-item-ac .content-ac {
  width: 100%;
  height: 100%;
  padding: 27px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-plateTwo .inner .news-list .news-list-item-ac .content-ac .data-ac {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-plateTwo .inner .news-list .news-list-item-ac .content-ac .data-ac span:nth-of-type(1) {
  font-weight: 800;
  font-size: 30px;
  color: #BA2922;
  border-bottom: 1px solid #BA2922;
  padding: 0 15px 5px;
}
.home-plateTwo .inner .news-list .news-list-item-ac .content-ac .data-ac span:nth-of-type(2) {
  margin-top: 5px;
  font-size: 16px;
  color: #BA2922;
}
.home-plateTwo .inner .news-list .news-list-item-ac .content-ac .content-title {
  width: calc(100% - 85px);
  padding:10px 0;
}
.home-plateTwo .inner .news-list .news-list-item-ac .content-ac .content-title .nowrap {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.home-plateTwo .inner .news-list .news-list-item-ac .content-ac .content-title .nowrap-3 {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.home-plateTwo .inner .news-list .news-list-item-ac .data {
  display: none;
}
.home-plateTwo .inner .news-list .news-list-item-ac .list-item-left {
  display: none;
}
.home-plateThree {
  background-image: url(../images/plateThree-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateThree .inner {
  display: flex;
  justify-content: space-between;
}
.home-plateThree .inner .plateThree-left {
  width: 842px;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner {
  width: 428px;
  height: fit-content;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide {
  position: relative;
  padding-bottom: 109px;
  cursor: pointer;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide .img {
  height: 323px;
  overflow: hidden;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide .img img {
  transition: all 0.2s;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide .content {
  width: 388px;
  border: 1px solid #BA2922;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: 20px;
  border-bottom: 9px solid #BA2922;
  padding: 23px 20px;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide .content .data {
  width: 72px;
  height: 68px;
  background: #C3A465;
  position: absolute;
  right: 20px;
  top: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide .content .data span:nth-of-type(1) {

  font-size: 24px;
  color: #FFFFFF;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide .content .data span:nth-of-type(2) {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide .content .nowrap {
  font-size: 16px;
  color: #BA2922;
  margin-bottom: 8px;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide .content .nowrap-2 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide:hover .news-img img {
  transform: scale(1.05);
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide:hover .content {
  background-color: #BA2922;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide:hover .content p {
  color: #fff !important;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list {
  width: 394px;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px dashed #BA2922;
  padding: 12px 0 12px;
  display: flex;
  justify-content: space-between;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item .content {
  width: calc(100% - 180px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item .content .nowrap {

  font-size: 16px;
  color: #000000;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item .content .nowrap-2 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item .content .data {
  font-size: 16px;
  color: #666666;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item .img {
  width: 160px;
  height: 113px;
  overflow: hidden;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item .img img {
  transition: all 0.2s;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item:hover .img img {
  transform: scale(1.05);
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item:hover .content .nowrap {
  color: #BA2922;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item:nth-of-type(1) {
  padding-top: 0;
}
.home-plateThree .inner .plateThree-right {
  width: 386px;
  background-image: url(../images/plateThree-right-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: fit-content;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.home-plateThree .inner .plateThree-right .right-title {
  height: 69px;
  width: auto;
  margin-bottom: 30px;
}
.home-plateThree .inner .plateThree-right .Three-right-main {
  width: 100%;
}
.home-plateThree .inner .plateThree-right .Three-right-main .right-main-item {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
  width: 100%;
}
.home-plateThree .inner .plateThree-right .Three-right-main .right-main-item .data {
  width: 93px;
  height: 100%;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/data-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateThree .inner .plateThree-right .Three-right-main .right-main-item .nowrap {
  width: calc(100% - 93px);
}
.home-plateThree .inner .plateThree-right .Three-right-main .right-main-item:hover {
  background-color: #fff;
}
.home-plateThree .inner .plateThree-right .Three-right-main .right-main-item:hover .data {
  background-image: url(../images/data-bg-ac.png) !important;
}
.home-plateThree .inner .plateThree-right .more {
  height: 30px;
  margin-top: 20px;
  cursor: pointer;
  width: auto;
}
.home-plateThree .inner .plateThree-right .more:hover {
  animation: swing 1s infinite ease-in-out;
}
.home-plateFour {
  background-image: url(../images/plateFour-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}
.home-plateFour .inner {
  display: flex;
  justify-content: space-between;
}
.home-plateFour .inner .activity-box {
  width: 818px;
}
.home-plateFour .inner .unit-box {
  width: 422px;
}
.home-plateFour .inner .unit-box .unit-content {
  background: #FFFFFF;
  box-shadow: 0px 2px 22px 0px rgba(157, 0, 1, 0.11);
  padding: 0 18px;
}
.home-plateFour .inner .unit-box .unit-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.2px 0;
  border-bottom: 1px dashed #BA2922;
  cursor: pointer;
}
.home-plateFour .inner .unit-box .unit-item .left {
  width: 64px;
  height: 64px;
}
.home-plateFour .inner .unit-box .unit-item .left img {
  object-fit: cover;
}
.home-plateFour .inner .unit-box .unit-item .right {
  width: calc(100% - 78px);
}
.home-plateFour .inner .unit-box .unit-item .right .nowrap:nth-of-type(1) {
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
}
.home-plateFour .inner .unit-box .unit-item .right .nowrap:nth-of-type(2) {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}
.home-plateFour .inner .unit-box .unit-item .right .nowrap:nth-of-type(2) span {
  width: 1px;
  height: 16px;
  background-color: #666666;
  margin: 0 5px;
  display: block;
}
.home-plateFour .inner .unit-box .unit-item:hover p {
  color: #A1241E !important;
  animation: headShake 1s linear;
}
.home-plateFour .inner .unit-box .unit-item:last-child {
  border-bottom: none;
}
.home-plateFour .inner .plateFour-main .swiper-slide {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  cursor: pointer;
}
.home-plateFour .inner .plateFour-main .swiper-slide .img {
  width: 100%;
  height: 247px;
  overflow: hidden;
  position: relative;
}
.home-plateFour .inner .plateFour-main .swiper-slide .img > p {
  width: 74px;
  height: 31px;
  background: #F6C047;
  border-radius: 16px;
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10;
}
.home-plateFour .inner .plateFour-main .swiper-slide .img img {
  transition: all 0.2s;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content {
  padding: 20px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .nowrap {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  line-height: 25px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .nowrap-2 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px dashed #BA2922;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data-main {
 width: calc(100% - 99px);
    color: #BA2922;
    font-size: 14px;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data-main p i{
margin-right: 5px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data>p{
  width: 89px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #BA2922;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #BA2922;
}
.home-plateFour .inner .plateFour-main .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.home-plateFour .inner .plateFour-main .swiper-slide:hover .content {
  background-color: #BA2922 !important;
}
.home-plateFour .inner .plateFour-main .swiper-slide:hover .content p {
  color: #fff !important;
}
.home-plateFour .inner .plateFour-main .swiper-slide:hover .content .data>p{
  color: #fff !important;
background: #C3A465 !important;
}

.home-plateFive {
  background-image: url(../images/plateFive-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}
.home-plateFive .inner .home-plate-title {
  justify-content: center;
}
.home-plateFive .inner .home-plate-title .more-box {
  position: absolute;
  right: 0;
  top: 30%;
}
.home-plateFive .inner .show-main .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-plateFive .inner .show-main .swiper .swiper-slide .img {
  position: relative;
}
.home-plateFive .inner .show-main .swiper .swiper-slide .img .show-item-bg {
  width: 245px;
  height: 315px;
  position: absolute;
  display: none;
  left: -20px;
  top: -20px;
}
.home-plateFive .inner .show-main .swiper .swiper-slide .img img {
  position: relative;
  z-index: 10;
}
.home-plateFive .inner .show-main .swiper .swiper-slide img {
  width: 205px;
  height: 271px;
}
.home-plateFive .inner .show-main {
  height: 360px;
  position: relative;
}
.home-plateFive .inner .show-main .swiper {
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.home-plateFive .inner .show-main .swiper .swiper-slide-active .img {
  transition: transform 0.3s ease;
  background-image: url(../images/show-item-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
  transform-origin: center bottom;
}
.home-plateFive .inner .show-main .swiper .swiper-slide-active .img .show-item-bg {
  display: block;
}
.home-plateFive .inner .show-main-info {
  height: 100px;
  display: flex;
  justify-content: center;
}
.home-plateFive .inner .show-main-info p {
  width: 800px;
  text-align: center;
}
.home-plateFive .inner .show-main-info .nowrap {
  font-size: 16px;
margin-bottom: 20px;
}
.home-plateFive .inner .show-main-info .nowrap-3 {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.home-plateFive .inner .plateFive-arrow {
  position: absolute;
  bottom: -26%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 950px;
}
.home-plateFive .inner .show-left {
  width: 52px;
  height: 52px;
  background-image: url(../images/banner-left.png);
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: 60px;
}
.home-plateFive .inner .show-right {
  width: 52px;
  height: 52px;
  background-image: url(../images/banner-right.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.home-plateSix {
  display: block;
  background-image: url(../images/plateSix-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateSix .inner .donate-item-main {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: all 0.2s;
}
.home-plateSix .inner .donate-item-main:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.home-plateSix .inner .donate-main {
  background-color: #fff;
  padding: 30px;
}
.home-plateSix .inner .donate-main > .content {
  display: flex;
  justify-content: space-between;
}
.home-plateSix .inner .donate-main > .content .content-left {
  width: 690px;
  display: flex;
  cursor: pointer;
}
.home-plateSix .inner .donate-main > .content .content-left .img {
  width: 346px;
  height: 268px;
  overflow: hidden;
}
.home-plateSix .inner .donate-main > .content .content-left .img img {
  transition: all 0.2s;
}
.home-plateSix .inner .donate-main > .content .content-left .content {
  width: 344px;
  background: #F9F6F2;
  padding: 30px 15px 30px;
}
.home-plateSix .inner .donate-main > .content .content-left .content .nowrap {
  font-size: 16px;
  border-bottom: 1px dashed #D9D9D9;
  padding-bottom: 12px;
}
.home-plateSix .inner .donate-main > .content .content-left .content .nowrap-3 {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding-top: 11px;
}
.home-plateSix .inner .donate-main > .content .content-left .content .num {
  margin-top: 60px;
  font-size: 16px;
  display: flex;
}
.home-plateSix .inner .donate-main > .content .content-left .content .num span {
  display: flex;
}
.home-plateSix .inner .donate-main > .content .content-left .content .num span span {
  color: #A1241E;
}
.home-plateSix .inner .donate-main > .content .content-left .content .num span:nth-child(1) {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.home-plateSix .inner .donate-main > .content .content-left .content .num span:nth-child(1) span {
  width: 16px;
  height: 16px;
  background-image: url(../images/donate-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}
.home-plateSix .inner .donate-main > .content .content-left:hover .img img {
  transform: scale(1.1);
}
.home-plateSix .inner .donate-main > .content .content-left:hover .content .nowrap {
  color: #A1241E;
  animation: headShake 1s linear;
}
.home-plateSix .inner .donate-main > .content .content-right {
  width: 495px;
}
.home-plateSix .inner .donate-main > .content .content-right .content-right-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}
.home-plateSix .inner .donate-main > .content .content-right .content-right-item .img {
  width: 187px;
  height: 124px;
  overflow: hidden;
}
.home-plateSix .inner .donate-main > .content .content-right .content-right-item .img img {
  transition: all 0.2s;
}
.home-plateSix .inner .donate-main > .content .content-right .content-right-item .content {
  width: calc(100% - 187px);
  padding: 10px 10px 0 30px;
}
.home-plateSix .inner .donate-main > .content .content-right .content-right-item .content .nowrap {
  font-size: 16px;
  border-bottom: 1px dashed #D9D9D9;
  padding-bottom: 12px;
}
.home-plateSix .inner .donate-main > .content .content-right .content-right-item .content .nowrap-3 {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding-top: 11px;
}
.home-plateSix .inner .donate-main > .content .content-right .content-right-item:hover .img img {
  transform: scale(1.1);
}
.home-plateSix .inner .donate-main > .content .content-right .content-right-item:hover .content .nowrap {
  color: #A1241E;
  animation: headShake 1s linear;
}
.home-plateSix .inner .donate-main > .content .content-right .content-right-item:last-child {
  margin-bottom: 0;
}
.home-plateSeven {
  background-image: url(../images/plateSeven-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}
.home-plateSeven .inner .plateThree-top {
  display: flex;
  justify-content: space-between;
}
.home-plateSeven .inner .plateThree-top .message-list {
  width: 735px;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .message-item {
  width: 100%;
  height: 70px;
  padding: 0 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 22px 0px rgba(157, 0, 1, 0.11);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 16px;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .message-item .content-ac {
  display: none;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .message-item .list-item-icon {
  width: 13px;
  height: 13px;
margin-right:10px;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .message-item .list-item-left {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .message-item .data {
  width: 100px;
  font-size: 16px;
  color: #666666;
  height: fit-content;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item:last-child {
  margin-bottom: 0;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item-ac {
  width: 100%;
  height: 182px;
  background-image: url(../images/info-icon.png);
  background-repeat: no-repeat;
  background-size: 130px 130px;
  background-position: right bottom;
  border-bottom: 8px solid #BA2922;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item-ac .content-ac {
  width: 100%;
  height: 100%;
  padding: 27px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item-ac .content-ac .data-ac {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(186, 41, 34, 0.1);
  padding: 10px 5px;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item-ac .content-ac .data-ac span:nth-of-type(1) {
  font-weight: 800;
  font-size: 24px;
  color: #BA2922;
  border-bottom: 1px solid #BA2922;
  padding: 0 15px 5px;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item-ac .content-ac .data-ac span:nth-of-type(2) {
  margin-top: 5px;
  font-size: 12px;
  color: #BA2922;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item-ac .content-ac .content-title {
  width: calc(100% - 87px);
  padding:10px 0;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item-ac .content-ac .content-title .nowrap {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item-ac .content-ac .content-title .nowrap-3 {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item-ac .data {
  display: none;
}
.home-plateSeven .inner .plateThree-top .message-list .message-main .news-list-item-ac .list-item-left {
  display: none;
}
.home-plateSeven .inner .plateThree-top .thank-list {
  width: 502px;
}
.home-plateSeven .inner .plateThree-top .thank-list .thank-main {
  width: 100%;
  height: 334px;
  background: #A32123;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}
.home-plateSeven .inner .plateThree-top .thank-list .thank-main .table-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    line-height: 60px;
    background: #EDAC5C;
    color: #fff;
    padding: 0 30px;
}
.home-plateSeven .inner .plateThree-top .thank-list .thank-main #demo {
  height: 280px;
  overflow: hidden;
  padding: 0 30px;
  background-image: url(../images/demo-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateSeven .inner .plateThree-top .thank-list .thank-main #demo .index_donate_left_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #e5e7eab5;
  line-height: 60px;
  color: #fff;
}
.home-plateSeven .inner .plateThree-top .thank-list .tools {
  width: 100%;
  height: 86px;
  background-image: url(../images/tools-bg.png);
  background-size: 100% 100%;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.home-plateSeven .inner .plateThree-top .thank-list .tools img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.home-plateSeven .inner .plateThree-top .thank-list .tools:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.home-plateEight {
  display: block;
  background-image: url(../images/home-plateEight-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateEight .inner .home-plate-title {
  justify-content: center;
}
.home-plateEight .inner .serve-box {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.home-plateEight .inner .serve-box .line {
  display: block;
  height: 1px;
  width: 100%;
  left: 0;
  top: calc(50% - 0.5px);
  position: absolute;
  border-top: 1px dashed #BA2922;
}
.home-plateEight .inner .serve-box .serve-item {
  width: 138px;
  height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed #BA2922;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s;
}
.home-plateEight .inner .serve-box .serve-item .img img {
  height: 40px;
  width: auto;
}
.home-plateEight .inner .serve-box .serve-item .img img:nth-of-type(2) {
  display: none;
}
.home-plateEight .inner .serve-box .serve-item p {
  font-size: 16px;
  color: #2B2B2B;
  margin-top: 5px;
}
.home-plateEight .inner .serve-box .serve-item:hover {
  background: #A1241E;
  transform: scale(1.05);
}
.home-plateEight .inner .serve-box .serve-item:hover .img img:nth-of-type(1) {
  display: none;
}
.home-plateEight .inner .serve-box .serve-item:hover .img img:nth-of-type(2) {
  display: block;
}
.home-plateEight .inner .serve-box .serve-item:hover p {
  color: #fff;
}
.home-plateEight .inner .pho-box {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}
.home-plateEight .inner .pho-box .pho-box-title {
  width: 199px;
  height: 532px;
}
.home-plateEight .inner .pho-box .pho-box-content {
  width: calc(100% - 230px);
}
.home-plateEight .inner .pho-box .pho-box-content .img {
  overflow: hidden;
  cursor: pointer;
}
.home-plateEight .inner .pho-box .pho-box-content .img img {
  transition: all 0.2s;
}
.home-plateEight .inner .pho-box .pho-box-content .img:hover img {
  transform: scale(1.05);
}
.home-plateEight .inner .pho-box .pho-box-content > div {
  height: 254px;
}
.home-plateEight .inner .pho-box .pho-box-content .content-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.home-plateEight .inner .pho-box .pho-box-content .content-top .img {
  width: 49%;
  height: 254px;
}
.home-plateEight .inner .pho-box .pho-box-content .content-bottom {
  display: flex;
  justify-content: space-between;
}
.home-plateEight .inner .pho-box .pho-box-content .content-bottom .img {
  width: 32%;
  height: 254px;
  position: relative;
}
.home-plateEight .inner .pho-box .pho-box-content .content-bottom .img > .more {
  position: absolute;
  width: 100%;
  height: 90px;
  background: #E1B655;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  left: 0;
  bottom: 0;
  color: #BA2922;
  display: none;
}
.home-plateEight .inner .pho-box .pho-box-content .content-bottom .img > .more img {
  width: 15px;
  height: auto;
}
.home-plateEight .inner .pho-box .pho-box-content .content-bottom .img:last-child .more {
  display: flex;
  cursor: pointer;
}
.home-plateEight .inner .pho-box .pho-box-content .content-bottom .img:last-child .more:hover {
  background: #BA2922;
  color: #fff;
}
.home-plate-title .more {
  cursor: pointer;
}
.home-plate-title .more:hover {
  -webkit-animation: swing 1s infinite ease-in-out;
  animation: swing 1s infinite ease-in-out;
}
.home-item {
  position: fixed;
  width: 130px;
  height: 262px;
  right: 0;
  top: 30%;
  z-index: 10;
  cursor: pointer;
}
.home-plateTwo .inner .news-banner .swiper-slide:hover .news-img img {
  transform: scale(1.05);
}
@media screen and (max-width: 1200px) {
  .home-plateSeven .inner .plateThree-top {
    flex-direction: column;
    padding: 0 20px;
  }
  .home-plateSeven .inner .plateThree-top > div {
    width: 100% !important;
  }
  .home-plateSix .inner {
    padding: 0 20px;
  }
  .home-plateSix .inner .donate-main > .content {
    flex-direction: column;
  }
  .home-plateSix .inner .donate-main > .content > div {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .home-plateSix .inner .donate-main > .content .content-left > div {
    width: 50% !important;
  }
  .home-plateFour .inner {
    flex-direction: column;
    padding: 0 20px;
  }
  .home-plateFour .inner > div {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .home-plate-title {
    padding: 0 20px;
  }
  .plateTwo-main {
    flex-direction: column;
    padding: 0 20px;
  }
  .home-plateTwo .inner .news-banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-plateTwo .inner .news-list {
    width: 100%;
  }
  .home-plateOne {
    padding: 0 0 0 !important;
  }
  .home-plateOne .inner {
    height: fit-content;
  }
  .home-plateOne .inner .plateOne-icon {
    display: none;
  }
  .home-plateFive .inner .show-item .show-item-title {
    display: block !important;
  }
  .home-plateFive .inner .show-item .show-item-title {
    width: 100% !important;
  }
  .home-plateFive .inner .show-item .img {
    width: 100% !important;
  }
  .home-plateFive .inner .show-item {
    width: 100% !important;
  }
  .home-plateFive .inner .show-main .swiper .swiper-slide {
    flex-direction: column;
    width: 100%;
  }
  .home-plateFive .inner .show-item {
    flex-direction: column;
    height: auto;
    margin: 10px 0px;
  }
  .home-plateFour .inner .plateFour-main .swiper-slide .img {
    width: 100% !important;
  }
  .home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner {
    margin: 0;
  }
  .home-plateThree .inner {
    flex-direction: column;
  }
  .home-plateThree .inner > div {
    width: 100% !important;
  }
  .home-plateOne-main {
    flex-direction: column;
  }
  .home-plateOne-main > div {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .home-plateThree .inner .plateThree-top {
    flex-direction: column;
  }
  .home-plateThree .inner .plateThree-top > div {
    width: 100% !important;
  }
  .plateOne-main {
    flex-direction: column;
  }
  .plateOne-main .main-right {
    width: 100% !important;
    margin-top: 20px;
    height: auto !important;
  }
  .plateOne-main .main-right img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .home-plateFive .inner .show-main-info p {
    width: 100% !important;
  }
  .plateFive-arrow {
    width: 100% !important;
  }
  .home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-banner .swiper-slide .content {
    width: 94% !important;
  }
  .home-plateThree .inner .plateThree-left .plateThree-left-main {
    flex-direction: column;
  }
  .home-plateThree .inner .plateThree-left .plateThree-left-main > div {
    width: 100% !important;
  }
  .home-plateTwo .inner .news-list {
    flex-direction: column;
  }
  .home-plateTwo .inner .news-list .news-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .home-plateEight .inner .pho-box .pho-box-title {
    display: none;
  }
  .pho-box-content {
    width: 100% !important;
    padding: 0 20px;
  }
  .home-plateEight .inner .serve-box .serve-item {
    width: 80px !important;
    height: 80px !important;
  }
  .home-plateEight .inner .serve-box .serve-item p {
    font-size: 12px !important;
  }
  .home-plateSix .inner .donate-main > .content .content-left {
    flex-direction: column;
  }
  .home-plateSix .inner .donate-main > .content .content-left > div {
    width: 100% !important;
  }
  .home-item {
    width: 10vw;
    height: auto;
  }
  .home-plateTwo .inner .news-banner .swiper-slide .content .nowrap-4 {
    margin: 20px 0;
  }
  .home-plateTwo .inner .news-banner .swiper-slide {
    flex-direction: column;
  }
  .home-plateTwo .inner .news-banner .swiper-slide > .news-img {
    width: 100% !important;
  }
  .home-plateTwo .inner .news-banner .swiper-slide .content {
    width: 100% !important;
  }
  .mobile_header .mobile_header_logo {
    left: 20px;
  }
  .home-plateOne .inner .plateOne-main .left-img {
    width: 100%;
    height: auto;
  }
  .home-plateOne .inner .plateOne-main .main-right {
    height: auto;
  }
  .home-plateOne .inner .plateOne-main .main-right img {
    margin-bottom: 20px;
  }
  .home-plateOne .home-plateOne-list .news-list-item {
    width: 100% !important;
  }
  .home-plateThree .inner .plateThree-top .message-list .message-main .message-item {
    width: 100% !important;
  }
  .home-plateThree .inner .plateThree-bottom .faq-main .faq-item {
    width: 100% !important;
  }
  .home-plate-title .more {
    height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .home-plate-title .plate-title {
    height: 50px;
  }
  .home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item {
    flex-direction: column;
  }
  .home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .img {
    width: 100%;
  }
  .home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .content {
    width: 100%;
    padding: 20px 0;
  }
  .home-plateOne .home-plateOne-main .news-banner .news-item .img {
    height: 250px !important;
  }
  .home-plateOne .inner .plateOne-main .main-right img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .home-plateOne .home-plate-title .title-main {
    left: 0;
    transform: translateX(0) !important;
  }
  .home-plateOne .home-plate-title .title-main p {
    width: 100px !important;
  }
}
