.mySwiper {
  z-index: 1;
  max-height: 700px;
  min-height: 300px;
  height: 60vw;
}
.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
  content: '' !important;
}
.mySwiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: url(../images/banner-right.png);
  background-size: 100% 100%;
}
.mySwiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-image: url(../images/banner-left.png);
  background-size: 100% 100%;
}
.mySwiper .inner-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
}
.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: 60px !important;
  max-width: 1200px;
  left: calc(50% - 600px);
  text-align: center;
}
.mySwiper .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background-color: #FFFFFF;
  opacity: 0.5;
  position: relative;
  margin: 0 15px !important;
  border-radius: 0 !important;
}
.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.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: 50px;
  width: auto;
}
.home-plate-title .more {
  height: 37px;
  width: auto;
}
.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;
  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;
  display: flex;
  justify-content: space-between;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .content {
  width: calc(100% - 360px);
  display: flex;
  flex-direction: column;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .content .nowrap {
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 28px;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .content .nowrap-2 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin: 16px 0 20px;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .content .data {
  font-size: 16px;
  color: #999999;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .content .data i {
  margin-right: 5px;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item .img {
  width: 345px;
  height: 195px;
  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: #0074D3;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list .newsList-item:nth-of-type(1) {
  padding-top: 0;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list-content .item {
  width: 48%;
  padding: 25px 0;
  border-bottom: 1px dashed #999999;
  cursor: pointer;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list-content .item .nowrap {
  margin-bottom: 6px;
  transition: all 0.2s;
  font-size: 18px;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list-content .item .data {
  color: #0074D3;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .newsThree-list-content .item:hover .nowrap {
  color: #0074D3;
  transform: translateX(5px);
}
.home-plateOne .inner .plateOne-right {
  width: 414px;
  background: #0074D3;
  height: fit-content;
  padding: 40px 30px 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.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: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #fff;
  margin-bottom: 23px;
  width: 100%;
  padding: 15px 20px;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item .data {
  width: 70px;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item .data span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item .data span:nth-of-type(1) {
  width: 100%;
  height: 40px;
  background: rgba(0, 116, 211, 0.1);
  color: #0074D3;
  font-size: 28px;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item .data span:nth-of-type(2) {
  width: 100%;
  height: 20px;
  background: #0074D3;
  color: #fff;
  font-size: 12px;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item .nowrap-2 {
  width: calc(100% - 80px);
  line-height: 25px;
  font-size: 18px;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item:hover {
  background-color: #E1B655;
  color: #fff;
}
.home-plateOne .inner .plateOne-right .one-right-main .right-main-item:hover .data {
  background: #fff;
  color: #0074D3;
}
.home-plateTwo {
  display: block;
  background-image: url(../images/plateTwo-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateTwo .plateOne-title-icon {
  position: absolute;
  width: 295px;
  height: 164px;
  right: 0;
  top: -68px;
  z-index: 2;
}
.home-plateTwo .more {
  position: relative;
  z-index: 5;
}
.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: 661px;
  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: 364px;
  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 20px 0 20px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
}
.home-plateTwo .inner .news-banner .swiper-slide .content .title {
  font-size: 18px;
  color: #fff;
  width: calc(100% - 170px);
}
.home-plateTwo .inner .news-banner .swiper-slide .content .title p:nth-of-type(2) {
  font-size: 16px;
  color: #ffffffa4;
  margin-top: 10px;
}
.home-plateTwo .inner .news-banner .swiper-slide .content .time {
  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: 589px;
}
.home-plateTwo .inner .news-list .news-list-item {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 16px;
}
.home-plateTwo .inner .news-list .news-list-item .content-ac {
  display: none;
}
.home-plateTwo .inner .news-list .news-list-item .list-item-icon {
  width: 10px;
  height: 10px;
  border: 1px solid #0074D3;
  border-radius: 50%;
}
.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: #999999;
}
.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: 24px;
  color: #0074D3;
  border-bottom: 1px solid #0074D3;
  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: 12px;
  color: #0074D3;
}
.home-plateTwo .inner .news-list .news-list-item-ac .content-ac .content-title {
  width: calc(100% - 100px);
  height: 100%;
}
.home-plateTwo .inner .news-list .news-list-item-ac .content-ac .content-title .nowrap-2 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
  line-height: 25px;
}
.home-plateTwo .inner .news-list .news-list-item-ac .content-ac .content-title .nowrap-3 {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  border-top: 1px solid #0074D3;
  padding-top: 16px;
}
.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 #0074D3;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: 20px;
  border-bottom: 9px solid #0074D3;
  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-weight: bold;
  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: 18px;
  color: #0074D3;
  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: #0074D3;
}
.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 #0074D3;
  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-weight: 500;
  font-size: 18px;
  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: #999999;
}
.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: #0074D3;
}
.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: 100%;
}
.home-plateFour .inner .activity-box .home-plate-title {
  justify-content: center;
}
.home-plateFour .inner .activity-box .home-plate-title .more {
  position: absolute;
  right: 0;
  top: 30%;
}
.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: 240px;
  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;
  background-repeat: no-repeat;
  background-size: 126px 40px;
  background-position: right bottom;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .nowrap {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  line-height: 25px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .nowrap-2 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  height: 48px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px dashed #0074D3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data p:nth-of-type(1) {
  width: calc(100% - 99px);
  display: flex;
  align-items: center;
  color: #666666;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data p:nth-of-type(1) i {
  margin-right: 5px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data p:nth-of-type(2) {
  width: 89px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #0074D3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #0074D3;
}
.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: #0074D3 !important;
  background-image: url(../images/activity-ac-icon.png);
}
.home-plateFour .inner .plateFour-main .swiper-slide:hover .content p {
  color: #fff !important;
}
.home-plateFour .inner .plateFour-main .swiper-slide:hover .content .data p:nth-of-type(2) {
  background: #C3A465 !important;
  color: #fff !important;
}
.home-plateFive {
  background-color: #fff;
  display: block;
}
.home-plateFive .inner {
  display: flex;
  justify-content: space-between;
}
.home-plateFive .inner .home-three-left {
  width: 736px;
}
.home-plateFive .inner .home-three-left .show-list {
  height: 356px;
  padding: 2px;
}
.home-plateFive .inner .home-three-left .show-list .swiper-slide {
  display: flex;
  background-color: #fff;
}
.home-plateFive .inner .home-three-left .show-list .swiper-slide .img {
  width: 242px;
  height: 170px;
  overflow: hidden;
}
.home-plateFive .inner .home-three-left .show-list .swiper-slide .img img {
  transition: all 0.2s;
}
.home-plateFive .inner .home-three-left .show-list .swiper-slide .content {
  width: calc(100% - 242px);
  padding: 27px 30px;
  height: 170px;
  transition: all 0.2s linear;
  background-size: 100% 100%;
  background-color: #fff;
  border: 1px solid #0000000d;
}
.home-plateFive .inner .home-three-left .show-list .swiper-slide .content .nowrap {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.home-plateFive .inner .home-three-left .show-list .swiper-slide .content .nowrap-3 {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}
.home-plateFive .inner .home-three-left .show-list .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.home-plateFive .inner .home-three-left .show-list .swiper-slide:hover .content {
  background-image: url(../images/show-item-bg.png);
}
.home-plateFive .inner .home-three-left .show-list .swiper-slide:hover .content p {
  color: #fff !important;
}
.home-plateFive .inner .home-three-right {
  width: 494px;
}
.home-plateFive .inner .home-three-right .serve-list .list-top {
  height: 180px;
  display: flex;
  justify-content: space-between;
}
.home-plateFive .inner .home-three-right .serve-list .list-top img {
  height: 100%;
  width: auto;
}
.home-plateFive .inner .home-three-right .serve-list img {
  transition: all 0.2s;
  cursor: pointer;
}
.home-plateFive .inner .home-three-right .serve-list img:hover {
  transform: scale(1.04);
}
.home-plateFive .inner .home-three-right .serve-list .list-bottom {
  margin-top: 10px;
  height: 180px;
  display: flex;
  justify-content: space-between;
}
.home-plateFive .inner .home-three-right .serve-list .list-bottom img {
  height: 100%;
  width: auto;
}
.home-plateSix {
  display: block;
  background-image: url(../images/plateSix-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateSix .inner .home-plate-title {
  justify-content: center;
}
.home-plateSix .inner .home-plate-title .more {
  position: absolute;
  right: 0;
  top: 30%;
}
.home-plateSix .inner .show-main .swiper-slide {
  height: 220px;
  cursor: pointer;
  position: relative;
}
.home-plateSix .inner .show-main .swiper-slide img {
  transition: all 0.2s;
}
.home-plateSix .inner .show-main .swiper-slide .nowrap {
  position: absolute;
  bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  width: 100%;
  display: none;
}
.home-plateSix .inner .show-main .swiper-slide:hover img {
  transform: scale(1.15);
}
.home-plateSix .inner .show-main .swiper-slide:hover .nowrap {
  display: block;
}
.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-plateFive .inner {
    flex-direction: column;
    padding: 0 20px;
  }
  .home-plateFive .inner .home-three-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .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;
  }
}
