body {
  background-color: #FFFFFF;
  overflow-x: hidden;
}


/* banner-start */
/* .bannercontainer {
  position: relative;
  z-index: 2;
}

.banner-logo {
  position: absolute;
  right: 10%;
  top: 13%;
  width: 30%;
}

.bannercontainer .content {
  position: absolute;
  width: 100%;
  left: 10%;
  top: 30%;
  padding-left: 150px;
}

.bannercontainer .line {
  background: #EE5A28;
  width: 10%;
  height: 4px;
}

.bannercontainer .content h3 {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: left;
  margin: 30px 0 50px 0;
}

.bannercontainer .content p {
  font-size: 22px;
  color: #d9d9d9;
  line-height: 33px;
  margin-bottom: 30px;
}

.bannercontainer .btn .more span {
  padding: 1rem 4rem;
}

.bannercontainer .index-prev {
  background: url(../pics/index-arrow-left.png) no-repeat;
  width: 62px;
  height: 62px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
}

.bannercontainer .index-next {
  background: url(../pics/index-arrow-right.png) no-repeat;
  width: 62px;
  height: 62px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 70%;
  left: 0%;
} */

/* 隐藏默认的箭头 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

/* banner-end */

/* 100vw * 0.5625 */




/* 料及籽橋社-start  */
#society {
  padding: 120px 0;
  background: linear-gradient(to right,
      #005941 30%,
      #ffffff 30%);
}

.society-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.society-container .content {
  display: flex;
}

.society-left {
  width: 50%;
  position: relative;
}

.society-left .img2{
    position: relative;
}

.society-left .img2::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 6px solid #EE5A28;
  position: absolute;
  top: -7%;
  left: -5%;
  z-index:0;
}

.society-left img{
	position:relative; z-index:1
}

.society-right {
  width: 50%;
  padding: 0 40px;
}

.color-title {
  font-size: 18px;
  color: #EE5A28;
  line-height: 25px;
  position: relative;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.color-title::after {
  width: 30px;
  height: 1px;
  content: '';
  background-color: #EE5A28;
  position: absolute;
  bottom: 0;
  left: 0;
}

.r-rq{
    margin-top: 15px; color: #666;
}


.title {
  font-size: 38px;
  color: #005941;
  line-height: 50px;
  font-weight: bold;
}

#society .title{
    padding-top: 0; padding-top: 0;
}

.society-right .txt {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin: 20px 0 30px 0;
}

.society-right .txt span {
  color: #EE5A28;
  font-weight: bold;
}

.number {
  display: flex;
  width: 100%;
  position: relative;
}

.number::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #D8D8D8;
}

.number .number-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.number-item span {
  font-weight: bold;
  font-size: 44px;
  color: #005941;
  line-height: 64px;
}

.number-item p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
  padding-top: 5px;
}



.society-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.society-btn .more span {
  padding: 1.2rem 2.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

/* 料及籽橋社-end  */

/* 成功案例-start */
#success {
  padding: 80px 0 100px 0;
}

.case-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.case-container .color-title::after {
  width: 3%;
  height: 1px;
  content: '';
  background-color: #EE5A28;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-group {
  width: 60%;
  margin-top: 50px;
  position: relative;
}

.caseSwiper {
  margin-top: 10px;
  margin-right: 30%;
  /* transition: margin 0.3s ease-in-out; */
}

.case-container .case-prev {
  background: url(../pics/index-arrow-left.png) no-repeat;
  width: 62px;
  height: 62px;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 3%;
  left: 3%;
  cursor: pointer;

  display: none;
}

.case-container .case-next {
  background: url(../pics/arrow-right-color.png) no-repeat;
  width: 62px;
  height: 62px;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 3%;
  right: 18%;
  cursor: pointer;
}

/* 最后一张幻灯片时的样式 */
/* .caseSwiper.lastpage {
  margin-left: 20%;
  margin-right: 0;
} */
.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
  /* display: none; */
}

/* 蒙版背景样式 */
.thumbnail-mask {
  position: relative;
}

.thumbnail-mask::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(238, 90, 40, 0.6);
  z-index: 1;
}

/* 当前选中的缩略图样式 */
.thumbnail-mask.thumbnail-active::before {
  display: none;
}

.txt-box {
  position: absolute;
  padding-left: 30px;
  width: 45%;
  right: 4%;
  top: 45%;
  background: linear-gradient(to bottom,
      #EE5A28 59%,
      #005941 59%);
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 20%, 13% 0);
  /* 缺失一角的剪切路径 */
}

.txt-box .top {
  padding: 25px 40px;
  color: #FFFFFF;
}

.txt-box .bottom {
  padding: 20px 40px;
  color: #FFFFFF;
}

.txt-box h5 {
  font-size: 23px;
  color: #FFFFFF;
  line-height: 33px;
  font-weight: bold;
}

.txt-box p {
  font-weight: 400;
  font-size: 15px;
  color: #f3f3f3;
  line-height: 30px;
  padding-bottom: 5px;
}

/* 成功案例-end */

/* 我們的活動-start */
#activities {
  padding: 80px 0;
}

.activity-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding:0px 25px;
}

.activity-container .row {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  /* column-gap: 40px; */
}

.act-left {
  width: 45%;
  position: relative;
}

.act-left h3 {
  font-size: 24px;
  color: #2E3B4E;
  line-height: 36px;
  font-weight: bold;
  margin-top: 10px;
}

.act-left p {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.8);
  line-height: 29px;
}

.date-box {
  position: absolute;
  width: 90px;
  height: auto;
  padding: 10px 0px;
  top: 0;
  left: 0;
  background-color: #EE5A28;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.date-box h3 {
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  margin: 2px 0;
}

.date-box p {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}

.act-right {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 50%;
  margin-left: 35px;
}

.act-item {
  display: flex;
  position: relative;
}

.act-item>a {
  display: flex;
  align-items: center;
}

.item-img {
  width: 34%;
}

.act-right .item-txt {
  padding: 20px;
  width: 66%;
}

.item-txt h5 {
  font-size: 19px;
  color: #2E3B4E;
  line-height: 25px;
  font-weight: bold;
}

.item-txt p {
  font-size: 15px;
  color: rgba(51, 51, 51, 0.8);
  line-height: 35px;
}

.item1 {
  background: rgba(82, 200, 152, 0.06);
}

.item2 {
  background: rgba(238, 90, 40, 0.06);
}

.act-btn {
  transform: rotate(180deg);
  position: absolute;
  right: -5%;
  top: 16%;
}

.act-btn span {
  writing-mode: vertical-lr;
  padding: 2.5rem 1rem !important;
}

.act-btn .button__bg::before {
  height: 110% !important;
}

.item1 .act-btn .button__bg {
  background: #005941;
}

.item1 .act-btn:hover .button__bg {
  border: 1px solid #005941;
}

.item1 .act-btn:hover span {
  color: #005941;
}

/* 我們的活動-end */

.line {
  width: 100%;
  height: 10px;
  background: linear-gradient(to right,
      #005941 50%,
      #EE5A28 50%);
}

/* 藝術共融共創空間-start */
#parter {
  padding: 80px 0;
  background: #F7F8FA;
}

.parter-container>p {
  text-align: center;
}

.parter-container .color-title::after {
  left: 48.5%;
  width: 50px;
}

.parter-container>h3 {
  text-align: center;
}

.tag {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  column-gap: 50px;
}

.tag li {
  padding: 8px 60px;
  background: #FFFFFF;
  border-radius: 25px;
  color: #EE5A28;
  cursor: pointer;
}

.tag li:hover,
.tag li.active-tag {
  background-color: #EE5A28;
  color: #FFFFFF;
}


.seamlesswrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  margin-top:25px;
  display: none;
  overflow: hidden;
}

.seamlesswrap img {
  width: 100%;
  display: block;
}

.seamlesswrap .swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.seamlesswrap .swiper-container {
  margin: 20px 0;
}

.seamlesswrap.active-content {
  display: block;
}

/* 藝術共融共創空間-end */

/* 捐款-start */
#support {
  padding: 150px 0;
  /* padding: 130px 0; */
  /* background: url(../pics/index-pic9.jpg) no-repeat; */
  /* background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../pics/index-pic9.jpg) no-repeat; */
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../pics/index-pic9-new.jpg) no-repeat;
}

.support-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.en-us .support-container{
	text-align:center;
}
	

.support-container h3 {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  line-height: 56px;
  margin-bottom: 18px;
}

.support-container h3>span {
  color: #EE5A28;
  position: relative;
  display: inline-block;
}

.support-container h3>span::after {
  width: 100%;
  height: 3px;
  content: '';
  background-color: #EE5A28;
  position: absolute;
  bottom: 0;
  left: 0;
}

.support-container p {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  margin: 20px 0 30px 0;
}

.support-container .support-btn .button__bg {
  background: #EE5A28;;
  border: 1px solid #EE5A28;
  border-radius: 5px;
}

.support-btn span {
  color: #fff;
}

/* 捐款-end */

/* .bannercontainer{
  background: url(../pics/index-banner.jpg) no-repeat center center;
  height: 800px;
  background-size: cover;
} */
.bannercontainer{
  /* background: url(../pics/index-banner.jpg) no-repeat center center; */
  background-size: cover;
}
/* banner-start */
.bannercontainer {
  position: relative;
  z-index: 2;
}

.banner-logo {
  position: absolute;
  right: 10%;
  top: 13%;
  width: 30%;
  z-index: 1;
}

.bannercontainer .content {
  
  width: 100%;
  left: 0%;
  top: 0%;
  /* padding-left: 150px; */
}

#index-banner{
    margin-bottom: 60px;
}

.bannercontainer .line {
  background: #EE5A28;
  width: 10%;
  height: 4px;
}

.bannercontainer .content h3 {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: left;
  margin: 30px 0 50px 0;
}

.bannercontainer .content p {
  font-size: 22px;
  color: #d9d9d9;
  line-height: 33px;
  margin-bottom: 30px;
}
.bannercontainer .btn{
  width: 30%;
}
.bannercontainer .btn .more span {
  padding: 1rem 4rem;
}

.bannercontainer .index-prev {
  background: url(../pics/index-arrow-left.png) no-repeat;
  width: 62px;
  height: 62px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 40%;
  left: 5%;
}

.bannercontainer .index-next {
  background: url(../pics/index-arrow-right.png) no-repeat;
  width: 62px;
  height: 62px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 5%;
}

/* 隐藏默认的箭头 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

/* banner-end */
.banner-swiper .swiper-slide{
  
}
.banner-swiper .con-txt{
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 10%;
}

body.en-us .number-item p{
	width:80%; text-align:center;
}

body.en-us .number::after{
	left: 51%;
}

body.en-us .txt-box .top p#parent-response{
	line-height:24px; font-size:14px; max-height:195px; overflow:hidden; padding-bottom:10px;
}

body.en-us #activities .act-right .item-txt{
	min-height:160px;
}

.swiper-group .swiper-slide img{
    width: 100%;
}

@media screen and (max-width:1288px) and (min-width:800px) {
    
    .act-left h3 {
        font-size: 20px;
    }
    
    .activity-container {
        padding: 0px 30px;
    }
    
    .txt-box p {
        font-weight: 400;
        font-size: 13px;
        line-height: 23px;
    }
    
}


@media screen and (max-width:1188px) and (min-width:769px) {
    .swiper-group{
        width: 100%;  
    }
    
    .txt-box {
    position:relative;
    padding-left: 0px;
    width: 100%;
    right: 0%;
    top: 0%;
    clip-path: none;
    margin-top: 38px;
    }
    
    #success{
        padding-left: 15px !important; padding-right: 15px !important;
    }
    
    .society-left .img2::after {
        top: -15px;
        left: -15px;
        z-index:0;
    }
    
    #society{
        padding-top: 75px; padding-bottom: 10px;
    }
    

}


@media screen and (max-width:1288px) and (min-width:769px) {
    #society {
    padding: 110px 0; padding-bottom: 20px;
    background: linear-gradient(to right, #005941 15%, #ffffff 15%);
    }
    
    
    .society-container .content{
        padding-left: 25px;
    }
    
    .support-container h3 {
        font-weight: bold;
        font-size: 30px;
        padding:0px 25px;
        line-height: 46px;
        text-align: center;
    }
    
    #society .title{
        font-size: 22px; line-height: 34px; margin-bottom: 0;
    }
    
    .number-item span {
        font-size: 32px;
        line-height: 50px;
    }
    
    .society-right .txt {
    font-size: 15px;
    line-height: 27px;
    margin: 15px 0 20px 0;
    }
    
    
    .society-btn {
        margin-top: 20px; justify-content: center; padding-left: 8px; padding-right: 8px;
    }
    
    
    
    
}


.swiper-container2 {
    
      width: 100%;
      background: black; 
      overflow: hidden;
      
	  margin-bottom:55px;
    }




@media screen and (min-width:768px) {
    .swiper-container2 .swiper-wrapper {
      display: flex;
      align-items: center;
    }

/*.swiper-container2 .swiper-slide {
      height: 80%;
      transition: all 0.3s ease;
      opacity: 0.5;
      filter: brightness(0.5); 
      display: flex;
      justify-content: center;
      align-items: center;
    }*/

.swiper-container2 .swiper-slide img {
      width: 100%;
      object-fit: cover;
      border-radius: 0px;
      position: relative;
    }
    
.swiper-container2 .swiper-slide-prev {
      width: 10vw !important; height: 100%; overflow-x: hidden; position: relative;
    }
    
.swiper-container2 .swiper-slide-next {
      width: 10vw !important;height: 100%; overflow-x: hidden; position: relative;
    }
    
.swiper-container2 .swiper-slide-next img,.swiper-container2 .swiper-slide-prev img{
    height: 100% !important; width: auto; max-width: 1800%;
}

.swiper-container2 .swiper-slide-next::after,.swiper-container2 .swiper-slide-prev::after{
    position: absolute; content: " "; left: 0px; top: 0px; width: 100%; height: 100%;  background: rgba(0,0,0,0.5);
}
    
    
.swiper-container2 .swiper-slide-active {
      width: 80vw !important;  
}
    


}

@media screen and (max-width:768px) {
    .swiper-container2 .swiper-slide-active {
      width: 100vw !important;  
    }
    
    .swiper-container2 .swiper-slide-next {
      width: 100vw !important;height: 100%; overflow-x: hidden; position: relative;
    }
    
    .swiper-container2 .swiper-slide-next img,.swiper-container2 .swiper-slide-prev img{
        height: 100vw; width: auto; max-width: 1800%;
    }
    
    .swiper-container2 .swiper-slide{
        height: 52vh !important;
    }
    
    
}
    

/*.swiper-container2 .swiper-slide-prev {
      width: 10% !important; 
    }

.swiper-container2 .swiper-slide-active {
      width: 80% !important; 
      opacity: 1;
      filter: brightness(1); 
    }

.swiper-container2 .swiper-slide-next {
      width: 10% !important;
    }
*/


@media screen and (max-width:768px) {

  .bannercontainer .content{
    padding-left: 0;
  }
  .banner-swiper .swiper-slide{
    background: url(../pics/index-banner.jpg) no-repeat center center;
    height: auto;
    background-size: cover;
  }
  .bannercontainer .btn{
    width: 50%;
  }
  
  .society-container .content{
    flex-direction: column;
  }

  
  .bannercontainer .content{
    padding-left: 0;
    left: 3%;
    top: 13%;
  }
  .bannercontainer .content h3{
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
  }
  .bannercontainer .content p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .banner-logo{
    display: none;
  }
  .bannercontainer .index-prev,.bannercontainer .index-next{
    display: none;
  }
  .bannercontainer .btn .more span{
    padding: 0.5rem 2rem;
    font-size: 12px;
  }

  #society{
    padding: 30px 18px;
    background: #FFFFFF;
  }
  .society-container{
    padding: 0 10px;
  }
  .society-left{
    padding: 20px;
  }
  .society-left,.society-right{
    width: 100%;
  }
  .society-left::after{
    width: 90%;
    height: 90%;
    left: 0%;
    top: -5%;
  }
  .society-right{
    padding: 0;
  }
  .society-right .txt{
    margin: 20px 0;
  }
  .number-item span{
    font-size: 30px;
    line-height: 50px;
  }
  .number-item p{
    font-size: 11px;
    padding-top: 0;
  }
  .society-btn{
    margin-top: 10px;
    justify-content: center;
  }
  .society-btn .more span{
    padding: 1rem 3rem;
    font-size: 12px;
  }

  #success{
    padding: 30px 15px;
  }
  .case-container{
    padding: 0 10px;
  }
  .swiper-group{
    width: 100%;
    margin-top: 20px;
  }
  .txt-box{
    width: 100%;
    position: relative;
    margin-top: 10px;
    right: 0;
  }
  .case-container .case-next{
    bottom: 0%;
    right: 13%;
    width: 50px;
    height: 50px;
  }
  .txt-box .top{
    padding: 25px 30px 25px 42px;
    background-color: #EE5A28;
  }
  .txt-box{
    padding-left: 0px;
    /* background: linear-gradient(
      to bottom,
      #EE5A28 61%,
      #005941 61%
    ); */
    background: none;
    
    clip-path:none;
  }
  .txt-box .bottom{
    padding: 25px 30px 25px 42px;
    background-color: #005941;
  }

  #activities{
    padding: 30px 15px;
  }
  .activity-container{
    padding: 0 10px;
  }
  .activity-container .row{
    flex-direction: column;
    row-gap: 10px;
  }
  .act-left,.act-right{
    width: 100%;
    padding: 0 10px;
    margin: 0;
  }
  .date-box{
    left: 10px;
  }
  .date-box>h3{
    margin: 0;
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .act-left>h3{
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
  }
  
  .act-left p{
    font-size: 16px;
    line-height: 30px;
  }
  .act-right{
    align-items: center;
    row-gap: 20px;
  }
  .act-right .item-txt{
    padding: 10px  20px 10px 10px;
  }
  .item-txt p{
    font-size: 13px;
    line-height: 20px;
  }
  .item-txt h5{
    font-size: 17px;
    line-height: 25px;
  }
  .act-btn .more{
    /* padding: 2rem 2rem; */
    width: 40px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .act-btn span{
    /* padding: 2rem 2rem !important; */
    /* font-size: 13px !important; */
    padding: 0 !important;
  }
  .act-btn{
    top: 11%;
    right: 0%;
    padding: 0;
  }

  #parter{
    padding: 30px 0;
  }
  .tag{
    column-gap: 10px;
  }
  .tag li{
    padding: 7px 26px;
    font-size: 13px;
  }

  #support{
    padding: 30px 0;
  }
  .support-container h3{
    font-size: 14px;
    line-height: 30px;
  }
  .support-container p{
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0;
  }

  .date-box{
    width: auto; padding: 0px 12px;
    height: 60px;
  }

  .parter-container .color-title::after{
    left: 43%;
  }
  
  .en-us .support-container{
	  text-align:center;
  }
  
  
  
}