.mySwiper {
  z-index: 1;
  height: 100vh;
}

@keyframes up {
  0% {
    height: 100vh;
  }

  100% {
    height: 0vh;
  }
}

@keyframes down {
  0% {
    height: 0vh;
  }

  100% {
    height: 100vh;
  }
}
.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
  font-size: 20px;
}
.mySwiper .swiper-button-prev,.mySwiper .swiper-button-next{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    font-size: 20px;
    height: 50px;
}
.mySwiper .swiper-button-prev:hover{
    color: #338B7D;
    border: 1px solid #338B7D;
}
.mySwiper .swiper-button-next:hover{
  color: #338B7D;
    border: 1px solid #338B7D;
}
.mySwiper .inner-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
}
.home-plateThree .inner .swiper-slide:hover .donate-item-icon {
  display: block;
}
.mySwiper video{
width: 100%;
    height: 100%;
    object-fit: cover;
}
.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;
max-width:1500px;
}
.mySwiper .swiper-pagination {
  bottom: 60px !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: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url(../images/home-swiper-ac.png);
  background-size: 100% 100%;
  opacity: 1;
  border-radius: 0;
}
.plate {
  padding: 80px 0;
}
.home-plate-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.home-plate-title .plate-title {
  height: 69px;
  width: auto;
}
.home-plate-title .more {
  height: 30px;
  width: auto;
  position: absolute;
  right: 0;
  top: calc(50% - 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%;
}
.home-plateOne .inner {
  position: relative;
}
.home-plateOne .inner .plateOne-icon {
  position: absolute;
  height: 100px;
  width: auto;
  left: 0;
  top: 0;
}
.home-plateOne .inner .plateOne-main {
  display: flex;
  justify-content: space-between;
}
.home-plateOne .inner .plateOne-main .left-img {
  width: 385px;
  height: 340px;
  cursor: pointer;
  background-color: #2C845F;
  transition: all 0.3s linear !important;
}
.home-plateOne .inner .plateOne-main .left-img:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.home-plateOne .inner .plateOne-main .main-right {
  width: calc(100% - 405px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  height: 340px;
}
.home-plateOne .inner .plateOne-main .main-right img {
  width: 279px;
  height: 160px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.home-plateOne .inner .plateOne-main .main-right img:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.home-plateTwo {
  background-image: url(../images/plateTwo-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateTwo .inner .news-banner {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
}
.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: 611px;
  height: 318px;
  overflow: hidden;
}
.home-plateTwo .inner .news-banner .swiper-slide .news-img img {
  transition: all 0.2s;
}
.home-plateTwo .inner .news-banner .swiper-slide .content {
  width: calc(100% - 611px);
  padding: 38px 30px;
  transition: all 0.2s linear;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 background: #fff;
}
.home-plateTwo .inner .news-banner .swiper-slide .content .title {
  font-size: 18px;
   color: #10825A;
font-weight: bold;
}
.home-plateTwo .inner .news-banner .swiper-slide .content .nowrap-4 {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.home-plateTwo .inner .news-banner .swiper-slide .content .time {
  font-size: 16px;
  color: #999999;
}
.home-plateTwo .inner .news-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.home-plateTwo .inner .news-list .news-list-item {
  width: 404px;
  height: 171px;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
  background-image: url(../images/news-item-bg.png);
  background-repeat: no-repeat;
  background-size: 150px 58px;
  background-position: right bottom;
  border-bottom: 10px solid #10825A;
  padding: 20px 22px;
}
.home-plateTwo .inner .news-list .news-list-item .time {
  width: fit-content;
  border-bottom: 2px solid #C3A465;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.home-plateTwo .inner .news-list .news-list-item .time span:nth-of-type(1) {
  font-size: 26px;
  color: #333333;
}
.home-plateTwo .inner .news-list .news-list-item .time span:nth-of-type(2) {
  font-size: 14px;
  color: #333333;
}
.home-plateTwo .inner .news-list .news-list-item .nowrap-2 {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
font-weight: 400;
}
.home-plateTwo .inner .news-list .news-list-item:hover {
  background: #C3A465;
}
.home-plateTwo .inner .news-list .news-list-item:hover div {
  color: #fff !important;
}
.home-plateTwo .inner .news-list .news-list-item:hover p {
  color: #fff !important;
}
.home-plateTwo .inner .news-list .news-list-item:hover span {
  color: #fff !important;
}
.home-plateThree {
  background-image: url(../images/plateThree-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
padding:70px 0 50px;
}
.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;
    margin: 0;
}
.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: 353px;
  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 #1B7F59;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: 20px;
  border-bottom: 9px solid #1B7F59;
  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: #1B7F59;
  margin-bottom: 8px;
font-weight:bold;
}
.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: #1B7F59;
}
.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: 400px;
}
.home-plateThree .inner .plateThree-left .plateThree-left-main .newsThree-list .newsList-item {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px dashed #1B7F59;
  padding: 18px 0 18px;
  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: 400;
  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: #10825A;
}
.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% - 108px);
font-size:16px;
}
.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%;
}
.home-plateFour .inner .plateFour-main .swiper-slide {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  margin-bottom: 10px;
  cursor: pointer;
}
.home-plateFour .inner .plateFour-main .swiper-slide .img {
  width: 394px;
  height: 247px;
  overflow: hidden;
}
.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: 18px;
  color: #000000;
  margin-bottom: 10px;
  line-height: 25px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .nowrap-2 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px dashed #30A177;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-content{
 width: calc(100% - 99px);
line-height: 30px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data .data-content p {
 width:100%;
  color: #30A177;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-plateFour .inner .plateFour-main .swiper-slide .content .data .data-content p:nth-of-type(1)  i{
margin-right: 5px;
}
.home-plateFour .inner .plateFour-main .swiper-slide .content .data>p:nth-of-type(1) {
  width: 89px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #30A177;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #30A177;
}
.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: #1B7F59 !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:nth-of-type(1) {
  background: #C3A465 !important;
  color: #fff !important;
}
.home-plateFive {
  background-image: url(../images/plateFive-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateFive .inner .show-main {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}
.home-plateFive .inner .show-main .swiper {
  width: 100%;
  height: 100%;
}
.home-plateFive .inner .show-main .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-plateFive .inner .show-item {
  width: 220px;
  height: 300px;
  display: flex;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
}
.home-plateFive .inner .show-item:hover img {
  transform: scale(1.15);
}
.home-plateFive .inner .show-item .img {
  width: 220px;
  height: 100%;
  overflow: hidden;
  transition: all 0.2s;
}
.home-plateFive .inner .show-item .img img{
 transition: all 0.2s;
}
.home-plateFive .inner .show-item .show-item-title {
  display: none;
  width: 480px;
  padding: 36px 32px 65px;
  background-color: #fff;
  transition: all 0.2s linear;
  background-image: url(../images/show-item-icon.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 70px;
}
.home-plateFive .inner .show-item .show-item-title h2 {
  color: #a80009;
  font-size: 26px;
  text-align: left;
  margin-bottom: 22px;
}
.home-plateFive .inner .show-item .show-item-title p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-plateFive .inner .active {
  width: 700px;
  height: 300px;
  display: flex;
}
.home-plateFive .inner .active .img {
  width: 220px;
  height: 100%;
}
.home-plateFive .inner .active .show-item-title {
  display: inline-block;
  width: 480px;
  padding: 36px 32px 65px;
  background-color: #fff;
}
.home-plateFive .inner .active .show-item-title h2 {
  color: #333;
  font-size: 20px;
  text-align: left;
  margin-bottom: 22px;
  border-bottom: 4px solid #C3A465;
  padding-bottom: 12px;
  width: fit-content;
    line-height: 30px;
}
.home-plateFive .inner .active .show-item-title p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.home-plateFive .inner .plateFive-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
}
.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-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-plateTwo .inner .news-banner .swiper-slide:hover .news-img img {
  transform: scale(1.05);
}
.home-plateTwo .inner .news-banner .swiper-slide:hover .content {
  background-color: #C3A465 !important;
}
.home-plateTwo .inner .news-banner .swiper-slide:hover .content div {
  color: #fff !important;
}
@media screen and (max-width: 1200px) {
  .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-plateTwo .inner .news-banner .swiper-slide .news-img {
    width: 40% !important;
  }
  .home-plateTwo .inner .news-banner .swiper-slide .content {
    width: 60% !important;
  }
  .plate {
    padding-left: 20px;
    padding-right: 20px;
  }
  .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-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-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-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;
  }
}
