.mySwiper {
  z-index: 1;
  height: 40vw;
  max-height: 650px;
  min-height: 310px;
}
.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
  content: '' !important;
}
.mySwiper .inner-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
}
.mySwiper .inner-banner .inner {
  height: 100%;
  position: relative;
}
.mySwiper .swiper-pagination {
  bottom: 30px !important;
  align-items: center !important;
  display: flex;
  justify-content: center;
}
.mySwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  opacity: 0.7;
  border-radius: 50%;
  position: relative;
  margin: 0 15px !important;
}
.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 22px;
  height: 22px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  position: relative;
}
.mySwiper .swiper-pagination-bullet-active::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  border-radius: 50%;
}
.home-title {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.home-title .home-title-icon {
  width: 120px;
  height: auto;
}
.home-title .home-more {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #999999;
}
.home-title .home-more img {
  width: 21px;
  height: 6px;
  margin-left: 5px;
}
.home-middle-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.home-middle-title .title {
  font-size: 24px;
  position: relative;
}
.home-middle-title .title img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -10px;
}
.home-middle-title .more {
  font-size: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: calc(40%);
}
.home-middle-title .more img {
  width: 12px;
  height: 17px;
  margin-left: 5px;
}
.home-plateOne {

background: rgba(239,245,254,0.83);
  background-image: url(../images/home-plateOne-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 500px;
  background-position: left bottom;
  padding: 20px 0 40px;
}
.home-plateOne .inner .home-plateOne-more {
  width: 110px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #00368F;
  border: 1px solid #00368F;
  margin: 0 auto;
 
}
.home-plateOne .inner>.home-plateOne-more{
   display: none;
}
.home-plateOne .inner .title {
  width: 120px;
  margin: 0 auto;
    display: none;
}
.home-plateOne .inner .news-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.home-plateOne .inner .news-main .news-swiper-btn {
  width: 150px;
  height: 32px;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 254px;
}
.home-plateOne .inner .news-main .news-swiper-btn > div {
  width: 50%;
  height: 100%;
  color: #fff;
}
.home-plateOne .inner .news-main .news-swiper-btn .swiper-button-prev {
  left: 0 !important;
  background: #19ACB1;
}
.home-plateOne .inner .news-main .news-swiper-btn .swiper-button-next {
  right: 0 !important;
  background: #265DA4;
}
.home-plateOne .inner .news-main .news-swiper-btn div::after {
  content: "" !important;
}
.home-plateOne .inner .news-main .plateOne-left {
  width: 615px;
  margin: 0 !important;
  position: relative;
}
.home-plateOne .inner .news-main .plateOne-left .news-item .img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.home-plateOne .inner .news-main .plateOne-left .news-item .content {
  width: 100%;
  height: 118px;
  background: #00368F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  color: #FFFFFF;
}
.home-plateOne .inner .news-main .plateOne-left .news-item .content .content-left {
  width: calc(100% - 140px);
}
.home-plateOne .inner .news-main .plateOne-left .news-item .content .content-left .nowrap {
  font-size: 16px;
  margin-bottom: 10px;
}
.home-plateOne .inner .news-main .plateOne-left .news-item .content .content-left .nowrap-2 {
  line-height: 24px;
  font-size: 14px;
}
.home-plateOne .inner .news-main .plateOne-left .news-item .content .content-data {
  width: 57px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-plateOne .inner .news-main .plateOne-left .news-item .content .content-data span:nth-of-type(1) {
  font-size: 22px;
  margin-bottom: 15px;
}
.home-plateOne .inner .news-main .plateOne-left .news-item .content .content-data span:nth-of-type(2) {
  font-size: 14px;
}
.home-plateOne .inner .news-main .right {
  width: 23%;
}
.home-plateOne .inner .news-main .right .main{
min-height:320px;
margin-bottom:20px;
}
.home-plateOne .inner .news-main .right h3{
    font-size: 26px;
    font-weight: 800;
    color: #333333;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    margin-bottom: 10px;
justify-content: center;
}
.home-plateOne .inner .news-main .right h3 img{
    height:  80px;
    width: auto;
}
.home-plateOne .inner .news-main .right h3 .jiantou{
    font-size: 22px;
    color: #666;
    font-weight: normal;
    margin: 0 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;

}
.home-plateOne .inner .news-main .right .news-item .data img{
width:14px;
height:14px;
    margin-right: 3px;
}
.home-plateOne .inner .news-main .right .right-top {
  display: flex;
  border-bottom: 1px solid #00368F;
  padding-bottom: 24px;
}
.home-plateOne .inner .news-main .right .right-top .content-left {
  width: calc(100% - 120px);
}
.home-plateOne .inner .news-main .right .right-top .content-left .nowrap {
  margin-bottom: 27px;
  color: #00368F;
  font-size: 16px;
}
.home-plateOne .inner .news-main .right .right-top .content-left .nowrap-2 {
  height: 68px;
  line-height: 34px;
  color: #999999;
  font-size: 14px;
}
.home-plateOne .inner .news-main .right .right-top .content-data {
  width: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #00368F;
}
.home-plateOne .inner .news-main .right .right-top .content-data span:nth-of-type(1) {
  font-size: 24px;
}
.home-plateOne .inner .news-main .right .right-top .content-data span:nth-of-type(2) {
  font-size: 14px;
  margin: 15px 0;
}
.home-plateOne .inner .news-main .right .right-top .content-data span:nth-of-type(3) {
  display: block !important;
  border: 5px solid transparent;
  border-left-color: #00368F;
}
.home-plateOne .inner .news-main .right .news-item {
  display: flex;
  height:80px;
    justify-content: center;
  align-items: center;
  flex-direction: column;
    border-bottom: 1px solid #E0E6EB;
transition: all .4s;
}
.home-plateOne .inner .news-main .right .news-item .nowrap {
  width:100%;
  font-size: 16px;
    line-height: 30px;
  color: #333333;
}
.home-plateOne .inner .news-main .right .news-item .data {
  width: 100%;
  font-size: 14px;
  color: #999999;
    display: flex;
}
.home-plateTwo {
  padding: 20px 0 35px;;
}
.home-plateTwo .inner {
  display: flex;
  justify-content: space-between;
}
.home-plateTwo .inner .activity-list {
  width: 615px;
}
.home-plateTwo .inner .activity-list .activity-main {
  background-image: url(../images/activity-main-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateTwo .inner .activity-list .activity-main .activity-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  height: 22px;
}
.home-plateTwo .inner .activity-list .activity-main .activity-item .data {
  font-size: 16px;
  color: #999999;
  width: 100px;
}
.home-plateTwo .inner .activity-list .activity-main .activity-item .nowrap {
  width: calc(100% - 120px);
  height: 100%;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.home-plateTwo .inner .activity-list .activity-main .activity-item .nowrap span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #1E6BC2;
    vertical-align: middle;
  margin-right: 5px;
    position: relative;
    top: -2px;
}
.home-plateTwo .inner .donate-list {
  width: 615px;
}
.home-plateTwo .inner .donate-list .donate-nav {
  padding: 0 30px;
  width: 614px;
  height: 56px;
  line-height: 56px;
  background: #00368F;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  text-align: center;
}
.home-plateTwo .inner .donate-list .donate-nav div:nth-of-type(1) {
  width: 30%;
}
.home-plateTwo .inner .donate-list .donate-nav div:nth-of-type(2) {
  width: 35%;
}
.home-plateTwo .inner .donate-list .donate-nav div:nth-of-type(3) {
  width: 35%;
}
.home-plateTwo .inner .donate-list .right-main {
  width: 100%;
  height: 292px;
  overflow: hidden;
  padding: 0 30px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.home-plateTwo .inner .donate-list .right-main .thank-list-item {
  width: 100%;
  height: 45px;
  display: flex;
  line-height: 45px;
  text-align: center;
  border-bottom: 1px dashed #C8C8C8;
}
.home-plateTwo .inner .donate-list .right-main .thank-list-item div:nth-of-type(1) {
  width: 30%;
  height: 100%;
  border-radius: 5px;
}
.home-plateTwo .inner .donate-list .right-main .thank-list-item div:nth-of-type(2) {
  width: 35%;
}
.home-plateTwo .inner .donate-list .right-main .thank-list-item div:nth-of-type(3) {
  width: 35%;
}
.home-plateThree {
  background-image: url(../images/home-plateThree-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 0 0px;
}
.home-plateThree .inner {
  display: flex;
  justify-content: space-between;
}
.home-plateThree .inner .plateThree-left {
  width: 820px;
}
.home-plateThree .inner .plateThree-left .main::-webkit-scrollbar {
  display: none;
}
.home-plateThree .inner .plateThree-left .main {
  padding: 25px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 400px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home-plateThree .inner .plateThree-left .main .main-item {
  width: 49%;
  height: 103px;
  display: flex;
  margin-bottom: 20px;
}
.home-plateThree .inner .plateThree-left .main .main-item .img {
  width: 131px;
  height: 100%;
}
.home-plateThree .inner .plateThree-left .main .main-item .main-content {
  width: calc(100% - 131px);
  height: 100%;
  padding: 10px 19px;
}
.home-plateThree .inner .plateThree-left .main .main-item .main-content .nowrap {
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
}
.home-plateThree .inner .plateThree-left .main .main-item .main-content .nowrap-2 {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.home-plateThree .inner .plateThree-right {
  width: 410px;
}
.home-plateThree .inner .plateThree-right .main .right-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25.5px;
  height: 22px;
}
.home-plateThree .inner .plateThree-right .main .right-item .data {
  font-size: 16px;
  color: #fff;
  width: 100px;
text-align: right;
}
.home-plateThree .inner .plateThree-right .main .right-item .nowrap {
  width: calc(100% - 110px);
  height: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.home-plateThree .inner .plateThree-right .main .right-item .nowrap span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
.home-plateFour {
  background-image: url(../images/home-plateFour-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 0;
  position: relative;
}
.home-plateFour .donate-btn {
  width: 1430px !important;
  height: 50px;
  position: absolute;
  top: calc(60%);
  left: calc(50% - 715px);
}
.home-plateFour .donate-btn > div {
  width: 50px;
  height: 50px;
}
.home-plateFour .donate-btn > div::after {
  content: "" !important;
}
.home-plateFour .inner .title {
  width: 100px;
  height: auto;
  margin: 0 auto 20px;
}
.home-plateFour .inner .home-plateFour-main .swiper-slide {
  height: 180px;
}
.home-plateSide {
  position: fixed;
  right: 0;
  top: calc(50% - 205px);
  width: 98px;
  z-index: 10;
}
.home-plateSide .home-plateSide-item:hover {
  background: #19ACB1;
}
.home-plateSide .home-plateSide-item {
  width: 100%;
  height: 80px;
  background: #00368F;
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s linear;
}
.home-plateSide .home-plateSide-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.home-plateSide .home-plateSide-item p {
  color: #FFFFFF;
  font-size: 14px;
}
.home-plateSide-left {
  position: absolute;
  left: 23px;
  top: 45%;
  width: 252px;
  height: 107px;
  z-index: 100;
display:none;
}
.home-plateSide-left p {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.home-plateOne .inner .news-main .plateOne-left .news-item .img img {
  transition: all 0.2s linear;
}
.home-plateOne .inner .news-main .right .right-top {
  transition: all 0.2s linear;
  padding-top: 5px;
  padding-left: 5px;
}
.home-plateOne .inner .news-main .right .news-item p {
  transition: all 0.2s linear;
}

.home-plateOne-more {
  transition: all 0.2s linear;
  cursor: pointer;
}
.activity-item .nowrap {
  transition: all 0.2s linear;
}
.home-plateThree .inner .plateThree-left .main .main-item .img {
  overflow: hidden;
}
.home-plateThree .inner .plateThree-left .main .main-item img {
  transition: all 0.2s linear;
}
.home-plateThree .inner .plateThree-left .main .main-item div {
  transition: all 0.2s linear;
}
.home-plateThree .inner .plateThree-left .main .main-item p {
  transition: all 0.2s linear;
}
.home-plateFour .inner .home-plateFour-main .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
.home-plateFour .inner .home-plateFour-main .swiper-slide img {
  transition: all 0.2s linear;
}
.home-plateThree .inner .plateThree-right .main .right-item:hover .nowrap {
  transition: all 0.2s linear;
}
@media (any-hover: hover) {
  .home-plateThree .inner .plateThree-right .main .right-item:hover .nowrap {
    transform: translateX(15px);
  }
  footer .top .inner p:hover {
    color: #19ACB1 !important;
  }
  .home-plateFour .inner .home-plateFour-main .swiper-slide:hover img {
    transform: scale(1.2);
  }
  .home-plateThree .inner .plateThree-left .main .main-item:hover .img img {
    transform: scale(1.1);
  }
  .home-plateThree .inner .plateThree-left .main .main-item:hover .main-content {
    background-color: #00368F;
  }
  .home-plateThree .inner .plateThree-left .main .main-item:hover .main-content p {
    color: #fff !important;
  }
  .activity-item:hover .nowrap {
    transform: translateX(15px);
    color: #00368F !important;
  }
  .home-more:hover {
    animation: jello;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s;
  }
  .home-plateOne-more:hover {
    background-color: #00368F;
    color: #fff !important;
  }
  .home-plateOne .inner .news-main .right .right-top:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  .home-plateOne .inner .news-main .right .news-item:hover p {
    color: #00368F !important;
  }
  .home-plateOne .inner .news-main .right .news-item:hover{
border-bottom: 1px solid #00368F;
    transform: scale(1.05);
}

  .home-plateOne .inner .news-main .news-swiper-btn .swiper-button-prev:hover {
    background: #4269b7;
  }
  .home-plateOne .inner .news-main .news-swiper-btn .swiper-button-next:hover {
    background: #4269b7;
  }
  .plateOne-left .news-item:hover .img img {
    transform: scale(1.2);
  }
  .plateOne-left .news-item:hover .content {
    background-color: #265DA4 !important;
  }
}
@media screen and (max-width: 1200px) {
  .home-plateThree .inner > div {
    width: 100% !important;
  }
  .header .pc-header {
    position: relative;
  }
  .home-plateOne .inner .news-main {
    flex-direction: column;
  }
  .home-plateOne .inner .news-main > div {
    width: 100% !important;
  }
  .home-plateOne .inner .news-main > div:nth-of-type(1) {
    margin-bottom: 40px !important;
  }
  .home-plateTwo .inner .donate-list .donate-nav {
    width: 100%;
  }
  .home-plateTwo .inner {
    flex-direction: column;
  }
  .home-plateTwo .inner > div {
    width: 100% !important;
  }
  .home-plateTwo .inner > div:nth-of-type(1) {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 900px) {
  .home-plateSide,
  .home-plateSide-left {
    display: none;
  }
}
