.mySwiper {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  animation: 0.6s linear forwards;
}
@keyframes up {
  0% {
    height: 100vh;
  }
  100% {
    height: 0vh;
  }
}
@keyframes down {
  0% {
    height: 0vh;
  }
  100% {
    height: 100vh;
  }
}
#div {
  position: absolute;
  width: 236px;
  height: 158px;
  z-index: 100;
  padding: 18px 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: url(../images/div-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  cursor: pointer;
  display: none;
}
#div .close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#div .title {
  font-weight: 800;
  font-size: 14px;
  color: #C2121A;
}
#div .content {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
#div .btn {
  width: 198px;
  height: 32px;
  background: linear-gradient(90deg, #D3151E 0%, #AD181F 100%);
  border-radius: 21px;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper .swiper-button-prev2:after,
.mySwiper .swiper-button-next2:after {
  content: '' !important;
}
.donate-bg {
  position: absolute;
  width: 249px;
  height: auto;
  bottom: 94px;
  right: 0;
}
.mySwiper .swiper-slide {
  overflow: hidden;
}
.mySwiper .swiper-slide img {
  transform: scale(1.1, 1.1);
  transition: 1s linear 2s;
}
.mySwiper .swiper-slide-active img,
.mySwiper .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.mySwiper .swiper-button-prev2 {
  background-image: url(../images/swiper-left.png);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mySwiper .swiper-button-next2 {
  background-image: url(../images/swiper-right.png);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mySwiper .swiper-button {
  position: absolute;
  max-width: 1300px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  z-index: 100;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.mySwiper .inner-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
}
.mySwiper .banner-title {
  letter-spacing: 1px;
  font-weight: bold;
  position: absolute;
  bottom: 12%;
  max-width: 1280px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  font-size: 20px;
  color: #dcc493;
  text-align: right;
}
.mySwiper .inner-banner .inner {
  height: 100%;
  position: relative;
}
.mySwiper .swiper-pagination {
  bottom: 30px !important;
  max-width: 1280px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.mySwiper .swiper-pagination-bullet {
  opacity: 1;
  background-image: url(../images/home-banner-ac.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 18px;
  background-color: transparent;
  margin: 0 10px !important;
  opacity: 0.5;
}
.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.home-title-sb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.home-title-sb .title {
  height: 56px;
  width: auto;
}
.home-title-sb .more {
  height: 20px;
  width: auto;
  cursor: pointer;
    position: relative;
    top: 6px;
}
.home-title-sb .more:hover {
  animation: swing;
  animation-duration: 1s;
}
.home-title-middle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}
.home-title-middle .title {
  height: 56px;
  width: auto;
}
.home-title-middle .more {
  height: 20px;
  width: auto;
  position: absolute;
  right: 0;
  top: calc(50% - -4px);
  cursor: pointer;
}
.home-title-middle .more:hover {
  animation: swing;
  animation-duration: 1s;
}
.home-title a:hover {
  animation: jello 1s;
}
.plate {
  padding: 45px 0;
}
.trans {
  transition: 0.2s linear;
}
.img {
  overflow: hidden;
}
.home-title-sb a:hover {
  animation: swing;
  animation-duration: 1s;
}
.home-plate-one {
  background-image: url(../images/home-plateOne-bg.png);
  background-size: 100% 100%;
  padding: 180px 0 180px;
}
.home-plate-one .home-news .home-news-main .swiper-slide {
  display: flex;
}
.home-plate-one .home-news .home-news-main .swiper-slide .img {
  width: 50%;
  height: 426px;
}
.home-plate-one .home-news .home-news-main .swiper-slide .content {
  width: 50%;
  height: 426px;
  padding: 65px 108px 65px 40px;
  background-color: #004098;
  background-image: url(../images/home-news-one-icon.png);
  background-size: 197px 97px;
  background-repeat: no-repeat;
  background-position: 418px 25px;
  transition: all 0.2s linear;
}
.home-plate-one .home-news .home-news-main .swiper-slide .content .nowrap-2 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 46px;
  height: 98px;
}
.home-plate-one .home-news .home-news-main .swiper-slide .content .nowrap-4 {
  font-size: 18px;
  color: #ffffffd6;
  height: 144px;
  line-height: 36px;
  margin: 16px 0;
}
.home-plate-one .home-news .home-news-main .swiper-slide .content .data {
  font-size: 16px;
  color: #FFFFFF;
}
.home-plate-one .home-news .home-news-main .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.home-plate-one .home-news .home-news-main .swiper-pagination {
  bottom: 30px;
  text-align: right;
  padding-right: 275px;
}
.home-plate-one .home-news .home-news-main .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 10px;
}
.home-plate-one .home-news .home-news-main .swiper-button {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  z-index: 5;
  padding: 0 20px;
  transform: translateY(-50%);
}
.home-plate-one .home-news .home-news-main .swiper-button .swiper-button-one-next {
  width: 48px;
  height: 48px;
  background-image: url(../images/banner-right.png);
  background-size: 100% 100%;
}
.home-plate-one .home-news .home-news-main .swiper-button .swiper-button-one-prev {
  width: 48px;
  height: 48px;
  background-image: url(../images/banner-left.png);
  background-size: 100% 100%;
}
.home-plate-one .home-news-two {
  margin: 90px 0;
  display: flex;
  justify-content: space-between;
}
.home-plate-one .home-news-two .news-item {
  width: 400px;
}
.home-plate-one .home-news-two .news-item .news-item-main {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
font-size:18px;
}
.home-plate-one .home-news-two .news-item .news-item-main .swiper-slide {
  width: 100%;
  height: 214px;
  position: relative;
}
.home-plate-one .home-news-two .news-item .news-item-main .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #003f98cb;
  height: 44px;
  padding: 0 60px 0 13px;
  width: 100%;
    line-height: 44px;
  color: #fff;
}
.home-plate-one .home-news-two .news-item .news-item-main .swiper-pagination {
  bottom: 15px;
  text-align: right;
  padding-right: 10px;
}
.home-plate-one .home-news-two .news-item .news-item-main .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.home-plate-one .home-news-two .news-item .news-item-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
}
.home-plate-one .home-news-two .news-item .news-item-main .news-item-list {
  background-color: #fff;
  padding: 0 20px;
}
.home-plate-one .home-news-two .news-item .news-item-main .news-item-list .list-item {
  padding: 15px 0;
  border-bottom: 1px solid #E0E6EB;
  display: block;
}
.home-plate-one .home-news-two .news-item .news-item-main .news-item-list .list-item .nowrap {
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 10px;
}
.home-plate-one .home-news-two .news-item .news-item-main .news-item-list .list-item .data {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
display: flex;
    align-items: center;
}
.home-plate-one .home-news-two .news-item .news-item-main .news-item-list .list-item .data  i{
 margin-right:3px;
}
.home-plate-one .home-news-two .news-item .news-item-main .news-item-list .list-item:last-child {
  border-bottom: none;
}
.home-plate-one .home-news-three .swiper-slide .img {
  width: 100%;
  height: 240px;
}
.home-plate-one .home-news-three .swiper-slide .content {
  height: 196px;
  background-color: #fff;
  padding: 20px;
}
.home-plate-one .home-news-three .swiper-slide .content .title {
  font-size: 18px;
  color: #333333;
  height: 54px;
  line-height: 28px;
}
.home-plate-one .home-news-three .swiper-slide .content .info {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  height: 52px;
  margin: 16px 0;
}
.home-plate-one .home-news-three .swiper-slide .content .data {
  font-size: 16px;
  color: #004098;
}
.home-plate-two {
  background-image: url(../images/home-plateTwo-bg.png);
  background-size: 100% 100%;
  padding: 240px 0 170px;
  margin-top: -150px;
}
.home-plate-two .inner {
  display: flex;
  justify-content: space-between;
}
.home-plate-two .inner .plate-two-serve {
  width: 795px;
}
.home-plate-two .inner .plate-two-serve .serve-main {
  display: flex;
  justify-content: space-between;
}
.home-plate-two .inner .plate-two-serve .serve-main .img-left {
  width: 408px;
  height: 350px;
}
.home-plate-two .inner .plate-two-serve .serve-main .img-right {
  width: 357px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-plate-two .inner .plate-two-serve .serve-main .img-right img {
  height: 160px;
}
.home-plate-two .inner .plate-two-book {
  width: 445px;
}
.home-plate-two .inner .plate-two-book .book-main {
  display: flex;
  justify-content: space-between;
}
.home-plate-two .inner .plate-two-book .book-main .book-img {
  width: 286px;
  height: 350px;
  background-color: #fff;
  padding: 17px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}
.home-plate-two .inner .plate-two-book .book-main .book-list {
  width: calc(100% - 286px);
  padding-left: 30px;
}
.home-plate-two .inner .plate-two-book .book-main .book-list .book-item {
  font-size: 18px;
  color: #333333;
  padding: 15px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.home-plate-two .inner .plate-two-book .book-main .book-list .book-item span {
  width: 12px;
  height: 12px;
  background-image: url(../images/book-icon.png);
  background-size: 100% 100%;
  display: block;
  margin-right: 5px;
}
.home-plate-two .inner .plate-two-book .book-main .book-list .book-item .nowrap {
  width: calc(100% - 12px);
}
.home-plate-two .inner .plate-two-book .book-main .book-list .book-item:hover {
  color: #004098;
  transform: translateX(5px);
}
.home-plate-three {
  background-image: url(../images/plate-three-bg.png);
  background-size: 100% 100%;
  padding: 108px 0 220px;
margin-top:-55px;
}
.home-plate-three .show-main {
  width: 100%;
  margin: 40px 0 46px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-plate-three .show-main .swiper {
  width: calc(100% - 200px);
}
.home-plate-three .show-main .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-plate-three .show-main .swiper .swiper-slide .show-item {
  width: 196px;
  height: 290px;
  display: flex;
  cursor: pointer;
  transition: all 0.2s;
}
.home-plate-three .show-main .swiper .swiper-slide .show-item .img {
  width: 196px;
  height: 100%;
  overflow: hidden;
}
.home-plate-three .show-main .swiper .swiper-slide .show-item .show-item-title {
  display: none;
  width: 480px;
  padding: 36px 32px 65px;
  background-image: url(../images/show-item-ac-bg.png);
  background-size: 100% 100%;
  transition: all 0.2s ease-in-out;
}
.home-plate-three .show-main .swiper .swiper-slide .show-item .show-item-title h2 {
  color: #333333;
  font-size: 18px;
  text-align: left;
  margin-bottom: 22px;
  line-height: 32px;
  font-weight: 400;
}
.home-plate-three .show-main .swiper .swiper-slide .show-item .show-item-title p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.home-plate-three .show-main .swiper .swiper-slide .active {
  width: 589px;
  height: 290px;
  display: flex;
padding:1px;
}
.home-plate-three .show-main .swiper .swiper-slide .active .img {
  width: 220px;
  height: 100%;
}
.home-plate-three .show-main .swiper .swiper-slide .active .show-item-title {
  display: inline-block;
  width: 393px;
  padding: 26px;
  background-color: #FFFFFF;
  background-image: url(../images/show-item-icon-ac.png);
  background-repeat: no-repeat;
  background-size: 184px 192px;
  background-position: right bottom;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}
.home-plate-three .show-main .swiper .swiper-slide .active .show-item-title p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.home-plate-three .show-main .left {
  width: 52px;
  height: 52px;
  background-image: url(../images/show-left.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.home-plate-three .show-main .right {
  width: 52px;
  height: 52px;
  background-image: url(../images/show-right.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.home-plate-three .plate-three-photo {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
.home-plate-three .plate-three-photo .photo-title {
  width: 199px;
  height: 532px;
  background-image: url(../images/photo-title-bg.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20%;
}
.home-plate-three .plate-three-photo .photo-title .trans {
  width: 20px;
  height: auto;
}
.home-plate-three .plate-three-photo .photo-title .title {
  width: 36px;
  height: 160px;
  margin-bottom: 80px;
}
.home-plate-three .plate-three-photo .photo-main {
  width: 1050px;
}
.home-plate-three .plate-three-photo .photo-main .main-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.home-plate-three .plate-three-photo .photo-main .main-top .item-img {
  width: 510px;
  height: 254px;
  display: block;
  position: relative;
  overflow: hidden;
}
.home-plate-three .plate-three-photo .photo-main .main-top .item-img p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background: rgba(0, 63, 147, 0.75);
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.home-plate-three .plate-three-photo .photo-main .main-bottom {
  display: flex;
  justify-content: space-between;
}
.home-plate-three .plate-three-photo .photo-main .main-bottom .item-img {
  width: 330px;
  height: 255px;
  display: block;
  position: relative;
  overflow: hidden;
}
.home-plate-three .plate-three-photo .photo-main .main-bottom .item-img p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background: rgba(0, 63, 147, 0.75);
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.home-plate-three .plate-three-photo .photo-main .item-img:hover img {
  transform: scale(1.05);
}
.home-plate-three .plate-three-photo .photo-main .item-img:hover p {
  display: flex;
}
.swiper-button > div {
  transition: all 0.3s ease-in-out;
}
.home-plate-one .home-news .home-news-main .swiper-button .swiper-button-one-next:hover {
  transform: scale(1.2);
}
.home-plate-one .home-news .home-news-main .swiper-button .swiper-button-one-prev:hover {
  transform: scale(1.2);
}
.home-plate-one .home-news-two .news-item .news-item-main .swiper-slide:hover img {
  transform: scale(1.1);
}
.home-plate-one .home-news-two .news-item .news-item-main .swiper-slide:hover p {
  background-color: #C2A368;
}
.home-plate-one .home-news-two .news-item .news-item-main .news-item-list .list-item {
  transition: all 0.2s ease-in-out;
}
.home-plate-one .home-news-two .news-item .news-item-main .news-item-list .list-item:hover {
  transform: translateX(10px);
}
.home-plate-one .home-news-two .news-item .news-item-main .news-item-list .list-item:hover p {
  color: #004098;
}
.news-three-main .swiper-slide:hover .img img {
  transform: scale(1.2);
}
.news-three-main .swiper-slide:hover .content {
  transition: all 0.2s;
  background-color: #004098;
  background-image: url(../images/activity-ac-icon.png);
  background-repeat: no-repeat;
  background-size: 164px 37px;
  background-position: right bottom;
}
.news-three-main .swiper-slide:hover .content p {
  color: #fff !important;
}
.home-plate-two .inner .plate-two-serve .serve-main img:hover {
  transform: translateY(-10px);
  transition: all 0.2s;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.home-plate-three .show-main .swiper .swiper-slide .show-item:hover .show-item-title {
  background-color: #004098;
}
.home-plate-three .show-main .swiper .swiper-slide .show-item:hover .show-item-title p {
  color: #fff !important;
}
.home-plate-three .show-main .swiper .swiper-slide .show-item:hover .show-item-title h2 {
  color: #fff !important;
}
.home-right-icon {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  height: auto;
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease;
  /* 初始动画 */
  animation: float 3s ease-in-out infinite;
display:none;
}
@keyframes float {
  0% {
    transform: translateY(-50%) translateZ(0);
  }
  50% {
    transform: translateY(-50%) translateY(-10px) translateZ(0);
  }
  100% {
    transform: translateY(-50%) translateZ(0);
  }
}
.home-right-icon:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  filter: brightness(1.2);
}
@media screen and (max-width: 1200px) {
  .home-plate-three .plate-three-photo .photo-title {
    display: none;
  }
  .flex-sb {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-sb > div {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .home-news-two {
    flex-direction: column;
  }
  .home-news-two > div {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .home-plate-two .inner {
    flex-direction: column;
  }
  .home-plate-two .inner > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .home-plate-two .inner .plate-two-serve {
    width: 100%;
  }
  .home-plate-two {
    background-size: cover;
  }
  .inner {
    padding: 0 20px;
  }
  .home-plate-one .home-news .home-news-main .swiper-slide {
    flex-direction: column;
  }
  .home-plate-one .home-news .home-news-main .swiper-slide > div {
    width: 100% !important;
  }
  .home-title-sb {
    padding-right: 20px;
  }
  .home-title-sb p {
    font-size: 16px;
    margin: 0 5px !important;
  }
  .home-plate-two .inner .plate-two-serve .serve-main {
    flex-direction: column;
  }
  .home-plate-two .inner .plate-two-serve .serve-main > .img-left {
    margin-bottom: 20px;
  }
  .home-plate-three .plate-three-photo .photo-main .main-top {
    flex-direction: column;
    padding: 0 20px;
  }
  .home-plate-three .plate-three-photo .photo-main .main-top > a {
    margin-bottom: 20px;
  }
  .home-plate-three .plate-three-photo .photo-main .main-bottom {
    flex-direction: column;
    padding: 0 20px;
  }
  .home-plate-three .plate-three-photo .photo-main .main-bottom > a {
    margin-bottom: 20px;
  }
}
