.video-voice {
    position: absolute;
    top: 110px;
    right: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: url(../static/music.png);
    background-size: 15px 15px;
    background-position: 9px 9px;
    background-repeat: no-repeat;
    z-index: 99;
    cursor: pointer;
}
.go-donate{
display:none;
}
.video-voice.muted::before {
    position: absolute;
    top: 0;
    left: 16px;
    content: "";
    display: inline-block;
    width: 2px;
    height: 34px;
    background-color: #fff;
    transform: rotate(-45deg);
}
.home-show>.main2 .image p {
        width: 100%;
    height: 25px;
    position: absolute;
    font-size: 12px;
    color: #FFFFFF;
    bottom: 0px;
    text-align: center;
    background: linear-gradient(to top, #000000a1 30%, rgba(0, 0, 0, 0) 100%) !important;
    /* box-shadow: 0px 7px 21px 0px rgb(79 102 91); */
    line-height: 25px;
  }
  
   video {
    width: 100%;
    height: 100%;
object-fit: cover;
  }
  .home-show>.main2 .image img{
   width: 45px;
    height: 45px;
    position: absolute;
    top: calc(50% - 22.5px);
    left: calc(50% - 22.5px);
  }
  .home-show > .main2 .image{
    width: 375px !important;
    height: 190px !important;
  }
  .home-one>img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 182px;
  }
  
  .home-one {
    padding: 135px 0 45px;
    background-color: #fff;
    position: relative;
  }
  .home-one .inner .title {
    font-size: 32px;
    color: #333333;
    margin-bottom: 35px;
    font-family: "宋体";
    font-weight: bold;
  }
  .home-one .inner .main {
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 100;
  }
  .home-one .inner .main a{
    max-width: 446px;
    width: 35%;
    max-height: 210px;
    cursor: pointer;
  }
  .home-one .inner .main a img{
    width: 100%;
    height: 100%;
  }
  .home-one .inner .main a:hover {
    box-shadow: 0 15px 30px rgba(83, 82, 82, 0.4);
    transform: translate3d(0, -5px, 0);
  }
  .home-news {
    padding: 45px 0 50px;
    background-size: 100% 100% !important;
    background: url(../static/home-news-bg.png)  no-repeat;
  }
  .home-news .inner {
    display: flex;
    justify-content: space-between;
  }
  .home-news .inner .left {
    width: 931px;
  }
  .home-news .inner .left .title {
    width: 100%;
    align-items: center;
    display: flex;
    margin-bottom: 34px;
    justify-content: space-between;
  }
  .home-news .inner .left .title span:nth-of-type(1) {
    font-size: 32px;
    color: #333333;
font-family: "宋体";
    font-weight: bold;
  }
  .home-news .inner .left .title span:nth-of-type(2) {
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    color: #999999;
  }
  .home-news .inner .left .title span:nth-of-type(2):hover{
    color: #F6A452;
  }
  .home-news .inner .right .title span:nth-of-type(2):hover{
    color: #F6A452;
  }
  .home-news .inner .left .main {
    width: 100%;
    background-color: #fff;
    padding: 28px 20px;
    display: flex;
    justify-content: space-between;
  }
  .home-news .inner .left .main .banner-left {
    width: 360px;
    border: 1px solid #DDDCDC;
    height: 352px;
  }
  .home-news .inner .left .main .banner-left .banner1 {
    height: 100%;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-slide {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
    z-index: 200 !important;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-slide:hover{
    background-color: #269A66;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-slide:hover p{
    color: #fff !important;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-slide img {
    margin-bottom: 20px;
    height: 210px;
    position: relative;
    z-index: 100;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-slide > p {
    width: 100%;
    padding: 0 16px;
    text-align: left;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-slide > p:nth-of-type(1) {
    font-size: 16px;
    color: #333333;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-slide > p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 9px 0;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-slide > p:nth-of-type(3) {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-bottom: 14px;
    height: 48px;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-pagination {
    display: flex;
    justify-content: right;
    bottom: 138px;
    align-items: flex-end;
    z-index: 10 !important;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    font-size: 16px;
    font-family: Georgia;
    color: #FFFFFF;
    line-height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 5px;
  }
  .home-news .inner .left .main .banner-left .banner1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 149, 77, 1);
  }
  .home-news .inner .left .main .banner-right {
    width: 484px;
  }
  .home-news .inner .left .main .banner-right .item {
    display: flex;
    padding-bottom: 17px;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
  }
  .home-news .inner .left .main .banner-right .item:hover .img img{
    transform: scale(1.3);
  }
  .home-news .inner .left .main .banner-right .item:hover .size>.nowrap{
    color: #11b064;
  }
  .home-news .inner .left .main .banner-right .item .img {
    width: 140px;
    height: 94px;
    margin-right: 10px;
    overflow: hidden;
  }
  .home-news .inner .left .main .banner-right .item .size {
    width: 68%;
display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-news .inner .left .main .banner-right .item .size p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333333;
  }
  .home-news .inner .left .main .banner-right .item .size p:nth-of-type(2) {
    font-size: 14px;
    color: #999999;
   line-height: 24px;
   height: 48px;
  }
  .home-news .inner .left .main .banner-right .item:nth-of-type(2) {
    padding-top: 17px;
  }
  .home-news .inner .left .main .banner-right .item:nth-of-type(3) {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 17px;
  }
  .home-news .inner .right {
    width: 381px;
  }
  .home-news .inner .right .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
  }
  .home-news .inner .right .title span:nth-of-type(1) {
    font-size: 32px;
    color: #333;
    font-family: "宋体";
    font-weight: bold;
  }
  .home-news .inner .right .title span:nth-of-type(2) {
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    color: #999999;
  }
  .home-news .inner .right .main {
    padding: 12px 24px;
    background-color: #fff;
  }
  .home-news .inner .right .main .item:last-child {
    border-bottom: none;
  }
  .home-news .inner .right .main .item {
    padding: 15.5px 0;
    display: flex;
    cursor: pointer;
    cursor: pointer;
    border-bottom: 1px solid #EEEEEE;
  }
  .home-news .inner .right .main .item:hover .nowrap-2{
    color: #118551;
  }
  .home-news .inner .right .main .item:hover .data p:nth-of-type(1) {
   
    background: #3aa524;
  }
  .home-news .inner .right .main .item:hover .data p:nth-of-type(2) {
   
    color: #3aa524;
  }
  .home-news .inner .right .main .item .data {
    width: 68px;
    text-align: center;
    border: 1px solid #D5D5D5;
    height: 64px;
    margin-right: 10px;
  }
  .home-news .inner .right .main .item .data p:nth-of-type(1) {
    width: 100%;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
    background: rgba(0, 149, 77, 1);
  }
  .home-news .inner .right .main .item .data p:nth-of-type(2) {
    font-size: 26px;
    color: rgba(0, 149, 77, 1);
  }
  .home-news .inner .right .main .item > p {
    width: 75%;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    display: flex;
    align-items: center;
  }
  .home-show > .nav {
    height: 65px;
    background: #00954D;
  }
  .home-show > .nav .inner {
    height: 100%;
    display: flex;
  }
  .home-show > .nav .inner > p {
    width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 32px;
    cursor: pointer;
    color: #fff;
font-family:"宋体";
font-weight:bold;
  }
  .home-show > .nav .inner .active {
    background-color: #fff;
    position: relative;
    color: #333333;
  }
  .home-show > .nav .inner .active::after {
    content: "";
    width: 0;
    border: 15px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -28px;
    left: calc(50% - 7.5px);
  }
  .home-show > .main {
    display: none;
    padding: 50px 0 45px;
    background: url(../static/home-show-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .home-show > .main .inner {
    height: 100%;
  }
  .home-show > .main .mySwiper3 .swiper-wrapper .swiper-slide {
    flex-direction: column;
    background-color: transparent !important;
    cursor: pointer;

  }
  .home-show > .main .mySwiper3 .swiper-wrapper .swiper-slide:hover{
    box-shadow: 0 15px 30px rgb(0 0 0 / 50%);
      transform: translate3d(0,-5px,0);
box-shadow:0px 7px 21px 0px rgb(5 110 59 / 20%);
  }
  .home-show > .main .mySwiper3 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 266px;
box-shadow:0px 7px 21px 0px rgb(5 110 59 / 20%);
  }
  .home-show > .main .mySwiper3 .swiper-wrapper .swiper-slide > p {
    width: 100%;
    height: 49px;
    font-size: 15px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-show > .main .mySwiper3 .qiehuan {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .home-show > .main .mySwiper3 .qiehuan img {
    width: 50px;
    height: 50px;
  }
  .qiehuan img {
    cursor: pointer;
  }
  .qiehuan img:hover{
    transform: translate3d(0,-3px,0);
  }
  .home-show > .main .mySwiper3 .qiehuan div {
    margin: 0 10px;
  }
  .home-show > .main .mySwiper3 .swiper-button-prev,
  .home-show > .main .mySwiper3 .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0;
  }
  .home-show > .main .mySwiper3 .swiper-button-prev:after {
    content: none !important;
  }
  .home-show > .main .mySwiper3 .swiper-button-next:after {
    content: none !important;
  }
  .home-show > .main2 {
    /* 左右按钮 */
    /* 小圆圈 */
  }
  .home-show > .main2 .box {
    height: 290px;
    position: relative;
    width: 100%;
    margin: auto;
  }
  .home-show > .main2 .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    perspective: 800px;
    transform-style: preserve-3d;
  }
  .home-show > .main2 .image {
    float: left;
    width: 300px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 1s ease-in-out;
box-shadow:0px 7px 21px 0px rgb(5 110 59 / 33%);
  }
  .home-show > .main2 .btn {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -25px);
    width: 1250px;
    z-index: 999;
    display: none;
  }
  .home-show > .main2 .btn .left,
  .home-show > .main2 .btn .right {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    color: white;
    line-height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .home-show > .main2 .btn .left {
    left: 0;
  }
  .home-show > .main2 .btn .right {
    right: 0;
  }
  .home-show > .main2 .btn span:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .home-show > .main2 .point {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 200px);
    height: 14px;
    z-index: 999;
  }
  .home-show > .main2 .point > li {
    list-style: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: white;
    float: left;
    margin: 0 2px;
    border: 2px solid #a0a2a7;
    box-sizing: border-box;
  }
  .home-show > .main2 .point .current {
    border: 2px solid #464747;
    background-color: #777474;
  }
  .home-show > .main2 .qiehuan {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
  }
  .home-show > .main2 .qiehuan img {
    width: 50px;
    height: 50px;
  }
  .home-show > .main2 .qiehuan div {
    margin: 0 10px;
  }
  .home-show > .main2 .swiper-button-prev,
  .home-show > .main2 .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0;
  }
  .home-show > .main2 .swiper-button-prev:after {
    content: none !important;
  }
  .home-show > .main2 .swiper-button-next:after {
    content: none !important;
  }
  .home-show > .main3 .swiper-slide {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .home-show > .main3 .swiper-slide .bigimg {
    width: 552px;
    height: 315px;
  }
  .home-show > .main3 .swiper-slide img:hover{
  transform: scale(1.05);
  }
  .home-show > .main3 .swiper-slide .smallimg {
       width: 816px;
height: 315px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .home-show > .main3 .swiper-slide .smallimg img {
    max-width: 263px;
    max-height: 150px;
    width: 50%;
    height: 50%;
  }
  .home-show > .main3 .qiehuan {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .home-show > .main3 .qiehuan img {
    width: 50px;
    height: 50px;
  }
  .home-show > .main3 .qiehuan div {
    margin: 0 10px;
  }
  .home-show > .main3 .swiper-button-prev,
  .home-show > .main3 .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0;
  }
  .home-show > .main3 .swiper-button-prev:after {
    content: none !important;
  }
  .home-show > .main3 .swiper-button-next:after {
    content: none !important;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
@media (max-width: 1250px) {
  .home-show > .main3 .swiper-slide .smallimg {
   height: auto;
  }

}
  @media (max-width: 1200px) {
    .index-new-modal .inner > .main {
      flex-direction: column;
      align-items: center;
    }
    .index-new-modal .inner > .main .news-left,
    .index-new-modal .inner > .main .news-right {
      width: 100%;
    }
    .index-new-modal .inner > .main .news-left {
      margin-bottom: 40px;
    }
  }
  .mySwiper2 {
    width: 100vw;
    z-index: 1000 !important;
    height: 100vh;
    top: 0;
    position: relative;
    animation: 0.6s linear forwards;
  }
  .banner-title {
    position: absolute;
    bottom: 26px;
    height: 64px;
    z-index: 3;
    width: 100%;
  }
  .banner-title .inner {
    display: flex;
    justify-content: flex-end;
  }
  
  .mySwiper2 .swiper-slide>p{
    position: absolute;
     bottom: 37px;
    height: 0px;
    line-height: 52px;
    text-align: center;
    background: #5752528d;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    left: 20%;
    
  }
  
  .banner-title .inner > p:nth-of-type(1) {
    width: 370px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #0000008d;
    font-size: 22px;
    color: #fff;
    left: 0;
  }
  .mySwiper2 .swiper-button-next,
  .mySwiper2 .swiper-button-prev {
    width: 52px !important;
    height: 50px !important;
    opacity: 0.8;
  }
  .mySwiper2 .swiper-button-prev {
    left: 0 !important;
    background-color: #269a66;
  }
  .mySwiper2 .swiper-button-prev:hover {
    opacity: 1;
  }
  .mySwiper2 .swiper-button-next:hover {
    opacity: 1;
  }
  .mySwiper2 .swiper-button-next {
    right: 0 !important;
    background-color: #118551;
  }
  .mySwiper2 .swiper-button-next img {
    max-width: 10px !important;
    max-height: 18px !important;
  }
  .mySwiper2 .swiper-button-prev img {
    max-width: 10px !important;
    max-height: 18px !important;
  }
  .mySwiper2 .swiper-button-next:after,
  .mySwiper2 .swiper-button-prev:after {
    content: none !important;
  }
  .mySwiper2 .swiper-button-prev:after,
  .mySwiper2 .swiper-button-next:after {
    content: '';
  }
  .mySwiper2 .bb {
    position: absolute;
    bottom: 32px;
    width: 27px;
    height: 58px;
    background: url(../static/bb.png) no-repeat center center;
    z-index: 99;
    cursor: pointer;
    left: calc(50% - 13.5px);
    animation: up-down 4s linear infinite;
  }
  .mySwiper2 .bb p{
    position: absolute;
    width: 146px;
    color: #fff;
    top: -30px;
    left: calc(50% - 73px);
    font-size: 18px;
  }
  .mySwiper2 .jiantou {
    width: 104px;
    height: 52px;
    position: relative;
  }
  /* 我要捐赠 */
  .go-donate {
    position: fixed;
    bottom: 45%;
    right: 0;
    width: 148px;
    height: 225px;
    z-index: 999;
    cursor: pointer;
  }
  .go-donate img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 277px;
  }
  .go-donate img:nth-child(2) {
     position: absolute;
    top: 50%;
    right: 0;
    width: 112px;
    height: 160px;
    transform: translateY(-50%);
  }
  @keyframes rotate {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes up {
    0% {
      height: 100vh;
    }
    100% {
      height: 0vh;
    }
  }
  @keyframes down {
    0% {
      height: 0vh;
    }
    100% {
      height: 100vh;
    }
  }
  @keyframes up-down {
    0% {
      bottom: 0px;
    }
    25% {
      bottom: 32px;
    }
    50% {
      bottom: 0px;
    }
    75% {
      bottom: 32px;
    }
    100% {
      bottom: 0px;
    }
  }
  @media (max-width: 1900px) {
     .mySwiper2 .swiper-slide>p{
      left: 10%;
    }
  }
  @media (max-width: 1400px) {
    .mySwiper2 .swiper-slide>p{
      left: 0%;
    }
  }
  @media (max-width: 1000px) {
    .go-donate {
      top: 50vw;
      width: 19.5vw;
      height: 29.8vw;
    }
    .go-donate img:nth-child(1) {
      width: 29.8vw;
      height: 29.8vw;
    }
    .go-donate img:nth-child(2) {
      width: 15.7vw;
      height: 22.3vw;
    }
  }
  @media (max-width: 800px) {
    .mySwiper2 .swiper-slide>p{
      display: none;
    }
  }
  