.mySwiper {
  z-index: 1;
  width: 100vw;
  height: 70vw;
  max-height: 820px;
}
@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;
}
.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);
}
.home-plate-three .home-title-middle .title{
  height:43px;
}
.home-plate-four .inner .plate-four-main .content .title img{
height:43px;
}
.home-plate-four .inner .plate-four-main .content .more{
    height: 37px;
    width: auto;
    position: absolute;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
}
.donate-bg {
  position: absolute;
  width: 249px;
  height: auto;
  bottom: 94px;
  right: 0;
}
.mySwiper .swiper-slide {
  overflow: hidden;
}
.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: 37px;
  width: auto;
  cursor: pointer;
}
.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: 37px;
  width: auto;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  cursor: pointer;
}
.home-title-middle .more:hover {
  animation: swing;
  animation-duration: 1s;
}
.home-plate-four .inner .plate-four-main .content .more:hover{
    animation: swing;
    animation-duration: 1s;
}
.home-title a:hover {
  animation: jello 1s;
}
.plate {
  padding: 65px 0;
}
.trans {
  transition: 0.2s linear;
}
.img {
  overflow: hidden;
}
.home-title-sb a:hover {
  animation: swing;
  animation-duration: 1s;
}
.home-plate-one .inner .home-plateOne-main {
  display: flex;
  justify-content: space-between;
}
.home-plate-one .inner .home-plateOne-main .news-banner {
  width: 640px;
height:455px;
  margin: 0;
}
.home-plate-one .inner .home-plateOne-main .news-banner .news-item {
  position: relative;
  cursor: pointer;
}
.home-plate-one .inner .home-plateOne-main .news-banner .news-item .img {
  width: 100%;
  height: 100%;
}
.home-plate-one .inner .home-plateOne-main .news-banner .news-item .img img {
  transition: all 0.2s linear;
}
.home-plate-one .inner .home-plateOne-main .news-banner .news-item .content {
  width: 100%;
  height: 58px;
  background: linear-gradient(180deg, rgba(124, 136, 154, 0) 0%, #004098 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 18px;
  color: #FFFFFF;
  padding-right: 100px;
  transition: all 0.2s linear;
}
.home-plate-one .inner .home-plateOne-main .news-list {
  width: 590px;
  position: relative;
}
.home-plate-one .inner .home-plateOne-main .news-list .news-list-icon {
  width: 206px;
  height: 229px;
  position: absolute;
  bottom: 26px;
  right: 34px;
}
.home-plate-one .inner .home-plateOne-main .news-list .news-list-item {
  display: flex;
  justify-content: space-between;
  padding: 19px 0;
  cursor: pointer;
  background-image: url(../images/news-list-line.png);
  background-size: 100% 11px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.home-plate-one .inner .home-plateOne-main .news-list .news-list-item .img {
  width: 180px;
  height: 120px;
  overflow: hidden;
}
.home-plate-one .inner .home-plateOne-main .news-list .news-list-item .img img {
  transition: all 0.2s linear;
}
.home-plate-one .inner .home-plateOne-main .news-list .news-list-item .content {
  width: calc(100% - 200px);
}
.home-plate-one .inner .home-plateOne-main .news-list .news-list-item .content .nowrap {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
white-space: normal;
    margin-bottom: 10px;
}
.home-plate-one .inner .home-plateOne-main .news-list .news-list-item .content .nowrap-3 {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
-webkit-line-clamp: 2;
}
.home-plate-one .inner .home-plateOne-main .news-list .news-list-item:nth-of-type(1) {
  padding-top: 0;
}
.home-plate-one .inner .home-plateOne-main .swiper-pagination {
  bottom: 0px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 58px;
}
.home-plate-one .inner .home-plateOne-main .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.7;
}
.home-plate-one .inner .home-plateOne-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 15px;
  background-color: transparent;
  background-image: url(../images/home-swiper-ac.png);
  background-size: 100% 100%;
  opacity: 1;
  border-radius: 0;
}
.home-plate-two {
  background-image: url(../images/home-plateTwo-bg.png);
  background-size: 100% 100%;
}
.home-plate-two .inner .message-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-plate-two .inner .message-main .message-item {
  width: 404px;
  height: 158px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  padding: 0 20px;
  border-top: 4px solid #004098;
  margin-bottom: 26px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom right;
  transition: all 0.2s linear;
}
.home-plate-two .inner .message-main .message-item .data {
  width: 114px;
  height: 34px;
  background: #004098;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  transition: all 0.2s linear;
}
.home-plate-two .inner .message-main .message-item .nowrap-2 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-top: 18px;
  transition: all 0.2s linear;
}
.home-plate-two .inner .message-main .message-item:hover {
  
  border-top-color: #C3A465;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.home-plate-two .inner .message-main .message-item:hover .data {
  background-color: #C3A465;
}
.home-plate-two .inner .message-main .message-item:hover .nowrap-2 {
  color: #C3A465 !important;
}
.home-plate-three {
  background-image: url(../images/home-plateThree-bg.png);
  background-size: 100% 100%;
}
.home-plate-three .inner .plate-three-main .swiper-slide {
  cursor: pointer;
}
.home-plate-three .inner .plate-three-main .swiper-slide .img {
  width: 100%;
  height: 382px;
}
.home-plate-three .inner .plate-three-main .swiper-slide .img img {
  transition: all 0.2s;
}
.home-plate-three .inner .plate-three-main .swiper-slide .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(180deg, rgba(124, 136, 154, 0) 0%, #004098 100%);
  transition: all 0.2s;
}
.home-plate-three .inner .plate-three-main .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.home-plate-three .inner .plate-three-main .swiper-slide:hover .content {
  background: linear-gradient(180deg, rgba(124, 136, 154, 0) 0%, #C3A465 100%) !important;
}
.home-plate-three .inner .plate-three-links {
  display: flex;
  height: 80px;
  margin-top: 40px;
}
.home-plate-three .inner .plate-three-links .tools {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
  background: #004098;
  transition: all 0.2s;
  cursor: pointer;
}
.home-plate-three .inner .plate-three-links .tools img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.home-plate-three .inner .plate-three-links .tools:hover {
  transform: scale(1.002);
}
.home-plate-three .inner .plate-three-links .tools:nth-of-type(2) {
  background: #C3A465;
}
.home-plate-four {
  background-image: url(../images/home-plateFour-bg.png);
  background-size: 100% 100%;
}
.home-plate-four .inner .plate-four-main {
  display: flex;
}
.home-plate-four .inner .plate-four-main .content {
  width: 667px;
  padding: 40px 50px;
  background-image: url(../images/plate-four-content-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 39px;
  background-color: #FFFFFF;
  background-position: left bottom;
}
.home-plate-four .inner .plate-four-main .content .title {
  border-bottom: 1px solid #004098;
  padding-bottom: 24px;
  text-align: center;
  margin-bottom: 25px;
}
.home-plate-four .inner .plate-four-main .content .title img {
  width: auto;
}
.home-plate-four .inner .plate-four-main .content .nowrap-4 {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
    -webkit-line-clamp: 6;
}
.home-plate-four .inner .plate-four-main .four-main-swiper {
  width: calc(100% - 667px);
}
.home-plate-four .inner .plate-four-main .four-main-swiper .news-item {
  position: relative;
  cursor: pointer;
height:437px;
}
.home-plate-four .inner .plate-four-main .four-main-swiper .news-item .img {
  width: 100%;
  height: 100%;
}
.home-plate-four .inner .plate-four-main .four-main-swiper .news-item .img img {
  transition: all 0.2s linear;
}
.home-plate-four .inner .plate-four-main .four-main-swiper .news-item .content {
  width: 100%;
  height: 58px;
  background: linear-gradient(180deg, rgba(124, 136, 154, 0) 0%, #004098 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 18px;
  color: #FFFFFF;
  padding-right: 100px;
  transition: all 0.2s linear;
}
.home-plate-four .inner .plate-four-main .four-main-swiper .swiper-pagination {
  bottom: 0px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 58px;
}
.home-plate-four .inner .plate-four-main .four-main-swiper .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.7;
}
.home-plate-four .inner .plate-four-main .four-main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 15px;
  background-color: transparent;
  background-image: url(../images/home-swiper-ac.png);
  background-size: 100% 100%;
  opacity: 1;
  border-radius: 0;
}
@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);
}
.home-plate-one .home-plateOne-main .news-banner .news-item:hover .img img {
  transform: scale(1.05);
}
.home-plate-one .home-plateOne-main .news-list .news-list-item:hover .img img {
  transform: scale(1.05);
}
.home-plate-one .home-plateOne-main .news-list .news-list-item:hover .content p {
  color: #C3A465 !important;
}
@media screen and (max-width: 1200px) {
  .plate-four-main {
    flex-direction: column;
  }
  .plate-four-main .content {
    order: 2;
    width: 100% !important;
  }
  .plate-four-main .four-main-swiper {
    order: 1;
    width: 100% !important;
  }
  .home-plateOne-main .news-banner {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
  }
  .home-plateOne-main .news-banner > div {
    width: 100% !important;
  }
  .home-plateOne-main {
    flex-direction: column;
  }
  .home-plateOne-main > div {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .flex-sb {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-sb > div {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .home-plate-two .inner .message-main .message-item {
    width: 100%;
  }
  .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;
  }
}
